文件名称:GradientAppBar:Flutter的渐变应用栏
文件大小:156KB
文件格式:ZIP
更新时间:2024-05-27 09:29:33
dart gradient flutter dartlang appbar
渐变应用栏 喜欢材质AppBar? 您要向应用栏添加更多颜色吗? 这是一个gradientAppBar。 它就像普通的AppBar一样工作。 还包括操作,后退按钮,标题。 因此,这只是您的普通AppBar,但要有所不同! 屏幕截图 入门 通过将其添加到您的pubspec.yaml文件中来依赖它: gradient_app_bar: ^0.1.3 导入: import 'package:gradient_app_bar/gradient_app_bar.dart' 将您当前的AppBar(在支架中)替换为GradientAppBar。 appBar: GradientAppBar( title: Text('Flutter'), gradient: LinearGradient(colors: [Colors.blue, Colors.purple, Colors.r
【文件预览】:
GradientAppBar-master
----.gitignore(133B)
----pubspec.yaml(2KB)
----.travis.yml(460B)
----LICENSE(1KB)
----CHANGELOG.md(357B)
----README.md(890B)
----example()
--------.gitignore(65B)
--------pubspec.yaml(2KB)
--------android()
--------ios()
--------README.md(148B)
--------.metadata(283B)
--------.idea()
--------example_android.iml(1KB)
--------lib()
--------pubspec.lock(3KB)
--------example.iml(896B)
--------test()
----lib()
--------gradient_app_bar.dart(45KB)
----gradient_app_bar.iml(1KB)
----pubspec.lock(3KB)
----tool()
--------publish.sh(259B)
----test()
--------semantics_tester.dart(30KB)
--------gradient_app_bar_test.dart(55KB)