How to get Date Day Month Year Hour Minute and Second in Flutter Dart program code.
Posts published in “Flutter”
Tutorial shows how to read rich text type content from a json file and display on the app with losing format without error in Flutter
This tutorial shows you how to create a simple PDF reader inside the flutter app without using any external PDF viewer application.
In Flutter, how to make a text as a clickable hyperlink or create direct URL that opens in your default browser or external application
Importing packages or plugins are very important in flutter app development. That make easy the development, so save lot of line of codes and time
Learn how to change flutter app icon into a custom icon or logo. There are several methods for this. This method is simple and compactable with both android and ios.
In flutter, learn how to read a json file and fetch the data content from assets. If you are focusing an application with static contents, then storing contents on json file is a best solution.
In this tutorial, we can learn how to read content of a text (txt) from assets in Flutter and display the content on the application.
Rather than the direct material page route into an new screen, you can customize the route destination page with conditions.
Here you can learn in Flutter how to Fetch Data to List from JSON API hosted on server using list view builder and a model class