GradientAppBar
GradientAppBar copied to clipboard
Gradient app bar for Flutter
Getting this error after upgrading flutter: ../../flutter/.pub-cache/hosted/pub.dartlang.org/gradient_app_bar-0.1.3/lib/gradient_app_bar.dart:407:57: Error: No named parameter with the name 'nullOk'. final ScaffoldState scaffold = Scaffold.of(context, nullOk: true); ^^^^^^ ../../flutter/packages/flutter/lib/src/material/scaffold.dart:1918:24: Context: Found this candidate, but the...
Getting this error after upgrading flutter: ../../flutter/.pub-cache/hosted/pub.dartlang.org/gradient_app_bar-0.1.3/lib/gradient_app_bar.dart:407:57: Error: No named parameter with the name 'nullOk'. final ScaffoldState scaffold = Scaffold.of(context, nullOk: true); ^^^^^^ ../../flutter/packages/flutter/lib/src/material/scaffold.dart:1918:24: Context: Found this candidate, but the...
../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/gradient_app_bar-0.1.3/lib/gradient_app_bar.dart:610:20: Error: The method 'ancestorRenderObjectOfType' isn't defined for the class 'BuildContext'. - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../../development/flutter/packages/flutter/lib/src/widgets/framework.dart'). Try correcting the name to the name of an existing method, or defining...
- Update nullOk Parameter for flutter 1.23
Can't change the toolbarHeight like in the normal AppBar? What's the deal with that? Any workarounds would be appreciated.
please add support to RTL, actions and leading should be opposite
Hi, i found trouble to implement border radius to bottom left and bottom right of this Gradient App Bar, how can i achieve that ? ``` GradientAppBar( flexibleSpace: Row( mainAxisAlignment:...