londonappbrewery / flash-chat-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
195 stars 677 forks source link

Migrate to Android V2 embedding #48

Closed nyanibaquartey closed 2 years ago

nyanibaquartey commented 2 years ago

The old Android platform-side wrappers hosting the Flutter runtime at io.flutter.app.FlutterActivity and their associated classes are now deprecated. New wrappers at io.flutter.embedding.android.FlutterActivity and associated classes now replace them. Those classes better support real world scenarios where the FlutterActivity isn't the first and only Android Activity in an application.