Skip to content

feyroozecode/carbu_track

Repository files navigation

carbu_track

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

CarbuTrack

A Flutter application for tracking [mention the main purpose, e.g., fuel consumption, expenses, etc.].

Getting Started

Prerequisites

  • Flutter SDK: Make sure you have Flutter installed. See Flutter installation guide.
  • Dart: Comes with Flutter.
  • An editor like VS Code or Android Studio.

Installation & Running

  1. Clone the repository:

    git clone <your-repository-url>
    cd carbu_track
  2. Install dependencies:

    flutter pub get
  3. Environment Variables (if applicable):

    • If you use Supabase or other services requiring API keys, create a .env file in the root directory.
    • Add your keys like:
      SUPABASE_URL=YOUR_SUPABASE_URL
      SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
      
    • Note: The .env file should be added to your .gitignore to avoid committing secrets.
  4. Run the app:

    flutter run

    Select the device or emulator you want to run on.

Features

  • [List key feature 1, e.g., Track Fuel Entries]
  • [List key feature 2, e.g., Manage Favorite Stations]
  • [List key feature 3, e.g., Light/Dark Theme Settings]
  • [Add more features as needed]

Tech Stack

  • Framework: Flutter
  • State Management: Riverpod
  • Local Storage: Hive
  • Backend (Optional): Supabase (Initialized on demand)

Feel free to expand on any section with more details specific to your project!

CarbuTrack

A Flutter application for tracking [mention the main purpose, e.g., fuel consumption, expenses, etc.].

Getting Started

Prerequisites

  • Flutter SDK: Make sure you have Flutter installed. See Flutter installation guide.
  • Dart: Comes with Flutter.
  • An editor like VS Code or Android Studio.

Installation & Running

  1. Clone the repository:

    git clone <your-repository-url>
    cd carbu_track
  2. Install dependencies:

    flutter pub get
  3. Environment Variables (if applicable):

    • If you use Supabase or other services requiring API keys, create a .env file in the root directory.
    • Add your keys like:
      SUPABASE_URL=YOUR_SUPABASE_URL
      SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
      
    • Note: The .env file should be added to your .gitignore to avoid committing secrets.
  4. Run the app:

    flutter run

    Select the device or emulator you want to run on.

Features

  • [List key feature 1, e.g., Track Fuel Entries]
  • [List key feature 2, e.g., Manage Favorite Stations]
  • [List key feature 3, e.g., Light/Dark Theme Settings]
  • [Add more features as needed]

Tech Stack

  • Framework: Flutter
  • State Management: Riverpod
  • Local Storage: Hive
  • Backend (Optional): Supabase (Initialized on demand)

Feel free to expand on any section with more details specific to your project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published