记Flutter的 mobx坑,不生成.g.dart
1.注意 part那个必须跟文件名一样
2.早先年的版本 是
abstract class IOSAuditBase implements Store
现在改成了
abstract class IOSAuditBase with Store ...……
AngularJS | Closure | Google Web Toolkit | Dart | Polymer
https://code.google.com/p/google-web-toolkit/
Google Web Toolkit (GWT) 是一种开源 Java 软件开发框架,可以使不会使用第二种浏览 ...……
Unhandled Exception: type '_Type' is not a subtype of type 'String' in type cast
报错原因
解决办法
报错原因
在写SharedPreferences工具类时使用泛型失误报错
这个地方不能传入泛型,必须传入T的值, ...……
报错:boost_container.dart:Error:this expression has type ‘void’ and can’t be used
可能是flutter sdk版本和flutter boost版本不对应导致。如下图:
最新版本对应,请查看官网
ps:
更换flutter sdk版本 ...……