flutterEnumsToString:更好地将ENUM转换为Flutter Dart的字符串

时间:2021-05-15 20:58:21
【文件属性】:
文件名称:flutterEnumsToString:更好地将ENUM转换为Flutter Dart的字符串
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-15 20:58:21
Dart 枚举字符串 更好地将ENUM转换为字符串-它还可以处理再次转换! :fire: :fire: :fire: 无耻的插头! :fire: :fire: :fire: 是否想用dart编写服务器应用程序,例如expressjs? 查看我新的开源软件包Alfred 它能做什么 它需要一个枚举,例如: enum TestEnum { testValue1 } 并将其转换为 testValue1 还处理骆驼案 输入enum TestEnum { testValue1 }输出Test Value 1 用法 import 'package:enum_to_string/enum_to_string.dart' ; enum TestEnum { testValue1, testValue2 }; convert (){ String result = EnumToString . convertToString ( TestEn
【文件预览】:
flutterEnumsToString-master
----pubspec.yaml(319B)
----lib()
--------enum_to_string.dart(4KB)
--------camel_case_to_words.dart(9KB)
----preflight_checks.sh(83B)
----pubspec.lock(7KB)
----.travis.yml(116B)
----example()
--------README.md(525B)
--------main.dart(1KB)
----LICENSE(1KB)
----.metadata(309B)
----test()
--------enum_to_string_test.dart(6KB)
----README.md(2KB)
----analysis_options.yaml(104B)
----.gitignore(1KB)
----CHANGELOG.md(2KB)

网友评论