This repository contains a collection of Flutter UI projects, each one completed in a single day. The projects are designed to be simple, easy to understand, and useful for learning Flutter.
The projects are organized into folders, each one containing a separate Flutter project. The folder names are in the format DayX
, where X
is the day number.
To run a project, navigate to the folder and run flutter run
.
To install the projects on your computer, follow these steps:
- Install Flutter by following the instructions on the Flutter website.
- Clone this repository to your computer by running
git clone https://github.com/CaseyOchieng/100-Day-Flutter-UI.git
. - Navigate to the folder of the project you want to run and run
flutter run
.
Each project has its own usage instructions. Please refer to the README file in each folder for more information.
If you want to contribute to this project, please open an issue or a pull request. I'm open to any suggestions or ideas you may have.
This project is licensed under the MIT License. See the LICENSE file for more information.
- Flutter for the Flutter framework.
- Dart for the Dart programming language.
- Visual Studio Code for the code editor.
- GitHub for the version control system.
- The original repository https://github.com/CaseyOchieng/100-Day-Flutter-UI.git and the author Casey Ochieng for the inspiration and the documentation.
If you like this repository, please click the ⭐ button at the top right corner of the repository page to show your appreciation.