fluttercommunity / native_widgets

Native Widgets - A new Flutter package for using Android and iOS natively on each platform. Maintainer: @rodydavis
https://fluttercommunity.github.io/native_widgets/
MIT License
92 stars 18 forks source link

The current Flutter SDK version is 1.5.4-hotfix.2. Because every version of native_widgets from path depends on flutter_sticky_header >=0.4.0 which requires Flutter SDK version >=1.5.9-pre.94 <2.0.0, native_widgets from path is forbidden. So, because native_widgets_example depends on native_widgets from path, version solving failed. #3

Closed jp1017 closed 4 years ago

sunaarun commented 4 years ago

I think you need to upgrade your flutter sdk .. I faced the same problem , and when I upgrade .. the problem gone .. Try to upgrade @jp1017

jp1017 commented 4 years ago

@sunaarun Thanks.