File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -192,23 +192,6 @@ void dispose() {
192
192
193
193
Check out [Sample Page] for more advanced usage.
194
194
195
- # ## 💥 Breaking Changes
196
-
197
- - APIs marked with [`@experimental`](https://api.flutter.dev/flutter/meta/experimental-constant.html)
198
- are subject to change or removal at any time and should be used with caution,
199
- as they may be altered even in minor versions.
200
-
201
- - APIs marked with [`@internal`](https://api.flutter.dev/flutter/meta/internal-constant.html)
202
- and [`@visibleForTesting`](https://api.flutter.dev/flutter/meta/visibleForTesting-constant.html) are not intended for
203
- public use and should be avoided entirely.
204
-
205
- - The `package:flutter_quill/internal.dart` expose internal APIs
206
- to be used by other related packages and should be avoided when possible.
207
-
208
- We make every effort to ensure internal APIs are not exported by default. Use experimental features at your own discretion.
209
-
210
- We recommend checking the `CHANGELOG.md` or release notes for each update to stay informed.
211
-
212
195
# # 🔤 Input / Output
213
196
214
197
This library utilizes [Quill Delta](https://quilljs.com/docs/delta/) to represent document content.
You can’t perform that action at this time.
0 commit comments