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.

[GetX] Theme

2021-12-22
Let's see how to use Theme with GetX in Flutter.
see more →

[GetX] Localization

2021-12-21
Let's see how to support multiple languages for the localization by GetX in Flutter.
see more →

[GetX] Dependency Management

2021-12-15
Let's see how to manage Dependency by GetX in Flutter.
see more →

[GetX] Route management

2021-12-14
Let's see how to manage the Route by GetX in Flutter .
see more →

[GetX] State management

2021-08-31
Let's see how to manage the state by using GetX in Flutter
see more →

[Flutter] Pass parameters via navigator

2021-07-26
Let's see how to pass parameters via the navigator in Flutter.
see more →

[Dart] ceil, floor, round

2021-07-11
Let's see how to ceil, floor, and round about the decimal point in Flutter.
see more →

[Flutter] Device Unique ID

2021-07-08
Let's see how to get the user device unique ID by using the device_info_plus package in Flutter.
see more →

[Flutter] SQLite

2021-06-06
Let's see how to use SQLite in Flutter.
see more →

[Flutter] Integration Test

2021-05-31
Let's see how to do the integration test in Flutter.
see more →

[Flutter] Shared preferences

2021-05-28
Let's see how to store the simple data to the user device by Shared preferences in Flutter.
see more →

[Flutter] Lifecycle

2021-05-25
In this blog post, I will introduce the Lifecycle of the widget in Flutter.
see more →

SHARE
Twitter Facebook RSS