Tag:
Branch:
Tree:
34cba178f4
feat/rich-text-paste-web
master
refactor/extensions-package-structure
v10.0.0
v10.0.1
v10.0.10
v10.0.2
v10.0.3
v10.0.4
v10.0.5
v10.0.6
v10.0.7
v10.0.8
v10.0.9
v10.1.0
v10.1.1
v10.1.10
v10.1.2
v10.1.3
v10.1.4
v10.1.5
v10.1.6
v10.1.7
v10.1.8
v10.1.9
v10.2.0
v10.2.1
v10.3.0
v10.3.1
v10.3.2
v10.3.3
v10.4.0
v10.4.1
v8.1.10
v8.1.11
v8.1.2
v8.1.6
v8.1.7
v8.1.8
v8.1.9
v8.2.0
v8.4.2
v8.4.3
v8.5.0
v8.5.1
v8.5.2
v8.5.3
v8.5.4
v8.5.5
v8.5.6
v8.6.0
v8.6.1
v8.6.2
v8.6.3
v8.6.4
v9.0.0
v9.0.0-dev
v9.0.0-dev-1
v9.0.0-dev-10
v9.0.0-dev-11
v9.0.0-dev-2
v9.0.0-dev-3
v9.0.0-dev-4
v9.0.0-dev-5
v9.0.0-dev-6
v9.0.0-dev-7
v9.0.0-dev-8
v9.0.0-dev-9
v9.0.1
v9.0.1-dev.1
v9.0.2
v9.0.2-dev
v9.0.2-dev.1
v9.0.2-dev.2
v9.0.3
v9.0.4
v9.0.5
v9.1.0
v9.1.0-dev
v9.1.0-dev.1
v9.1.0-dev.2
v9.1.1
v9.1.1-dev
v9.2.0
v9.2.1
v9.2.10
v9.2.11
v9.2.12
v9.2.13
v9.2.14
v9.2.2
v9.2.3
v9.2.4
v9.2.5
v9.2.6
v9.2.7
v9.2.8
v9.2.9
v9.3.0
v9.3.1
v9.3.10
v9.3.11
v9.3.12
v9.3.13
v9.3.14
v9.3.15
v9.3.16
v9.3.17
v9.3.18
v9.3.19
v9.3.2
v9.3.20
v9.3.21
v9.3.3
v9.3.4
v9.3.5
v9.3.6
v9.3.7
v9.3.8
v9.3.9
v9.4.0
v9.4.1
v9.4.2
v9.4.3
v9.4.4
v9.4.5
v9.4.6
v9.4.7
v9.4.8
v9.4.9
v9.5.0
v9.5.1
v9.5.10
v9.5.11
v9.5.12
v9.5.13
v9.5.14
v9.5.15
v9.5.16
v9.5.17
v9.5.18
v9.5.19
v9.5.2
v9.5.20
v9.5.21
v9.5.22
v9.5.23
v9.5.3
v9.5.4
v9.5.5
v9.5.6
v9.5.7
v9.5.8
v9.5.9
v9.6.0
${ noResults }
3 Commits (34cba178f4e98cc49c3f784dc6f57730908cadbf)
Author | SHA1 | Message | Date |
---|---|---|---|
|
3e9452e675
|
Remove tuples (#1128)
* Update dependencies of `flutter_quill_extensions` * Override `intl` in example Running "flutter pub get" in example... Resolving dependencies... (1.0s) Because every version of flutter_quill from path depends on i18n_extension ^7.0.0 and no versions of i18n_extension match >7.0.0 <8.0.0, every version of flutter_quill from path requires i18n_extension 7.0.0. And because i18n_extension 7.0.0 depends on intl ^0.18.0 and math_keyboard 0.1.8 depends on intl ^0.17.0, flutter_quill from path is incompatible with math_keyboard 0.1.8. Because every version of flutter_quill_extensions from path depends on math_keyboard ^0.1.8 and no versions of math_keyboard match >0.1.8 <0.2.0, every version of flutter_quill_extensions from path requires math_keyboard 0.1.8. Thus, flutter_quill from path is incompatible with flutter_quill_extensions from path. So, because app depends on both flutter_quill_extensions from path and flutter_quill from path, version solving failed. pub get failed * Remove all `tuple` imports * Create struct for vertical spacing * Create struct for history items * Create struct for individual styles offsetvalue * Override `intl` in `flutter_quill_extensions` * Create struct for (nullable) image width/height * Create struct for image url * Create struct for text links * Create struct for glyph heights * Use `OffsetValue` struct for embed node * Create struct for next new line * Create struct for segment leaf nodes * Create struct for history undo/redo result * Downgrade `i18n_extension` to `6.0.0` * Bump to 7.0.0 Required for `flutter_quill_extensions` to have access to the new structs. |
2 years ago |
|
a4e9757a9c
|
Moved onVideoInit to class parameter on embed builder (#934)
|
3 years ago |
|
82d4bf76e3
|
Embed refactor (#933)
* Moved all embed code to seperate folder * Consolidated embed builders * Moved embed toolbar items out * Moved embed code to separate package * Updated imports * Removed I from interface names * Refactored embed button implementation * Update readme |
3 years ago |