developer_options 0.6.2
developer_options: ^0.6.2 copied to clipboard
Package for enabling developer options in your app, setting/getting boolean and string values using SharedPreferences plugin
0.6.2 15.2.2022 #
- Upgrade example to null safety
- Upgrade packages
0.6.1 21.9.2021 #
- Minor fixes
0.6.0 21.9.2021 #
- Update packages
0.5.3 20.3.2021 #
- Add basic example
0.5.2 20.3.2021 #
- Add Dart Doc comments
0.5.1 20.3.2021 #
- Format code
- Change description
0.5.0 20.3.2021 #
- Enable for app in debug mode
0.4.0 20.3.2021 #
- Add async to setting functions
- Add more test
0.3.1 14.3.2021 #
- Fix saving bug
- Remove prints
0.3.0 14.3.2021 #
- Fix some bugs
- Add second test
0.2.3 14.3.2021 #
- Fix some bugs
- Add basic test
0.2.2 14.3.2021 #
- Fix late initialization
0.2.1 14.3.2021 #
- Fix mutable map
0.2.0 14.3.2021 #
- Fix wrong named class in developer_options.dart
- You can now store String/bool options and retrieve them.
- You can now store String/String options and retrieve them.
0.1.1 14.3.2021 #
- Still WIP, but can be used to store if developer options is enabled or not