A new Flutter table soccer application.
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.
import google-services.json which includes the api key for firebase and save it under android/app/
See how App performs in release:
$ flutter run --profile
Update packages (dependencies)
$ flutter packages get
Create a keystore using
$ keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
Save the file under /android/app and replace the android/key.properties with your own values
Create a releasable build
$ flutter build appbundle