https://github.com/paraparata/smart-parking-app
Building Smart Parking App with Flutter to accomplish my college task
https://github.com/paraparata/smart-parking-app
Last synced: 8 months ago
JSON representation
Building Smart Parking App with Flutter to accomplish my college task
- Host: GitHub
- URL: https://github.com/paraparata/smart-parking-app
- Owner: paraparata
- Created: 2019-11-26T10:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T14:29:14.000Z (over 6 years ago)
- Last Synced: 2025-04-02T06:44:51.947Z (about 1 year ago)
- Language: Dart
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apber
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:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## ref
- [Date-Time Picker](https://medium.com/enappd/building-a-flutter-datetime-picker-in-just-15-minutes-6a4b13d6a6d1)
- [Text Form Field](https://api.flutter.dev/flutter/material/TextFormField-class.html)
- [Type Input Number in Flutter](https://stackoverflow.com/questions/49577781/how-to-create-number-input-field-in-flutter)
- [Form Field Validation](https://flutter.dev/docs/cookbook/forms/validation)
- [Scrollabe Widget](https://api.flutter.dev/flutter/widgets/Scrollable-class.html)
- [CRUD FLutter with Firebase](https://medium.com/flutter-community/flutter-firebase-realtime-database-crud-operations-using-provider-c242a01f6a10)
- [Simple Firebase Login Flow in Flutter, Now Firebase](https://dev.to/aaronksaunders/simple-firebase-login-flow-in-flutter-now-firebase-23nk)
- [Flutter Login Firebase](https://medium.com/flutterpub/flutter-how-to-do-user-login-with-firebase-a6af760b14d5)
- [Flutter CRUD](https://tphangout.com/flutter-firestore-crud-reading-and-writing-data/)
- [Good Example Flutter CRUD](https://medium.com/@atul.sharma_94062/how-to-use-cloud-firestore-with-flutter-e6f9e8821b27)
- [Other Good Flutter CRUD](https://stackoverflow.com/questions/53517382/query-a-single-document-from-firestore-in-flutter-cloud-firestore-plugin)
- [Other Good Flutter CRUD 2](https://heartbeat.fritz.ai/using-firebases-cloud-firestore-in-flutter-79a79ec5303a)
- [Get data in flutter firestore](https://medium.com/@superman199323/retrieve-flutter-and-cloud-firestore-data-91f011bbec6d)
- [Setup firebase flutter](https://firebase.google.com/docs/flutter/setup?platform=android)
- [firestore flutter fix](https://www.youtube.com/watch?v=JIJuzp-AOmk)