name: shared_preferences_macos | |
description: macOS implementation of the shared_preferences plugin. | |
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump | |
# the version to 2.0.0. | |
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 | |
version: 0.0.1+10 | |
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos | |
flutter: | |
plugin: | |
platforms: | |
macos: | |
pluginClass: SharedPreferencesPlugin | |
environment: | |
sdk: ">=2.1.0 <3.0.0" | |
flutter: ">=1.12.8 <2.0.0" | |
dependencies: | |
shared_preferences_platform_interface: ^1.0.0 | |
flutter: | |
sdk: flutter | |
dev_dependencies: | |
pedantic: ^1.8.0 | |