Skip to content

Commit 9c0faef

Browse files
committed
docs(readme): remove 'breaking changes' section
1 parent 19ab330 commit 9c0faef

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -192,23 +192,6 @@ void dispose() {
192192

193193
Check out [Sample Page] for more advanced usage.
194194

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-
212195
## 🔤 Input / Output
213196

214197
This library utilizes [Quill Delta](https://quilljs.com/docs/delta/) to represent document content.

0 commit comments

Comments
 (0)