Skip to content

App that connect with Amiibo API and set responsive design

Notifications You must be signed in to change notification settings

Andres-98/flutter_amiibo_responsive

 
 

Repository files navigation

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)

About

App that connect with Amiibo API and set responsive design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 87.9%
  • HTML 5.5%
  • Ruby 3.9%
  • Swift 2.0%
  • Shell 0.4%
  • Kotlin 0.2%
  • Objective-C 0.1%