2.0.3
- Updated installation instructions in README.
2.0.2
- Add
implements
to pubspec.yaml. - Add
registerWith()
to the Dart main class.
2.0.1
- Fix a crash when a known folder can't be located.
2.0.0
0.0.4+4
- Update Flutter SDK constraint.
0.0.4+3
- Remove unused
test
dependency. - Update Dart SDK constraint in example.
0.0.4+2
- Check in windows/ directory for example/
0.0.4+1
- Add getPath to the stub, so that the analyzer won't complain about fakes that override it.
- export ‘folders.dart’ rather than importing it, since it's intended to be public.
0.0.4
- Move the actual implementation behind a conditional import, exporting a stub for platforms that don't support FFI. Fixes web builds in projects with transitive dependencies on path_provider.
0.0.3
- Add missing
pluginClass: none
for compatibilty with stable channel.
0.0.2
- README update for endorsement.
- Changed getApplicationSupportPath location.
- Removed getLibraryPath.
0.0.1+2
- The initial implementation of path_provider for Windows
- Implements getTemporaryPath, getApplicationSupportPath, getLibraryPath, getApplicationDocumentsPath and getDownloadsPath.