miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 673 forks source link

Bump `package:web` to 1.0.0 #1577

Closed navaronbracke-endare closed 3 months ago

navaronbracke-endare commented 3 months ago

This PR bumps the web dependency to 1.0.0

It also bumps the minimum Flutter version to 3.22.0, which ships with Dart 3.4.0 That Dart version is the minimum needed for the new package:web version.

It also addresses the following points:

Fixes #1571 Closes https://github.com/miguelpruivo/flutter_file_picker/pull/1575 Closes https://github.com/miguelpruivo/flutter_file_picker/pull/1566

For clarification, this is the corporate account of @navaronbracke I'm currently away from my other machine but wanted to land this fix ASAP.

navaronbracke commented 3 months ago

Due to the urgency for the dependency bump, I'm going to merge this PR, so users can start migrating as well.

Most changes are internal cleanup anyway, and if users were using FilePickerWeb.platform, they were doing it wrong anyway (which is addressed by the comment in the changelog)