sleepingkit
Results
2
issues of
sleepingkit
The controller dispose after super.dispose() will cause Exception error. In auto_tabs_router.dart, line 144 ```dart @override void dispose() { super.dispose(); if (_controller != null) { _controller!.dispose(); _parentController.removeChildController(_controller!); _controller = null; }...
Hope that there is a boolean that can control the showing of the trailing zero. For example 100.12 Now is when I set 3 decimal places, it will show 100.12,...