A score counter for pool, such as snooker and eight-ball.
dart run flutter_launcher_icons -f ./flutter_launcher_icons.yaml
flutter build apk --release
If run into issues like:
Execution failed for task ':app:lintVitalRelease'.
> Lint infrastructure error
Caused by: java.lang.NoClassDefFoundError: com/android/tools/lint/checks/BuiltinIssueRegistry
Then may be needed to update gradle version.
Follow this: Signing the app
keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload
Then run:
jarsigner -verbose -keystore ~/android-keystore.jks -signedjar signed.apk CoolApkDevVerify_no_sign.apk upload