Flutter/Dart 图表syncfusion_charts绕过License验证
时间:2020-01-13 18:23:37
收藏:0
阅读:659
声明,以下所述仅供技术交流,如需使用请购买 商业授权
图表源码仓库:syncfusion_flutter_charts
绕过许可验证及提示:
对pubspec.yaml的syncfusion_flutter_core进行注释,可以发现,多处base文件夹中的base文件中,SyncfusionLicense.validateLicense(context);发生报错,因此我们把所有SyncfusionLicense.validateLicense(context);注释掉,可以成功绕过License验证!
原文:https://www.cnblogs.com/ww01/p/12188442.html
评论(0)