Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judahpaul16/flutter-crud
CRUD w/ Flutter
https://github.com/judahpaul16/flutter-crud
crud dart flutter template
Last synced: 4 days ago
JSON representation
CRUD w/ Flutter
- Host: GitHub
- URL: https://github.com/judahpaul16/flutter-crud
- Owner: judahpaul16
- License: mit
- Created: 2024-03-25T19:15:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:11:23.000Z (7 months ago)
- Last Synced: 2024-05-11T05:50:35.451Z (6 months ago)
- Topics: crud, dart, flutter, template
- Language: Dart
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📱 Flutter Firebase CRUD App
Simple app to demonstrate CRUD operations using Flutter and Firebase.
## 🚀 Quick Start
1. **Clone** this repo.
2. **Install** dependencies:
```
flutter pub get
```
3. **Run** the app:
```
flutter run
```## 🔧 Setup
- **Firebase**: Set up your Firebase project and download `google-services.json` (Android) and `GoogleService-Info.plist` (iOS) files. Since `firebase_options.dart` is ignored (check `.gitignore`), generate it using the Firebase CLI or manually input your Firebase project configuration.
## 🛠️ Features
- **Create**: Add new records.
- **Read**: Fetch and display records.
- **Update**: Modify existing records.
- **Delete**: Remove records.## 🗂️ Important Files
- `lib/main.dart`: Entry point of the app.
- `.gitignore`: Includes `firebase_options.dart` to avoid exposing Firebase credentials.## 📝 Note
Ensure you have configured your Firebase project correctly and added your app's Android/iOS configurations as mentioned in the Firebase setup guide.
## 📄 License
MIT License. See `LICENSE` file for details.