amiibo_network

Amiibo Network License: MIT

Get it on Google Play

ko-fi

Or you can donate on PayPal

An Amiibo collection app with a wishlist and personal collection, screenshot mode to save your collection and stats, so you can always show your amazing Amiibo collection!

Features:

DISCLAIMER Amiibo Network is an unofficial app for collectors and fans of amiibo and is intended to be used for informational and educational purposes only.

Amiibo Network is in no way affiliated with Nintendo. amiibo is a registered trademark of Nintendo. All items, names and other aspects are trademarked and owned by their respective owners.

Screenshots

Light Dark

Special Thanks

French translation by Michael Put (De Liège Belgium)

Firebase Setup

Since the project uses Firebase, some additional files will be needed:

lib/firebase_options.dart
ios/Runner/GoogleService-Info.plist
ios/firebase_app_id_file.json
android/app/google-services.json

These files have been added to .gitignore, so you need to run this command to generate them using one of this options

1. Using CLI

Make sure you have the Firebase CLI and FlutterFire CLI installed.

These files have been added to .gitignore, so you need to run this command to generate them with the flutterfire CLI:

firebase login
flutterfire configure
2. Manually

If you don’t want to use FlutterFire CLI, follow these steps instead:

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.