From 516fd9160ae8354d3a55cdbf80500dc17ef1d14d Mon Sep 17 00:00:00 2001 From: Gordon Date: Wed, 22 Sep 2021 10:42:21 +0200 Subject: [PATCH] docs(doc): update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f6d42c..d76e5bd9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ That means that with a version number x.y.z (major.minor.patch): See the [semantic versioning](https://dart.dev/tools/pub/versioning#semantic-versions) section from the Dart docs for more information. -This versioning policy does not apply to prerelease packages (below major version of 1). See this [StackOverflow thread](https://stackoverflow.com/questions/66201337/how-do-dart-package-versions-work-how-should-i-version-my-flutter-plugins) for more information on Dart package versioning. +This versioning policy does not apply to prerelease packages (below major version of 1). See this +[StackOverflow thread](https://stackoverflow.com/questions/66201337/how-do-dart-package-versions-work-how-should-i-version-my-flutter-plugins) +for more information on Dart package versioning. Whenever possible, we will add deprecation warnings in preparation for future breaking changes.