flutter_hrlweibo icon indicating copy to clipboard operation
flutter_hrlweibo copied to clipboard

运行方案

Open hbulixu opened this issue 2 years ago • 1 comments

1、环境flutter 1.17.3 2、fluro: ^1.5.1 改为 fluro: 1.5.1,^会升级到1.5.x最高版本 3、改 Router.dart 41行,返回值bool 改为 void void pop(BuildContext context) => Navigator.pop(context);

hbulixu avatar Apr 26 '22 07:04 hbulixu

谢谢老铁

duoduoxi avatar Jul 02 '22 13:07 duoduoxi