- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Fixes new lint warnings.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Adds example app to demonstrate how to use the package.
- Removes
process
dependency. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Updates version to 1.0 to reflect the level of API stability.
- Updates minimum SDK version to Flutter 3.0.
- Returns null instead of throwing exception from getUserDirectory when xdg-user-dir executable is missing.
- Fixes unit tests on Windows.
- Fixes lint warnings.
- Marks the package as Linux-only using the new Dart
platforms
key.
- Migrated to null safety.
- Broaden dependencies to allow nullsafety version of process, meta, and path to be OK.
- Remove flutter, flutter_test from pubspec dependencies.
- Initial release includes all the features described in the README.md