NEXT

  • Updates minimum Flutter version to 3.0.

2.4.0

  • Adds getDirectoryPaths method to the interface.

2.3.0

  • Replaces macUTIs with uniformTypeIdentifiers. macUTIs is available as an alias, but will be deprecated in a future release.

2.2.0

  • Makes XTypeGroup's constructor constant.

2.1.1

  • Updates imports for prefer_relative_imports.
  • Updates minimum Flutter version to 2.10.

2.1.0

  • Adds allowsAny to XTypeGroup as a simple and future-proof way of identifying wildcard groups.

2.0.4

  • Removes dependency on meta.

2.0.3

  • Minor code cleanup for new analysis rules.
  • Update to use the verify method introduced in plugin_platform_interface 2.1.0.

2.0.2

  • Update platform_plugin_interface version requirement.

2.0.1

  • Replace extensions with leading dots.

2.0.0

  • Migration to null-safety

1.0.3+1

1.0.3

  • Update Flutter SDK constraint.

1.0.2

  • Replace locally defined XFile types with the versions from the cross_file package.

1.0.1

  • Allow type groups that allow any file.

1.0.0

  • Initial release.