Closed raulmabe closed 3 years ago
Also, the package version should be updated as the guidelines says:
Package version Update the version of the package to indicate a breaking change:
If your package is already at 1.0.0 or greater, increase the major version. For example, if the previous version is 2.3.2, the new version is 3.0.0.
If your package hasn’t reached 1.0.0 yet, either increase the minor version or update the version to 1.0.0. For example, if the previous version is 0.3.2, the new version is either 0.4.0 or 1.0.0.
Before you publish a stable null safety version of a package, we strongly recommend following these pubspec rules:
Set the Dart lower SDK constraint to 2.12.0. Use stable versions of all direct dependencies.
@raulmabe Thanks for the PR, just for my information have you tested it once if yes we can merge this and make a release.
I run the example/
app with NNBD and had no problems/warnings at all
cool merging this then Thanks @raulmabe
Just needed to upgrade the dart sdk to min 2.12.0 in
the pubspec.yaml
:Then I run
dart migrate
tool: