Skip to content

Commit

Permalink
docs(readme): add a note about the early development stage
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Oct 14, 2024
1 parent 3a5855b commit 1ee234f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion quill_native_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ Create the file `your_project/android/app/src/main/res/xml/file_paths.xml` with
<paths>
<cache-path name="cache" path="." />
</paths>
```
```

## 🚧 Experimental

This package is in early development despite the version since it previously had the same version as [flutter_quill](https://pub.dev/packages/flutter_quill), now they have been separated. The [Flutter Quill](https://github.com/singerdmx/flutter-quill/tree/master/.github/workflows) publishing workflow releases one stable version for all packages even if no changes were introduced.

Fixing the version requires discounting the support for [quill_native_bridge](https://pub.dev/packages/quill_native_bridge) and publishing a new package.

0 comments on commit 1ee234f

Please sign in to comment.