incrediblezayed / file_saver

A simple flutter plugin for saving files in all platforms
https://pub.dev/packages/file_saver
BSD 3-Clause "New" or "Revised" License
75 stars 92 forks source link

Upgrade packages to major versions #71

Closed Domenic-MZS closed 12 months ago

Domenic-MZS commented 12 months ago

Upgrade packages to major versions

This PR relates to #63.

Major Changes

This PR is the result of flutter pub upgrade --major-versions or dart pub upgrade --major-versions.

Using the major versions, to ensure compatibility with other plugins (my case), and it's a good practice to avoid bugs and exploits.

Domenic-MZS commented 12 months ago

Solved on #3ceb4eb. Will close the PR.