Native components and helpers
When adding a new component make sure to include an example in the example project
flutter run --no-sound-null-safety --hot
flutter run --hot web --no-sound-null-safety
If the android emulator is not working on debug mode on the computer, specifically the google sign in, there are a few things which may need to be done.
- Open android folder in Android Studio, sync gradle and try to build project
- Check and fix any errors related to the sync or build
- Double check applicationid name
- Make sure all packeges (including Kotlin version) in the android/gradle and android/app/gradle are up to date
- Check support email
- add your sha1 and sha256 to the android app, instructions to get sha's here
- re-download google-services.json for project
- build -> clean project in Android Studio
- build -> build project in Android Studio
- launch app
flutter run --no-sound-null-safety --hot
flutter build ios --release --no-sound-null-safety
flutter build appbundle --release --no-sound-null-safety
git update-index --skip-worktree default_values.txt
git update-index --no-skip-worktree default_values.txt
git ls-files -v . | grep ^S
flutter pub run build_runner build --delete-conflicting-outputs
Please check CONTRIBUTING.
Released under the BSD 3-Clause License.