Note that this branch is locked on 5.6.x - #95
Draft
mutumbakato wants to merge 1 commit into
Draft
Conversation
Nutrient Flutter SDK 6.0 and later are published to pub.dev only. The native SDK APIs are reachable through the bindings API, so this repository no longer needs to carry the plugin source for new releases, and master stays on 5.6.x. Also pin the installation snippet to ^5.6.0. It read `nutrient_flutter: any`, which resolves to 6.0.0 once that is on pub.dev, while the surrounding setup instructions here are 5.6.x-era — different minimum Android API level, Flutter version, and dependency shape. Following this README with `any` would fail to build. The nightly branch continues to receive updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From 6.0 onwards the Flutter SDK is published to pub.dev only — users reach the native SDK APIs through the bindings API, so this repository no longer needs to carry the plugin source for new releases.
masterstays on 5.6.x, and pre-6.0 updates land here directly via PRs. Thenightlybranch continues to receive updates.Changes
^5.6.0. It readnutrient_flutter: any, which resolves to 6.0.0 once that is published, while every instruction around it is 5.6.x-era —minSdkVersion 21vs 24, no Flutter 3.44.6 requirement, no bindings entry point, no direct platform-package dependencies. Anyone following this README withanywould hit a build failure that looks like an SDK bug.Notes