Latest Posts

All blog posts sorted by newest first.

[Code Quality] Lighthouse CI

2023-03-11
Let's see how to execute Lighthouse provided Google Chrome on the local or the CI environment and how to measure automatically the performance of the web page in the CI environment.
see more →

[Flutter] Fix broken Korean or Japanese in server data

2023-03-05
Let's see how to fix the broken Korean or Japanese when getting the JSON data from the server via the http package in Flutter.
see more →

[Flutter] Make scrollable regardless of child widget size

2023-03-04
Let's see how to make always scrollable of the list regardless sof the child widget size in the SingleChildScrollView widget.
see more →

Manage Python version by pyenv

2023-02-26
Let's see how to use pyenv to use various Python versions on the same machine.
see more →

[Flutter] Find child and parent widget in test code

2023-02-25
Let's see how to write the test code to find the parent widget or child widget onFlutter.
see more →

[Flutter] Hide back button in AppBar

2023-02-22
Let's see how to hide the auto generated back button in the AppBar on the Flutter app.
see more →

[Flutter] DatePicker

2023-02-19
Let's see how to implement DatePicker for users to input the date with the calendar.
see more →

[Flutter] Fix font size by textScaleFactor

2023-02-14
Let's see how to fix the font size in the app even if the user changes the font size bigger by the device settings.
see more →

[GitLab] Dependabot

2023-02-10
Let's see how to add Dependabot to GitLab for checking automatically the version updating of the libraries in the project.
see more →

[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 →

SHARE
Twitter Facebook RSS