Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
791 B

name: flutter_quill_extensions
3 years ago
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.4.1
homepage: https://bulletjournal.us/home/index.html
3 years ago
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.2.19
image_picker: ">=0.8.5 <2.0.0"
photo_view: ^0.14.0
video_player: ^2.7.0
youtube_player_flutter: ^8.1.1
gallery_saver: ^2.3.2
math_keyboard: ">=0.1.8 <0.3.0"
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
string_validator: ^1.0.0
universal_html: ^2.2.1
url_launcher: ^6.1.9
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.1
# The following section is specific to Flutter packages.
flutter: