flutter-bloc-recipe-app
a flutter recipe app with spoonacular api.
app features.
- app includes 5,0000+ recipes.
- cost breakdown per servings.
- related recipes.
- auto complete search feature.
- save recipes for letter.
- get random recipes.
- everyday’s meal plan with nutritions.
app information
here,i created this app with spoonacular open source food api and firebase to save recipes. in starting of the app add auth screen and for keep user login i used shared_preferences plugin.
packages used:
- cached_network_image: ^3.0.0
- cloud_firestore: ^2.2.0
- equatable: ^2.0.2
- expandable: ^5.0.1
- firebase_auth: ^1.2.0
- firebase_core: ^1.2.0
- firebase_messaging: ^10.0.1
- flutter_bloc: ^7.0.0
- flutter_html: ^2.0.0
- flutter_markdown: ^0.6.2
- flutter_phoenix: ^1.0.0
- flutter_spinkit: ^5.0.0
- google_fonts: ^2.1.0
- http: ^0.13.3
- line_icons: ^2.0.1
- persistent_bottom_nav_bar: ^4.0.2
- photo_view: ^0.11.1
- shared_preferences: ^2.0.6
- url_launcher: ^6.0.4
how to use
to download and run this application, you’ll need git and flutter installed on your computer. from your command line:
# buy this source
$ appii00/flutter-bloc-recipe-app.git
# go into the repository
$ cd flutter-bloc-recipe-app
# install dependencies
$ flutter packages get
# run the app
$ flutter run
download .apk file from here
Comments are closed.