Skip to content

A recipe book app, made with Flutter and architected with clean architecture, using the MobX as state management.

Notifications You must be signed in to change notification settings

aismaniotto/recipe_book_app

Repository files navigation

recipe_book_app

A new recipe book Flutter project, architected with clean architecture and state managed with MobX.

Bases:

Demo

demo

Devs

day to day commands

generate or re-generate stores files (*.g.dart)

dart run build_runner build

generate or re-generate localizations files from json files (assests/lang/[locale].json)

flutter pub run easy_localization:generate --source-dir=assets/lang --output-dir=lib/core/localization_generated

flutter pub run easy_localization:generate --source-dir=assets/lang --output-dir=lib/core/localization_generated -f keys -o locale_keys.g.dart

generate release .aab (application app bundle)

flutter build appbundle

generate release apk

flutter build apk

installing the generated apk

flutter install

About

A recipe book app, made with Flutter and architected with clean architecture, using the MobX as state management.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages