Lucian
Lucian
请问下有兼容最新的Flutter SDK的计划吗?
> > @DavidMGT 作为临时解决方案,可以自己先「造」一个ExclusiveAppComponent,返回正确的Activity,应该可以工作。 > > ### 临时解决方案,示例如下: > ``` > diff --git a/android/src/main/java/com/idlefish/flutterboost/containers/FlutterBoostActivity.java b/android/src/main/java/com/idlefish/flutterboost/containers/FlutterBoostActivity.java > index ab28533..1608eb5 100644 > --- a/android/src/main/java/com/idlefish/flutterboost/containers/FlutterBoostActivity.java > +++ b/android/src/main/java/com/idlefish/flutterboost/containers/FlutterBoostActivity.java > @@ -152,7 +152,7 @@...
same issue
> @lucian1024 I fixed my issue using `StaggeredGrid.count`, and passed to the Children a List of `StaggeredGridTile`. Worked like a charm `StaggeredGrid` is only for small number of items. It...
Any update on this?
> did you find workaround [@lucian1024](https://github.com/lucian1024) ? No.