文件名称:flutter_tagging:具有标记功能的TextField flutter包
文件大小:557KB
文件格式:ZIP
更新时间:2024-06-16 20:43:12
Dart
颤振标签 具有标签或多选功能的Flutter软件包。 对于添加标签或标签选择表格很有用。 List < Language> _selectedLanguages = []; FlutterTagging < Language> ( initialItems : _selectedLanguages, textFieldConfiguration : TextFieldConfiguration ( decoration : InputDecoration ( border : InputBorder .none, filled : true , fillColor : Colors .green. withAlpha ( 30 ), hintText :
【文件预览】:
flutter_tagging-master
----.gitignore(2KB)
----pubspec.yaml(492B)
----LICENSE(1KB)
----CHANGELOG.md(878B)
----README.md(4KB)
----flutter_tagging.gif(550KB)
----.metadata(309B)
----example()
--------pubspec.yaml(337B)
--------android()
--------ios()
--------README.md(3KB)
--------.metadata(305B)
--------lib()
----lib()
--------src()
--------flutter_tagging.dart(344B)
----analysis_options.yaml(2KB)