xSILENCEx

Results 11 comments of xSILENCEx

换了其它功能相同的库解决了,用这个库permission_handler

I have the same problem, duration aways 0 on IOS

I checked the source code, animation disappearance is caused by accessibility settings: ```dart ... final mediaQuery = MediaQuery.of(context); child = AnimatedBuilder( animation: widget.animationController, builder: (context, Widget? child) { assert(child !=...

@lucasjinreal No need to change the source code

用缩放可以缓解这种情况: ```dart class _TabStyle extends AnimatedWidget { ... @override Widget build(BuildContext context) { ... ///根据前后字体大小计算缩放倍率 final double _magnification = labelStyle.fontSize / unselectedLabelStyle.fontSize; final double _scale = selected ? lerpDouble(_magnification, 1,...

Sorry, this package will only contain the most basic drawing functions

Sorry, this package will only contain the most basic drawing functions

View this package: [stack_board](https://pub.flutter-io.cn/packages/stack_board) `stack_board` is being refactored and a new version with a lot of new changes will be released soon