Flutter

This is a journal about creating applications with Flutter. I'll share about how to use Dart and how to make the app with Flutter.

[Flutter] Local push notification

2023-03-18
Let's see how to use flutter_local_notifications to send push notifications at a specific date time from the user's own device on Flutter.
see more ▶︎

[Flutter] in_app_review

2023-03-18
Let's see how to use in_app_review to show the app review dialog in the app in Flutter.
see more ▶︎

[Flutter] How to use http to call API

2023-03-18
Let's see how to use the http package to call the server API in Flutter.
see more ▶︎

[Flutter] How to use device_info_plus to get device info

2022-02-02
Let's see how to use device_info_plus to get device such as device name, device model name, device system name, etc in Flutter
see more ▶︎

[Flutter] How ot use package_info_plus to get package information

2023-03-18
Let's see how to use package_info_plus to get the app name, package name, or version info in Flutter
see more ▶︎

[Flutter] Using url_launcher to open phone default browser on iOS

2023-10-17
Let's see how to use url_launcher to open the web link on the default browser, that is outside the app, instead of the browser in the app on Flutter.
see more ▶︎

[Flutter] Open web browser by url_launcher

2023-10-17
Let's see how to open the web browser or open the app to send an email or call by url_launcher in Flutter.
see more ▶︎

[GetX] Platform and device info

2022-01-24
Let's see how to get the platform or devicec info with GetX in Flutter.
see more ▶︎

[GetX] Snackbar

2024-10-23
Let's see how to show Snackbar with GetX in Flutter.
see more ▶︎

[GetX] Dialog

2023-03-18
Let's see how to show Dialog with GetX in Flutter.
see more ▶︎

[GetX] BottomSheet

2023-03-18
Let's see how to use BottomSheet with GetX in Flutter.
see more ▶︎

[GetX] Theme

2023-03-18
Let's see how to use Theme with GetX in Flutter.
see more ▶︎