statsfl 2.0.1+1 statsfl: ^2.0.1+1 copied to clipboard
A simple FPS monitor for Flutter. Helps to easily diagnose performance problems in your applications.
[2.0.1] #
- Fixed initialization bug
[2.0.0-nullsafety] #
- Stable, null-safe release.
[1.3.0] #
- Fixed missing dispose call
[1.2.0] #
- Fixed error when StatsFl is not nested in a MaterialApp
- Fix bug when wrapping MaterialApp
- Switch to ValueNotifier
- Handle didChangeDependancies for isEnabled
- Cleanup
[1.1.0+3] #
- Fixed error when StatsFl is not nested in a MaterialApp
[1.1.0+2] #
- Optimize repaint
- Add docs
- Privatize API surface
[1.0.0+1] #
- Add maxFps param
[0.1.0] #
- Update to 1.0 and extended description length to satisfy 'health' requirements for pub.dev
[0.0.3+1] #
- Rendering fix
[0.0.2] #
- Added height
- Added showText
- Improved sizing logic
- Added asserts