Latest Posts

All blog posts sorted by newest first.

[Flutter] Pull to refresh

2023-02-06
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-24
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 statement and inline loop in widget

2022-11-21
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 with GitHub Actions and Fastlane

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

[Flutter] Deploy with Fastlane automatically

2022-10-28
Let's see how to deploy the app that is developed by Flutter with Fastlane automatically.
see more →

[Git] Modify last commit message

2022-10-25
Let's see how to modify the last commit message with Git amend option.
see more →

[Emotion] How to solve React does not recognize the XXXXX prop on a DOM element

2022-10-20
Let's see how to solve React does not recognize the XXXXX prop on a DOM element when use Emotion.
see more →

[Flutter] VSCode configuration

2022-10-16
Let's see some helpful configurations of VSCode when developing the app by Flutter.
see more →

[ESLint] eslint-plugin-import

2022-10-12
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more →

[Flutter] flutter_colorpicker

2022-05-05
Let's see how to use flutter_colorpicker to help users choose the color easily in Flutter.
see more →

[Flutter] Test coverage

2022-05-02
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

2022-04-26
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 →

SHARE
Twitter Facebook RSS