nuconta marketplace
telegram-cloud-document-1-5136388785566646724.mp4
layout based in this drible project
a flutter project made using:
- clean dart that follows all the clean architecture guidelines:
https://github.com/flutterando/clean-dart/blob/cce751ea0a22a796c3559ba458f50d9a0552c4ef/readme_en.md - flutter tiple pattern for state management:
https://pub.dev/packages/flutter_triple
https://triple.flutterando.com.br/docs/getting-started/using-flutter-triple/ - flutter modular for dependency injection and routes:
https://pub.dev/packages/flutter_modular
https://modular.flutterando.com.br/
about the modules
this project has been developed using module structure, to allow the separation of each module in packages, facilitating the maintenance end cohesion of each module and domain.
- coremodule: responsible by providing a basic resources to all modules;
- designsystemmodule: responsible by providing a common theme resources like colors, fonts and widgets to all modules;
- marketplacemodule: responsible by marketplace scope;
to run te project:
flutter pub get
flutter run
if is your first flutter project
a few resources to get you started if this is your first flutter project:
for help getting started with flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.
Comments are closed.