vs_story_designer 2.2.0
vs_story_designer: ^2.2.0 copied to clipboard
This is a package created in the style of the instagram story creator, with which you can create images with images, texts, finger drawing.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 23 API elements (65.2 %) have documentation comments.
Some symbols that are missing documentation: vs_story_designer
, vs_story_designer.FontType
, vs_story_designer.ThemeType
, vs_story_designer.VSStoryDesigner
, vs_story_designer.VSStoryDesigner.VSStoryDesigner.new
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:vs_story_designer/vs_story_designer.dart
that imports:package:vs_story_designer/src/presentation/main_view/main_view.dart
that imports:package:vs_story_designer/src/presentation/bar_tools/top_tools.dart
that imports:package:vs_story_designer/src/domain/sevices/save_as_image.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:vs_story_designer/vs_story_designer.dart
that imports:package:vs_story_designer/src/presentation/main_view/main_view.dart
that imports:package:vs_story_designer/src/presentation/bar_tools/top_tools.dart
that imports:package:vs_story_designer/src/domain/sevices/save_as_image.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:vs_story_designer/vs_story_designer.dart
that imports:package:vs_story_designer/src/presentation/main_view/main_view.dart
that imports:package:vs_story_designer/src/presentation/bar_tools/top_tools.dart
that imports:package:vs_story_designer/src/domain/sevices/save_as_image.dart
that imports:package:image_gallery_saver/image_gallery_saver.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:vs_story_designer/vs_story_designer.dart
that imports:package:vs_story_designer/src/presentation/main_view/main_view.dart
that imports:package:vs_story_designer/src/presentation/bar_tools/top_tools.dart
that imports:package:vs_story_designer/src/domain/sevices/save_as_image.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:vs_story_designer/vs_story_designer.dart
that imports:package:vs_story_designer/src/presentation/main_view/main_view.dart
that imports:package:vs_story_designer/src/presentation/painting_view/painting.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/presentation/draggable_items/delete_item.dart:36:39
╷
36 │ color: Colors.black.withOpacity(0.35),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/draggable_items/delete_item.dart
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/src/presentation/main_view/main_view.dart:125:71
╷
125 │ final _screenSize = MediaQueryData.fromView(WidgetsBinding.instance.window);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/main_view/main_view.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
align_positioned |
^4.0.0 |
4.0.1 | 5.0.1 | |
flutter_screenutil |
^5.9.0 |
5.9.3 | 5.9.3 | |
google_fonts |
^6.1.0 |
6.2.1 | 6.2.1 | |
image |
^4.1.4 |
4.5.4 | 4.5.4 | |
image_gallery_saver |
^2.0.3 |
2.0.3 | 2.0.3 | |
oktoast |
^3.4.0 |
3.4.0 | 3.4.0 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
perfect_freehand |
^2.3.0 |
2.3.2 | 2.3.2 | |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 | |
provider |
^6.1.1 |
6.1.4 | 6.1.4 | |
vs_media_picker |
^1.0.1 |
1.0.4 | 1.0.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.6 | 4.0.6 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
http |
- | 1.3.0 | 1.3.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
matrix4_transform |
- | 3.0.1 | 4.0.1 | |
meta |
- | 1.16.0 | 1.16.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
photo_manager |
- | 3.6.4 | 3.6.4 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.2 | 6.0.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.0` on align_positioned does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions align_positioned
to update the constraint.
The constraint `^0.14.0` on photo_view does not support the stable version `0.15.0`.
Try running dart pub upgrade --major-versions photo_view
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.