appspector 0.2.0 appspector: ^0.2.0 copied to clipboard
A plugin that integrate AppSpector to your Flutter project.
0.2.0 16 Apr 2020 #
- Add API to provide list of monitors to enable
- Add API to provide session metadata (including the device custom name)
- Add API which allows to stop and start session during the application lifetime
- Add ability to listen to a session url
- Use Android SDK version 1.2.1
0.1.0 24 Dec 2019 #
- Fixed logging module
0.0.9 20 Nov 2019 #
- Fix compatibility with DIO library
0.0.8 11 Sep 2019 #
- Add WidgetsFlutterBinding.ensureInitialized(); to README.md
- Fix issue about 'toImage' isn't defined for the class 'ContainerLayer
- Use MethodChannel only on MainThread
0.0.7 - 29 Jul 2019 #
- Fix compatibility issues with the latest flutter version
0.0.6 - 15 Jul 2019 #
- Fix compatibility issues with new dart version
- Bug fixes
0.0.4 - 6 May 2019 #
- Update README
0.0.3 - 25 Apr 2019 #
- Add Http Monitor
- Add SharedPreference/UserDefaults Monitor
- Add Logger to collect logs only into AppSpector Service
0.0.2 - 22 Jan 2019 #
- Fix issue with black screen in Screenshot Monitor
0.0.1 - 20 Jan 2019 #
- Initial release with base initialization of AppSpector