Submission project task from dicoding.com Intermediate Flutter class.
It is hoped that with this assignment, students can create Flutter applications by implementing common features such as retrieving data from the internet, local storage, notifications, and testing.
Design based on Basil Material Studies
Run these commands before build:
flutter pub get
flutter pub run flutter_native_splash:create
- Web build is not possible for now.
- Never test IOS build yet, because owner is Android and Windows user.
Create an app with a Restaurant Theme.
The app displays a list of restaurants along with their details. The Data used is local data that you can get at this link.
Must have features in the app:
- Displays a list of restaurants with brief information.
- Displays detailed information when an item is pressed.
Use restaurant data from API for the app.
Use the following API to get restaurant data:
https://restaurant-api.dicoding.dev/
Must have features in the app:
- Displays a list of restaurants with brief information from the API.
- Displays restaurant images retrieved from the API.
- Displays detailed information when an item is pressed, such as description, city, rating, food menu, and drink menu.
- Displays restaurant images retrieved from the API.
- Displays restaurant search results by menu or restaurant name.
5. Displays error messages that are easily understood by the user when the application is accessed without an internet connection.
Must have feature in the app:
- Users can add and remove the restaurant from their favorite list.
- The application must have a page to display a list of favorites.
- Displays the detail page of the favorites list (when the favorite item pressed).
- There is a setting to turn the reminder on and off on the settings page.
- Daily reminder to display restaurants randomly at 11.00 AM.
- Write at least one test scenario to verify the json parsing was successful.