/diyflutter

Do It Yourself. A flutter starter app with production-ready architecture that follows DDD. Covers Firebase authentication, biometrics login, CRUD operation using firestore, theming, i18n and much more.

Primary LanguageDart

DIYAPP

Tech: Flutter project.

Important: You need to add your own firebase configuration files inside ios and android directories.

Getting Started

This project uses code generation tools.
Before building the project, run these commands:

flutter clean
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs