Nook & Corner App is a Flutter application that provides functionality [describe app briefly]. This README outlines the setup and running instructions for the project.
- Git
- Flutter
- Flutter Version Management (FVM)
- FlutterFire CLI
- Android Studio or VS Code
- Setup Make Gen : Makefile
First, clone the project from the Git repository:
git clone https://github.com/<path_here>.git
cd NookCornerApp<folder_name>
-
Install FVM
pub global activate fvm
-
Setup FVM with the Flutter Version from
pubspec.yaml
Navigate to the root of the project and run:
fvm install dart pub global activate fvm && fvm install $(version) && fvm use $(version) && fvm flutter doctor
-
Install and Run the FlutterFire CLI
flutter pub global activate flutterfire_cli flutterfire configure dart pub global activate flutterfire_cli && flutterfire configure