A new Flutter project.
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.
A Flutter application for tracking [mention the main purpose, e.g., fuel consumption, expenses, etc.].
- Flutter SDK: Make sure you have Flutter installed. See Flutter installation guide.
- Dart: Comes with Flutter.
- An editor like VS Code or Android Studio.
-
Clone the repository:
git clone <your-repository-url> cd carbu_track
-
Install dependencies:
flutter pub get
-
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.
- If you use Supabase or other services requiring API keys, create a
-
Run the app:
flutter run
Select the device or emulator you want to run on.
- [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]
- 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!
A Flutter application for tracking [mention the main purpose, e.g., fuel consumption, expenses, etc.].
- Flutter SDK: Make sure you have Flutter installed. See Flutter installation guide.
- Dart: Comes with Flutter.
- An editor like VS Code or Android Studio.
-
Clone the repository:
git clone <your-repository-url> cd carbu_track
-
Install dependencies:
flutter pub get
-
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.
- If you use Supabase or other services requiring API keys, create a
-
Run the app:
flutter run
Select the device or emulator you want to run on.
- [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]
- 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!