littlefish Monitoring Firebase

This project is a Flutter application for monitoring Littlefish using Firebase.

Getting Started

This project is a starting point for a Flutter application.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/littlefish_monitoring_firebase.git
    
  2. Navigate to the project directory:
    cd littlefish_monitoring_firebase
    
  3. Install dependencies:
    flutter pub get
    
  4. Set up Firebase:
    • Follow the instructions to add Firebase to your Flutter app here.

Running the App

  1. Connect a device or start an emulator.
  2. Run the app:
    flutter run
    

Project Structure

  • lib/: Contains the Dart code for the application.
  • assets/: Contains the assets like images and fonts.
  • test/: Contains the unit and widget tests.

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements