0.1.0-nullsafety.1

  • Bump win32 dependency to latest version.

0.1.0-nullsafety

  • Migrate to null safety

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.