App in Flutter that connect with Amiibo API. Also set the responsive design principle.
This project is available in Android, iOS, Web and Desktop
Actually the project has been implemented with Navigator 2.0 or Route API.
For using deep links with flutter without any packages, review this link
Run deep links in iOS, use the command below:
xcrun simctl openurl booted amiiboapp://amiiboexample.com/amiibos/{type}/amiibo/{id}Run deep links in Android, use the command below:
~/Library/Android/sdk/platform-tools/adb shell am start -a android.intent.action.VIEW \ -c android.intent.category.BROWSABLE \ -d amiiboapp://amiiboexample.com/amiibos/{type}/amiibo/{id}- Http (http)
- Flutter BLoC (flutter_bloc)
- Equatable (equatable)
- Intl (intl)
- Shimmer animation (shimmer_animation)
- Mocktail (mocktail)
- BLoC test (bloc_test)
- Network Image Mock (network_image_mock)
- Very Good Analysis (very_good_analysis)