Skip to content

vipinmtvipin/NookAndCorner

Repository files navigation

Nook & Corner App

Nook & Corner App is a Flutter application that provides functionality [describe app briefly]. This README outlines the setup and running instructions for the project.

Prerequisites

  • Git
  • Flutter
  • Flutter Version Management (FVM)
  • FlutterFire CLI
  • Android Studio or VS Code
  • Setup Make Gen : Makefile

Getting Started

Clone the Project

First, clone the project from the Git repository:

git clone https://github.com/<path_here>.git
cd NookCornerApp<folder_name>

Manually Configuring the Project Locally

  1. Install FVM

    pub global activate fvm
  2. 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
    
  3. Install and Run the FlutterFire CLI

    flutter pub global activate flutterfire_cli
    flutterfire configure
    
    dart pub global activate flutterfire_cli && flutterfire configure
    

Enjoys! 🚀

About

This is for Customers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages