stories_editor 0.2.2 copy "stories_editor: ^0.2.2" to clipboard
stories_editor: ^0.2.2 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, stickers (Gifs), finger drawing.

104
likes
75/ 140
pub points
75%
popularity

We analyzed this package 35 hours ago, and awarded it 75 pub points (of a possible 140):

partial
Follow Dart file conventions
25 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

5/10 points: Use an OSI-approved license

Detected license: CC0-1.0.

The following license are not OSI-approved: `CC0-1.0`.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

12 out of 15 API elements (80.0 %) have documentation comments.

Some symbols that are missing documentation: stories_editor, stories_editor.StoriesEditor, stories_editor.StoriesEditor.StoriesEditor.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:stories_editor/stories_editor.dart that imports:
  • package:stories_editor/src/presentation/main_view/main_view.dart that imports:
  • package:stories_editor/src/presentation/utils/modal_sheets.dart that imports:
  • package:stories_editor/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:stories_editor/stories_editor.dart that imports:
  • package:stories_editor/src/presentation/main_view/main_view.dart that imports:
  • package:stories_editor/src/presentation/utils/modal_sheets.dart that imports:
  • package:stories_editor/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:stories_editor/stories_editor.dart that imports:
  • package:stories_editor/src/presentation/main_view/main_view.dart that imports:
  • package:stories_editor/src/presentation/utils/modal_sheets.dart that imports:
  • package:stories_editor/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:stories_editor/stories_editor.dart that imports:
  • package:stories_editor/src/presentation/main_view/main_view.dart that imports:
  • package:stories_editor/src/presentation/utils/modal_sheets.dart that imports:
  • package:stories_editor/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.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

ERROR: The setter 'enableDithering' isn't defined for the type 'Paint'.

lib/stories_editor.dart:74:11

   ╷
74 │     Paint.enableDithering = true;
   │           ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/stories_editor.dart

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/src/presentation/main_view/main_view.dart:129:12

    ╷
129 │     return WillPopScope(
    │            ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/main_view/main_view.dart

OK
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
align_positioned ^3.0.0 3.0.0 4.0.1
animated_text_kit ^4.2.2 4.2.2 4.2.2
flutter flutter 0.0.0 0.0.0
flutter_screenutil ^5.6.0 5.9.0 5.9.0
fluttertoast ^8.1.1 8.2.5 8.2.5
gallery_media_picker ^0.0.82 0.0.82 0.1.0
image ^3.2.2 3.3.0 4.1.7
image_gallery_saver ^1.7.1 1.7.1 2.0.3
modal_gif_picker ^0.0.2 0.0.2 0.0.2
path_provider ^2.0.11 2.1.3 2.1.3
perfect_freehand ^1.0.4 1.0.4 2.3.2
photo_view ^0.14.0 0.14.0 0.15.0
provider ^6.0.4 6.1.2 6.1.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.5.1 3.5.1
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
flutter_web_plugins - 0.0.0 0.0.0
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
matrix4_transform - 2.0.1 3.0.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
oktoast - 3.4.0 3.4.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
photo_manager - 2.8.2 3.1.0
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `^3.0.0` on align_positioned does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions align_positioned to update the constraint.

The constraint `^0.0.82` on gallery_media_picker does not support the stable version `0.1.0`.

Try running dart pub upgrade --major-versions gallery_media_picker to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

104
likes
75
pub points
75%
popularity

Publisher

unverified uploader

This is a package created in the style of the instagram story creator, with which you can create images with images, texts, stickers (Gifs), finger drawing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

CC0-1.0 (LICENSE)

Dependencies

align_positioned, animated_text_kit, flutter, flutter_screenutil, fluttertoast, gallery_media_picker, image, image_gallery_saver, modal_gif_picker, path_provider, perfect_freehand, photo_view, provider

More

Packages that depend on stories_editor