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] 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

2023-03-18
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 ▶︎

[GetX] Localization

2023-03-18
Let's see how to support multiple languages for the localization by GetX in Flutter.
see more ▶︎

[GetX] Dependency Management

2022-01-24
Let's see how to manage Denpendency by GetX in Flutter.
see more ▶︎

[GetX] Route management

2022-01-24
Let's see how to manage the Route by GetX in Flutter .
see more ▶︎

[GetX] State management

2022-01-24
Let's see how to manage the state by using GetX in Flutter
see more ▶︎

[Flutter] Pass parameters via navigatior

2021-07-29
Let's see how to pass parameters via the navigator in Flutter.
see more ▶︎

[Dart] ceil, floor, round

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