flukki_product_tours 2.0.4 flukki_product_tours: ^2.0.4 copied to clipboard
First no-code product tour builder for Flutter. Made for non-tech people by Flutter enthusiasts
We analyzed this package 18 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.flukki.com/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/maciejbrzezinski/flukki_product_tours/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: AAL
.
10/10 points: 20% or more of the public API has dartdoc comments
7 out of 34 API elements (20.6 %) have documentation comments.
Some symbols that are missing documentation: constants
, constants.FlukkiConstants
, constants.FlukkiConstants.FlukkiConstants
, constants.FlukkiConstants.accentButtonBackgroundColor
, constants.FlukkiConstants.accentButtonBackgroundColorHover
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:flutter_dropzone/flutter_dropzone.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:flutter_dropzone/flutter_dropzone.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:flutter_dropzone/flutter_dropzone.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:flutter_dropzone/flutter_dropzone.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:flutter_dropzone/flutter_dropzone.dart
that declares support for platforms:Web
.
Package not compatible with platform Web
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/linux/file_picker_linux.dart
that imports:package:file_picker/src/utils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flukki_product_tours/flukki_product_tours.dart
that imports:package:flukki_product_tours/src/widgets/overlay_with_hole.dart
that imports:package:flukki_product_tours/src/controllers/product_tour_creator_controller.dart
that imports:package:flukki_product_tours/src/widgets/drop_down.dart
that imports:package:flukki_product_tours/src/controllers/drop_down_controller.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/linux/file_picker_linux.dart
that imports:package:file_picker/src/utils.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/flukki_product_tours/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 issues. Showing the first 2:
INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
lib/constants.dart:33:14
╷
33 │ shape: MaterialStateProperty.all<RoundedRectangleBorder>(
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants.dart
INFO: 'MaterialStatePropertyAll' is deprecated and shouldn't be used. Use WidgetStatePropertyAll instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
lib/constants.dart:36:26
╷
36 │ shadowColor: const MaterialStatePropertyAll(Colors.transparent),
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.17.0 |
1.18.0 | 1.19.1 |
dio |
^5.0.1 |
5.7.0 | 5.7.0 |
dotted_border |
^2.0.0+3 |
2.1.0 | 2.1.0 |
file_picker |
^5.2.5 |
5.5.0 | 8.1.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_dropzone |
^3.0.5 |
3.0.7 | 4.0.3 |
flutter_hsvcolor_picker |
^1.2.3 |
1.5.1 | 1.5.1 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
shared_preferences |
^2.0.1 |
2.3.2 | 2.3.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
flutter_dropzone_platform_interface |
- | 2.0.6 | 2.0.6 |
flutter_dropzone_web |
- | 3.0.13 | 4.0.2 |
flutter_plugin_android_lifecycle |
- | 2.0.23 | 2.0.23 |
http_parser |
- | 4.0.2 | 4.1.1 |
js |
- | 0.6.7 | 0.7.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
path_drawing |
- | 1.0.1 | 1.0.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
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 |
platform |
- | 3.1.6 | 3.1.6 |
shared_preferences_android |
- | 2.3.3 | 2.3.3 |
shared_preferences_foundation |
- | 2.5.3 | 2.5.3 |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 |
shared_preferences_web |
- | 2.4.2 | 2.4.2 |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 5.8.0 | 5.8.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.2.5` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^3.0.5` on flutter_dropzone does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_dropzone
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.