flutter_boost
flutter_boost copied to clipboard
已经找到原生跳转flutter没有动画的问题了
原因是FlutterBoost Activity的theme 置顶了NoTitle 而应该使用android:theme="@style/Theme.AppCompat" 这个主题就是系统默认的activity出场动画了
提这个问题主要是让大家避免