rounded_floating_app_bar icon indicating copy to clipboard operation
rounded_floating_app_bar copied to clipboard

An easy way to add rounded corner floating app bar in Flutter project.

Results 4 rounded_floating_app_bar issues
Sort by recently updated
recently updated
newest added

Please ! Update the package for Flutter 2.0 Flutter Error after Debug: flutter/.pub-cache/hosted/pub.dartlang.org/rounded_floating_app_bar-0.1.0/lib/rounded_floating_app_bar.dart:218:20: Error: The method 'ancestorRenderObjectOfType' isn't defined for the class 'BuildContext'

This plugin has issues such that , when used : - WillPopScope no longer functions (returning false will still allow the operation) - Anything you put in WillPopScope doesnt fire...

The appbar doesnt get decorated properly with the go back < icon when you navigate to a widget that makes use of the 'rounded_floating_app_bar'.

Hi - thankyou for a nice plugin which we are currently using. Just one quick question - In standard AppBar, we have centerTitle property to centre the AppBar's title. What...