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

[Flutter] Device Unique ID

2021-07-11
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-09
Let's see how to use SQLite in Flutter.
see more ▶︎

[Flutter] Integration Test

2023-03-18
Let's see how to do the integration test in Flutter.
see more ▶︎

[Flutter] Shared preferences

2021-06-06
Let's see how to store the simple data to the user device by Shared preferences in Flutter.
see more ▶︎

[Flutter] Lifecycle

2021-07-16
In this blog post, I will introduce the Lifecycle of the widget in Flutter.
see more ▶︎

[Flutter] Animation

2023-03-18
In this blog post, I will show you how to use AnimatedContainer and AnimatedOpacity widgets to make a simple animation in Flutter.
see more ▶︎

[Flutter] Change Application ID

2023-03-18
Let's see how to change Application ID in Flutter app.
see more ▶︎

[Flutter] Change App Name

2022-01-16
In this blog post, I will show you how to change the App name in Flutter.
see more ▶︎

[Flutter] Provider

2023-03-18
In this blog post, I will show you how to use Provider to use a global state or share the state between widgets in Flutter.
see more ▶︎

[Flutter] TTS - Text To Speech

2023-03-18
Let's see how to use TTS(Text To Speech) feature in Flutter.
see more ▶︎