Dart 文本操作 [取中间丶右丶左文本]
//取中间文本 {start =>开始文本,end =>结束文本,data =>数据} String middletext(String start, String end, String data) { int startposition = data.indexOf(RegExp(start)); //...
Flutter ERate 评分组件
介绍 「ERate」 组件是 「Flutter Element」 组件系列中的评分组件。 引入 在 「pubspec.yaml」 中依赖 element_ui: ^lastversion 最新的版本到pub上查看,pub地址:https://pub.dev/pack...
PHP Filter过滤器函数
PHP,Dart,Java 面向对象对比
PHP发送HTTP请求的6种方法
使用 adb WiFi连接手机
1.先用数据线连接电脑。 2.查看手机IP:adb shell ifconfig wlan0 其中inet addr 就是手机ip地址。 3.添加端口号:adb tcpip 5556 5556是端口可以自定义 4.连接手机:adb connect 手机IP:5...
Flutter 组件国际化
pubspec添加依赖想要使用 flutter_localizations 的话,我们需要在 pubspec.yaml 文件中添加它作为依赖: flutter_localizations: #组件国际化 sdk: flutter设置MaterialApp在localizationsDe...
Flutter LinearProgressIndicator[线性进度条组件]
截图: 代码: //线性进度条 LinearProgressIndicator( color: Colors.blue, backgroundColor: Colors.amber, value: 0.5, // valueColor: TrainHoppingAnimation(), ),



![Dart 文本操作 [取中间丶右丶左文本]-IT网络技术分享](https://zywi.cn/wp-content/uploads/2022/04/c6810cce44b9-300x167.jpg)




![Flutter LinearProgressIndicator[线性进度条组件]-IT网络技术分享](https://zywi.cn/wp-content/uploads/2022/03/搜狗截图20220314081108-300x33.png)
