extended_sliver
extended_sliver copied to clipboard
A powerful extension library of Sliver, which include SliverToNestedScrollBoxAdapter, SliverPinnedPersistentHeader, SliverPinnedToBoxAdapter and ExtendedSliverAppbar.
I'm using part of the code from the example https://github.com/fluttercandies/extended_sliver/blob/master/example/lib/pages/nested/webview.dart When I click on an editable field of the Webview, the complet view disappear, do you know why ? ```...
没有的话,我自己写个了
I got this exception as running the example. ``` Exception has occurred. FlutterError (The maxExtent for this RenderSliverPinnedPersistentHeader is less than its minExtent. The specified maxExtent was: 0.0 The specified...
there is no ripple effect when i press back button and actions
### Version extended_sliver 2.1.3 ### Platforms Android ### Device Model huawei nova 6 android10 ### flutter info ```sh [√] Flutter (Channel stable, 3.13.5, on Microsoft Windows [版本 10.0.19042.630], locale zh-CN)...
### Content ExtendedSliverAppbar( leading: Row(children: [ Visibility( child: InkWell( child: Container( child: Image( image: AssetImage( 'res/images/idee536ecd91c3436f94a19bbb2fb5f133.png'), width: 30.0, height: 30.0, fit: BoxFit.fill, ), margin: EdgeInsets.only(left: 16.0), ), onTap: () {...
The example doesn't compile because of API changes of webview_flutter 4.0. This pull request is to migrate the WebView and WebViewController to the latest specification.