A Flutter project to provide examples about widgets & layout.
Clone the source code to your local development environment:
git clone https://github.com/pbp-fasilkom-ui/flutter-layout-example.git <some path in your local machine>Go to the cloned directory and install the dependencies:
cd <location of the cloned repository>
flutter pub getRun build_runner to generate the JSON serializable data model classes:
dart run build_runner build -dRun an Android emulator (or plug in your Android device with Developer Mode enabled), then preview the app:
flutter runGemini CLI (gemini) is used to draft the example widgets and refactor the pages into separate files.
This project is licensed under the BSD 3-Clause License.