Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.21 KB

File metadata and controls

44 lines (31 loc) · 1.21 KB

Flutter · Amiibo App

Coverage

App in Flutter that connect with Amiibo API. Also set the responsive design principle.

Getting Started

This project is available in Android, iOS, Web and Desktop

Navigator 2.0

Actually the project has been implemented with Navigator 2.0 or Route API.

Deep linking

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}

Used packages


Dependencies

  • Http (http)
  • Flutter BLoC (flutter_bloc)
  • Equatable (equatable)
  • Intl (intl)
  • Shimmer animation (shimmer_animation)

Dev dependencies

  • Mocktail (mocktail)
  • BLoC test (bloc_test)
  • Network Image Mock (network_image_mock)
  • Very Good Analysis (very_good_analysis)