devtools_app_shared 0.0.4
devtools_app_shared: ^0.0.4 copied to clipboard
Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
0.0.4 #
- Add
useDarkThemeAsDefault
constant for defining the default theme behavior.
0.0.3 #
- Bump
package:vm_service
dependency to ^11.10.0
0.0.2 #
- Remove public
hasService
getter fromServiceManager
. - Add optional
timeout
parameter to thewhenValueNonNull
utility. - Rename
includeText
utility toisScreenWiderThan
. - Move
ideTheme
getter fromdevtools_app_shared/utils.dart
todevtools_app_shared/ui.dart
.
0.0.1 #
- Add README.md with usage examples.
- Seal all possible classes for safeguarding against breaking changes.
- Trim shared theme features down to only what is needed.
0.0.1-dev.0 #
- Initial commit. This package is under construction.