altera_flutter_quill 4.0.5
altera_flutter_quill: ^4.0.5 copied to clipboard
A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
We analyzed this package 25 hours ago, and awarded it 35 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: altera_flutter_quill.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: altera_flutter_quill, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://bulletjournal.us/home/index.html was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("4.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
261 out of 711 API elements (36.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_quill, flutter_quill.AlignAttribute, flutter_quill.AlignAttribute.AlignAttribute.new, flutter_quill.Attribute, flutter_quill.Attribute.Attribute.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 70 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:i18n_extension/i18n_widget.dart'.
lib/src/widgets/editor.dart:9:8
╷
9 │ import 'package:i18n_extension/i18n_widget.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/editor.dart
ERROR: The method 'I18n' isn't defined for the type 'QuillEditorState'.
lib/src/widgets/editor.dart:461:20
╷
461 │ final editor = I18n(
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/editor.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
any |
1.4.1 | 1.4.1 | |
collection |
any |
1.19.1 | 1.19.1 | |
device_info_plus |
any |
13.2.0 | 13.2.0 | |
diff_match_patch |
any |
0.4.1 | 0.4.1 | |
flutter_colorpicker |
any |
1.1.0 | 1.1.0 | |
flutter_keyboard_visibility_temp_fork |
any |
0.1.5 | 0.1.5 | |
i18n_extension |
any |
16.0.0 | 16.0.0 | |
image_picker |
any |
1.2.3 | 1.2.3 | |
pedantic |
any |
1.11.1 | 1.11.1 | Discontinued |
photo_view |
any |
0.15.0 | 0.15.0 | |
quiver |
any |
3.2.2 | 3.2.2 | |
string_validator |
any |
1.2.0 | 1.2.0 | |
tuple |
any |
2.0.2 | 2.0.2 | |
url_launcher |
any |
6.3.2 | 6.3.2 | |
video_player |
any |
2.14.0 | 2.14.0 | |
youtube_player_flutter |
any |
10.0.1 | 10.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- pedantic.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_METHOD-lib/src/widgets/toolbar/image_video_utils.dart:149:44- The method 'pickImage' isn't defined for the type 'ImagePicker'.UNDEFINED_METHOD-lib/src/widgets/toolbar/image_video_utils.dart:201:44- The method 'pickVideo' isn't defined for the type 'ImagePicker'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.