flyswitch 0.0.1+1
flyswitch: ^0.0.1+1 copied to clipboard
FlytSwitch allows mobile app owners and developers to dynamically modify and deploy content quickly with no need to rebuild and republish the app
We analyzed this package 3 days ago, and awarded it 120 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.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 8 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: flyswitch, flyswitch.FlySwitch, flyswitch.FlySwitch.FlySwitch.new, flyswitch.FlySwitch.i, flyswitch.FlySwitch.init.
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:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_linux.dartthat imports:package:url_launcher_linux/url_launcher_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_web.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flyswitch/flyswitch.dartthat imports:package:flyswitch/src/service/flyswitch.service.dartthat imports:package:flyswitch/src/service/widgets.service.dartthat imports:package:flyswitch/src/service/api/widgets.api.dartthat imports:package:flyswitch/src/utils/api.util.dartthat imports:package:flyswitch/locator.dartthat imports:package:flyswitch/src/service/json_registery.service.dartthat imports:package:flyswitch/src/service/json_registry/json_registry_functions.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 58 issues. Showing the first 2:
WARNING: Unused import: 'package:flyswitch/src/models/initialization.model.dart'.
lib/flyswitch.dart:4:8
╷
4 │ import 'package:flyswitch/src/models/initialization.model.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flyswitch.dart
WARNING: Unused import: 'package:flutter/foundation.dart'.
lib/src/loaders/widget/widget_loader.controller.dart:1:8
╷
1 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/loaders/widget/widget_loader.controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
child_builder |
^2.0.1 |
2.0.2 | 2.0.2 | |
dio |
^4.0.6 |
4.0.6 | 5.9.0 | |
external_app_launcher |
^3.1.0 |
3.1.0 | 4.0.3 | |
get_it |
^7.2.0 |
7.7.0 | 9.2.0 | |
json_dynamic_widget |
^5.1.6+1 |
5.1.7+2 | 12.0.0+4 | |
json_theme |
^4.0.3+2 |
4.0.3+5 | 11.0.0 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
share_plus |
^6.3.0 |
6.3.4 | 12.0.1 | |
shared_preferences |
^2.0.15 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.1.7 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 6.1.4 | 7.0.1 | |
form_validation |
- | 2.2.1+6 | 3.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
interpolation |
- | 2.1.2 | 2.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_class |
- | 2.2.2+1 | 3.0.1 | |
json_conditional |
- | 2.1.2+3 | 3.0.1+17 | |
json_path |
- | 0.4.4 | 0.9.0 | |
json_schema2 |
- | 2.0.4+9 | 5.1.3 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.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 |
- | 5.1.0 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rest_client |
- | 2.2.3+2 | 2.4.0 | Discontinued |
rfc_6901 |
- | 0.1.1 | 0.2.1 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
share_plus_platform_interface |
- | 3.4.0 | 6.1.0 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
static_translations |
- | 2.1.2+12 | 2.1.2+12 | Discontinued |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
template_expressions |
- | 2.2.3+2 | 3.3.1+2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 3.0.7 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 3.1.4 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 | |
yaon |
- | 1.1.4+10 | 1.1.4+10 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
The constraint `^3.1.0` on external_app_launcher does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions external_app_launcher 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.