Here is the core folder structure which flutter provides.
flutter_bloc_boilerplate/
|- android
|- build
|- ios
|- lib
flutter_bloc
: https://pub.dev/packages/flutter_blocshared_preferences
: https://pub.dev/packages/shared_preferencessqflite
: https://pub.dev/packages/sqflitedio
: https://pub.dev/packages/diolottie
: https://pub.dev/packages/lottieflutter_localization
: https://pub.dev/packages/flutter_localizationgoogle_mobile_ads
: https://pub.dev/packages/google_mobile_adsurl_launcher
: https://pub.dev/packages/url_launcherimage_picker
: https://pub.dev/packages/image_pickershimmer
: https://pub.dev/packages/shimmerflutter_animate
: https://pub.dev/packages/flutter_animate
This application is using api of trace.moe,
First go to https://soruly.github.io/trace.moe-api/, and follow the API Documentation, you will get the API Code.
const String endpoint = 'https://api.trace.moe/search';
- enjoy coding 💙
flutter clean
flutter pub get
flutter pub run build_runner build
orflutter pub run build_runner build --delete-conflicting-outputs
flutter run
(if needed)
I will be happy to answer any questions, please feel free to submit an issue and/or pull request 🙂
If you liked my project, don’t forget to ⭐ star the repo to show your support. Thank you!!!