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] Deploy with Fastlane automatically

2023-03-18
Let's see how to deploy the app that is developed by Flutter with Fastlane automatically.
see more ▶︎

[Flutter] VSCode configuration

2023-03-18
Let's see some helpful configurations of VSCode when developing the app by Flutter.
see more ▶︎

[Flutter] flutter_colorpicker

2023-03-18
Let's see how to use flutter_colorpicker to help users choose the color easily in Flutter.
see more ▶︎

[Flutter] Test coverage

2023-03-18
Let's see how to create the test coverage and check where the test code doesn't cover via the test coverage in Flutter.
see more ▶︎

[Flutter] GitHub Dependabot

2023-03-18
Let's see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically.
see more ▶︎

[Flutter] GitHub Actions for checking code

2023-03-18
Let's see how to use GitHub Actions to execute Flutter Linter to check the code style and execute the test code to check the code has issues in Flutter.
see more ▶︎

[Flutter] How to use cookie with webview_flutter

2023-10-17
Let's see how to use cookie in the webview that is shown by webview_flutter on Flutter.
see more ▶︎

[Flutter] WebView

2023-10-17
Let's see how to use webview_flutter to show the web page in the app on Flutter.
see more ▶︎

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