flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

flutter_local_notifications/README.md is not in alignment with official Dart coding standards

Open banderberg opened this issue 3 years ago • 1 comments

In particular, the section "Scheduling a notification" claims that one need not take a direct dependency on the 'timezone' package. This however does not agree with the "depend_on_referenced_packages" standard set by the Dart Team.

https://dart-lang.github.io/linter/lints/depend_on_referenced_packages.html

Following the README, a developer using the Dart linter will get a warning that won't go away unless they take a direct dependency on the 'timezone' package.

I'm happy to submit a PR with an update to the README.

banderberg avatar Mar 01 '22 13:03 banderberg

Thanks for raising this and would be happy to take a PR.

MaikuB avatar Mar 03 '22 09:03 MaikuB