Updated Flutter/Dart dependencies for better compatibility with current state of Flutter ecosystem.
Replaced pedantic with flutter_lints as it is deprecated for quite some time already: https://pub.dev/packages/pedantic
Note, I used not 2.0.3 version as it bumps min Flutter to 3.7.0, so stayed with 2.0.2 to have better compatibility with projects with Flutter >3.3.0
Updated uuid to a range of versions for broader compatibility and because 3.x versions are compatible with 4.x versions according to README: https://pub.dev/packages/uuid#uuid
Updated Flutter and Dart constraints to correspond to dependencies and not confuse users about package compatibility.
Updated README to remove some outdated information
Updated Flutter/Dart dependencies for better compatibility with current state of Flutter ecosystem.
pedantic
withflutter_lints
as it is deprecated for quite some time already: https://pub.dev/packages/pedantic Note, I used not2.0.3
version as it bumps min Flutter to 3.7.0, so stayed with2.0.2
to have better compatibility with projects with Flutter >3.3.0uuid
to a range of versions for broader compatibility and because 3.x versions are compatible with 4.x versions according to README: https://pub.dev/packages/uuid#uuid