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] Get widget size by LayoutBuilder

2023-09-17
Let's see how to use LayoutBuilder to get the widget size.
see more ▶︎

[Flutter] Fix List is not a subtype of type List error

2023-09-05
Let's see how to fix List is not a subtype of type List error that occurs when receiving data through the http package and converting it to a model class.
see more ▶︎

[Flutter] Fix Contains invalid characters error in http test

2023-09-01
Let's see how to fix the Contains invalid characters error that occurs when you test the feature implemented by the http package, sometimes.
see more ▶︎

[Flutter] Convert image to base64

2023-07-18
Let's see how to convert the image to the base64 format and how to show the base64 format image in Flutter.
see more ▶︎

[Flutter] Test code for Camera plugin

2023-07-15
Let's see how to write the test code for the photo shooting feature implemented by the Camera plugin in Flutter.
see more ▶︎

[Flutter] Take a photo by Camera plugin

2023-07-15
Let's see how to use the Camera plugin to take a photo Flutter in Flutter.
see more ▶︎

[Flutter] Make Mock file in lib folder by using build_runner and Mockito package

2023-07-03
Let's see how to use the build_runner and Mokito packages to make the Mock files in the lib folder.
see more ▶︎

[Dart] Check output of print in test code

2023-06-09
Let's see how to check the output of print in the test code of Flutter or Dart by usint the run_with_print package.
see more ▶︎

[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-08-31
Let's see how to automate publishing the package developed for Flutter to pub.dev by using GitHub Actions.
see more ▶︎