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] Pull to refresh

2023-03-18
Let's see how to make the pull to refresh to update the list in the Flutter app.
see more ▶︎

[Flutter] Keep screen awake

2022-11-28
Let's see how to keep the screen awake when the Flutter app is active or when a user uses some features by using the wakelock package.
see more ▶︎

[Flutter] Inline if statment and inline loop in widet

2023-03-18
Let's see how to use the inline if statement to decide to display widgets and how to use the inline loop to show widgets in widgets.
see more ▶︎

[Flutter] Deploy Flutter app witn GitHub Actions and Fastlane

2022-11-27
Let's see how to deploy the Flutter app that is configured Fastlane by using GitHub Actions.
see more ▶︎

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