wave_progress

所属分类:collect
开发工具:Dart
文件大小:0KB
下载次数:0
上传日期:2018-12-18 06:02:01
上 传 者sh-1993
说明:  自定义波形进度小部件,
(A custom wave progress widget,)

文件列表:
.idea/ (0, 2018-12-17)
.idea/codeStyles/ (0, 2018-12-17)
.idea/codeStyles/Project.xml (1775, 2018-12-17)
.idea/libraries/ (0, 2018-12-17)
.idea/libraries/Dart_Packages.xml (20495, 2018-12-17)
.idea/libraries/Dart_SDK.xml (1194, 2018-12-17)
.idea/libraries/Flutter_Plugins.xml (173, 2018-12-17)
.idea/misc.xml (1421, 2018-12-17)
.idea/modules.xml (281, 2018-12-17)
.idea/vcs.xml (180, 2018-12-17)
.idea/workspace.xml (32064, 2018-12-17)
CHANGELOG.md (72, 2018-12-17)
LICENSE (29, 2018-12-17)
art/ (0, 2018-12-17)
art/screen1.gif (11251395, 2018-12-17)
example/ (0, 2018-12-17)
example/.idea/ (0, 2018-12-17)
example/.idea/codeStyles/ (0, 2018-12-17)
example/.idea/codeStyles/Project.xml (1775, 2018-12-17)
example/.idea/libraries/ (0, 2018-12-17)
example/.idea/libraries/Dart_Packages.xml (20813, 2018-12-17)
example/.idea/libraries/Dart_SDK.xml (1194, 2018-12-17)
example/.idea/libraries/Flutter_Plugins.xml (173, 2018-12-17)
example/.idea/libraries/Flutter_for_Android.xml (275, 2018-12-17)
example/.idea/misc.xml (1421, 2018-12-17)
example/.idea/modules.xml (368, 2018-12-17)
example/.idea/runConfigurations/ (0, 2018-12-17)
example/.idea/runConfigurations/main_dart.xml (271, 2018-12-17)
example/.idea/workspace.xml (16147, 2018-12-17)
example/.metadata (284, 2018-12-17)
example/android/ (0, 2018-12-17)
example/android/app/ (0, 2018-12-17)
example/android/app/build.gradle (1565, 2018-12-17)
example/android/app/src/ (0, 2018-12-17)
example/android/app/src/main/ (0, 2018-12-17)
... ...

# wave_progress_widget >A customable wave progress widget ## Preview # How to use 1. Add this to your package's pubspec.yaml file: ````dart dependencies: wave_progress_widget: ^0.0.1 ```` 2. Add this import to your dart file: ````dart import 'package:wave_progress_widget/wave_progress.dart'; ```` 3. Just add WaveProgress wherever you want! you can customise it's border and fill color too! ````dart WaveProgress(180.0, Colors.blue, Colors.blueAccent, _progress) ```` ## Getting Started For help getting started with Flutter, view our online [documentation](https://flutter.io/). For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).

近期下载者

相关文件


收藏者