https://github.com/k3ury99/form-flutter-api
This is a Flutter project focused on form handling and validation using Dart.
https://github.com/k3ury99/form-flutter-api
dart firebase flutter-apps postman-api visual-studio-code
Last synced: 7 months ago
JSON representation
This is a Flutter project focused on form handling and validation using Dart.
- Host: GitHub
- URL: https://github.com/k3ury99/form-flutter-api
- Owner: K3ury99
- License: mit
- Created: 2025-02-24T23:15:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T23:29:40.000Z (11 months ago)
- Last Synced: 2025-02-25T00:26:33.391Z (11 months ago)
- Topics: dart, firebase, flutter-apps, postman-api, visual-studio-code
- Language: C++
- Homepage:
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🚀 Form Flutter API
> [!TIP]
> This is a Flutter project focused on form handling and validation using Dart.
# 🗝 How to use it
You just have to download the zip file that is at the beginning of this repository, and open the folder in Visual Studio Code, once there a terminal opens and you type "Flutter run -d Edge", this will start loading commands allowing you to visualize the project in the Edge browser.
# 🎈 Installation
Clone the repository:
```bash
git clone https://github.com/K3ury99/Form-Flutter-API
```
# 🎯 Usage
To run the app, use the following command:
```bash
flutter run -d Edge
```
# ✨ Features
✅ Form handling with validation
✅ User input validation with custom functions
✅ Organized structure with services and models
✅ Modern UI using Flutter Material
✅ Easy-to-read and maintainable code
# 🐱👤 Contributing
1. **Fork the repo**
- **Create a new branch**
```bash
git checkout -b feature-branch
```
- **Add Everything**
```bash
git add .
```
- **Commit changes**
```bash
git commit -am 'Add new feature'
```
- **Pull & push to the origin**
```bash
git pull
git push
```
# 🌠 Final Notes
Thank you for visiting this project!🌌
## 📔 License
This project is licensed under the MIT License. See the LICENSE file for details.