bizz84 / time_tracker_flutter_course

Source code for every lesson in the "Flutter & Firebase: Build a Complete App for iOS & Android" course on Udemy
https://nnbd.me/ff-udemy
MIT License
405 stars 171 forks source link

Update FlutterFire plugins to the latest versions #6

Closed bizz84 closed 3 years ago

bizz84 commented 3 years ago

Included changes:

Note: Following this updated, this error is printed when launching the app on Android:

Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at
https://flutter.dev/go/android-project-migration
to migrate your project.

This will be addressed separately.