statsfl 2.3.0
statsfl: ^2.3.0 copied to clipboard
A simple FPS monitor for Flutter. Helps to easily diagnose performance problems in your applications.
2.2.0+1 #
- Fix issues with isEnabled
- Remove extra ignorePointer
- Change min-height to 20px
2.1.0 #
- Set Material color to Transparent to allow Stats to sit on top of content in a stack
- Child is now optional
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