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

[Flutter] Firebase Crashlytics

2023-03-18
Let's see how to use Firebase Crashlytics in Flutter.
see more ▶︎

[Flutter] Firebase Analytics

2022-11-22
In this blog post, I will show you how to use Filebase Analytics in Flutter.
see more ▶︎

[Flutter] Firebase core

2023-03-18
Let's see how to use firebase_core to connect Firebase in Flutter
see more ▶︎

[Flutter] Admob

2023-03-18
In this blog post, I will show you how to use the google_mobile_ads package to display the advertisement in Flutter
see more ▶︎

[Flutter] Splash Screen

2022-11-21
Let's see how to change the Splash screen on Flutter.
see more ▶︎

[Flutter] App icon

2023-03-18
Let's see how to change the App icons in Flutter.
see more ▶︎

[Flutter] Textfield widget

2023-03-18
In this blog post, I will introduce how to use the TextField widget to get the user input in Flutter.
see more ▶︎

[Flutter] Drawer navigation

2023-03-18
I try to develop an app with Flutter. In this blog post, I will introduce how to use the Drawer navigation in Flutter.
see more ▶︎