About The Project
Flutter excersises app design with 2 design pages only
Design by : https://www.uplabs.com/posts/daily-exercises-app-freebie
Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
Installation
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn’t rely on any external dependencies or services.
- Using flutter 2.8 for this project
- Clone the repo
git clone https://github.com/Rinal-29/excersises-app.git
- Flutter clean project
flutter clean
- Flutter get
flutter pub get
flutter run
to run this projectflutter run or F5