Flutter Local Notifications, Instant and Scheduled Offline Notifications in Flutter
In this blog, we will talk about how we can show instant and scheduled push notifications in Flutter without using any Cloud Messaging Service.
#flutter
Continuously Checking Internet Connection Using Python
Ever Wondered How to check once or to continuously check for an existing Internet connection in your Python Software. We Will Take A Quick Look About that here.
#python
Flutter PDF - Create & Read Pdf From Internet, Storage or Assets
A Code snippet about viewing PDF files in flutter that could be fetched from either the internet from internal storage or can even be compiled with the assets, also we will see how we can generate a PDF from a flutter application and then save it.
#flutter
Flutter App Ideas To Code And Excel In Flutter
A Blog About Flutter App Ideas To Code And Excel In Flutter From the basics to becoming a pro.
#flutter
Flutter In-App Webview With Custom Error Pages
A Simple Snippet about Flutter in-app-webview that displays custom error pages.
#flutter
Basic REST API Using PHP
A basic REST API using PHP , talking about GET,PUT,POST and DELETE requests and JSON Data.