C0D1NG is an open-source organization dedicated to helping everyone contribute to real-world projects and learn together.
This repository is a curated collection of Flutter projects contributed by developers from around the world. Whether you're a beginner or an experienced developer, you'll find a variety of apps and widgets to learn from, contribute to, or use as inspiration for your own work.
- Clone the repository:
git clone https://github.com/C0D1NG/Flutter.git
- Navigate to a project directory:
cd Flutter/<Project-Name>
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Each subfolder contains a unique Flutter project. Explore the directories to find:
- BMI/ – BMI Calculator app
- Calculator/ – Simple calculator
- Chat/ – Chat application
- E-Commerce/ – E-commerce app template
- ...and many more!
Feel free to open any project, read its README (if available), and start experimenting.
We welcome all contributions! To add your Flutter project:
- Fork this repository.
- Clone your fork to your local machine.
- Create a new branch for your project:
git checkout -b add-my-flutter-app
- Add your project in a new folder under
Flutter/
(e.g.,Flutter/MyAwesomeApp/
). - Commit and push your changes:
git add .
git commit -m "Add MyAwesomeApp Flutter project"
git push origin add-my-flutter-app
- Open a Pull Request to the main repository.
We'll review your submission and merge it if everything looks good!
If you find this repository helpful, please star it and share it with your friends. Let's grow the open-source Flutter community together!