Flutter

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] Test Image.network

2023-06-08
Let's see how to use the run_with_network_images package to test Image.network in Flutter.
see more ▶︎

[Dart] Create command(CLI) tool

2023-06-05
Let's see how to create command(CLI) tool with Dart.
see more ▶︎

[Dart] Update version of pubspec.yaml file by using Bull package

2023-06-03
Let's see how to update the version of the pubspec.yaml file via the command(CLI) by using the Bull package.
see more ▶︎

[Flutter] Automate publishing pub.dev

2023-06-03
Let's see how to automate publishing the package developed for Flutter to pub.dev by using GitHub Actions.
see more ▶︎

[Flutter] パッケージをpub.devへデプロイ

2023-05-29
Flutterで使うパッケージをpub.devへデプロイする方法について説明します。
see more ▶︎

[Flutter] Make scrollable regardless of child widget size

2023-04-08
Let's see how to make always scrollable of the list regardlres sof the child widget size in the SingleChildScrollView widget.
see more ▶︎

[Flutter] Find child and parent widget in test code

2023-03-18
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-03-18
Let's see how to hide the auto generated back button in the AppBar on the Flutter app.
see more ▶︎

[Flutter] DatePicker

2023-03-18
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-03-18
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 ▶︎

[Flutter] Pull to refresh

2023-04-08
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 ▶︎