A social recipe app.
-
Install Flutter SDK if you don't have it installed.
-
Clone this repo.
git clone https://github.com/binos30/foodie.git
- Install dependencies.
flutter pub get
- Run the app in Android Studio, VS Code, or the command line:
flutter run
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The assets
directory houses images, fonts, and any other files you want to
include with your application.
The assets/images
directory contains resolution-aware
images.
This project generates localized messages based on arb files found in
the lib/src/localization
directory.
To support additional languages, please visit the tutorial on Internationalizing Flutter apps