Flutter – Book List App
Book list app with MySql database
Run Locally
Clone the project
git clone https://github.com/yagizdo/books_app.git
Go to the project directory
cd books_app
Install dependencies
flutter pub get
Run App
flutter run
Libraries I use in the template:
- Flutter screenutil : https://pub.dev/packages/flutter_screenutil
- Adaptive Theme : https://pub.dev/packages/adaptive_theme
- Flutter dotenv : https://pub.dev/packages/flutter_dotenv
- MySql Client : https://pub.dev/packages/mysql_client
Screenshot
Contributing
Contributions are always welcome!
Comments are closed.