magic 0.0.6
magic: ^0.0.6 copied to clipboard
A Laravel-inspired Flutter framework with Eloquent ORM, routing, and MVC architecture.
We analyzed this package 11 hours 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
3013 out of 4078 API elements (73.9 %) have documentation comments.
Some symbols that are missing documentation: app, auth, broadcasting, cache, database.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:magic/magic.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:magic/magic.dartthat imports:package:magic/src/facades/pick.dartthat imports:package:magic/src/storage/magic_file.dartthat imports:package:magic/src/facades/storage.dartthat imports:package:magic/src/storage/storage_manager.dartthat imports:package:magic/src/storage/drivers/local_disk.dartthat imports:package:magic/src/storage/drivers/local/local_adapter.dartthat imports:package:magic/src/storage/drivers/local/local_adapter_io.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:magic/magic.dartthat imports:package:magic/src/facades/pick.dartthat imports:package:magic/src/storage/magic_file.dartthat imports:package:magic/src/facades/storage.dartthat imports:package:magic/src/storage/storage_manager.dartthat imports:package:magic/src/storage/drivers/local_disk.dartthat imports:package:magic/src/storage/drivers/local/local_adapter.dartthat imports:package:magic/src/storage/drivers/local/local_adapter_io.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 `Windows`.
Because:
package:magic/magic.dartthat imports:package:magic/src/facades/pick.dartthat imports:package:magic/src/storage/magic_file.dartthat imports:package:magic/src/facades/storage.dartthat imports:package:magic/src/storage/storage_manager.dartthat imports:package:magic/src/storage/drivers/local_disk.dartthat imports:package:magic/src/storage/drivers/local/local_adapter.dartthat imports:package:magic/src/storage/drivers/local/local_adapter_io.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:magic/magic.dartthat imports:package:magic/src/facades/pick.dartthat imports:package:magic/src/storage/magic_file.dartthat imports:package:magic/src/facades/storage.dartthat imports:package:magic/src/storage/storage_manager.dartthat imports:package:magic/src/storage/drivers/local_disk.dartthat imports:package:magic/src/storage/drivers/local/local_adapter.dartthat imports:package:magic/src/storage/drivers/local/local_adapter_io.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:magic/magic.dartthat imports:package:magic/src/facades/pick.dartthat imports:package:magic/src/storage/magic_file.dartthat imports:package:magic/src/facades/storage.dartthat imports:package:magic/src/storage/storage_manager.dartthat imports:package:magic/src/storage/drivers/local_disk.dartthat imports:package:magic/src/storage/drivers/local/local_adapter.dartthat imports:package:magic/src/storage/drivers/local/local_adapter_io.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
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/facades/pick.dart:152:9
╷
152 │ return image(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/facades/pick.dart
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/facades/pick.dart:260:9
╷
260 │ return video(maxDuration: maxDuration);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/facades/pick.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.9.0 |
5.11.0 | 5.11.0 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
faker |
^2.2.0 |
2.2.0 | 2.2.0 | |
file_picker |
>=11.0.2 <12.0.0 |
11.0.3 | 12.0.0 | |
flutter_dotenv |
^6.0.0 |
6.0.1 | 6.0.1 | |
flutter_secure_storage |
^10.0.0 |
10.3.1 | 11.0.0 | |
flutter_timezone |
^5.1.0 |
5.1.0 | 5.1.0 | |
fluttersdk_artisan |
^0.0.9 |
0.0.9 | 0.0.9 | |
fluttersdk_wind |
^1.2.0 |
1.3.0 | 1.3.0 | |
go_router |
^17.1.0 |
17.5.0 | 17.5.0 | |
image_picker |
^1.1.2 |
1.2.3 | 1.2.3 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
jiffy |
^6.3.1 |
6.4.5 | 6.4.5 | |
logger |
^2.6.2 |
2.7.0 | 2.7.0 | |
meta |
^1.16.0 |
1.19.0 | 1.19.0 | |
more |
^4.7.0 |
4.7.0 | 4.7.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.6 | 2.1.6 | |
share_plus |
>=12.0.1 <14.0.0 |
12.0.2 | 13.3.0 | |
shared_preferences |
^2.3.2 |
2.5.5 | 2.5.5 | |
sqlite3 |
^3.2.0 |
3.5.1 | 3.5.1 | |
sqlite3_flutter_libs |
^0.6.0+eol |
0.6.0+eol | 0.6.0+eol | |
timezone |
^0.11.0 |
0.11.1 | 0.11.1 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
web_socket_channel |
^3.0.0 |
3.0.3 | 3.0.3 | |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.2.1 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+4 | 0.3.5+4 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_mcp |
- | 0.5.2 | 0.5.2 | |
dbus |
- | 0.7.14 | 0.7.14 | |
dio_web_adapter |
- | 2.2.1 | 2.2.1 | |
equatable |
- | 2.1.0 | 2.1.0 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
flutter_secure_storage_darwin |
- | 0.3.2 | 0.4.0 | |
flutter_secure_storage_linux |
- | 3.0.2 | 3.0.2 | |
flutter_secure_storage_platform_interface |
- | 2.0.3 | 2.0.3 | |
flutter_secure_storage_web |
- | 2.1.1 | 2.1.1 | |
flutter_secure_storage_windows |
- | 4.1.0 | 4.2.2 | |
flutter_svg |
- | 2.3.0 | 2.3.0 | |
fluttersdk_wind_diagnostics_contracts |
- | 1.0.0 | 1.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker_android |
- | 0.8.13+19 | 0.8.13+19 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+6 | 0.8.13+6 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.2 | 1.0.2 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_rpc_2 |
- | 4.1.0 | 4.1.0 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
native_toolchain_c |
- | 0.19.3 | 0.19.4 | |
objective_c |
- | 9.5.0 | 9.5.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
record_use |
- | 1.1.1 | 1.1.1 | |
share_plus_platform_interface |
- | 6.1.0 | 7.2.0 | |
shared_preferences_android |
- | 2.4.27 | 2.4.27 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.12 | 0.7.13 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.32 | 6.3.32 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
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.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_graphics |
- | 1.2.3 | 1.2.3 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.3.0 | 1.3.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
vm_service |
- | 15.3.0 | 15.3.0 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
win32 |
- | 5.15.0 | 6.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 7.0.1 | |
yaml_edit |
- | 2.2.4 | 2.2.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=11.0.2 <12.0.0` on file_picker does not support the stable version `12.0.0`, that was published 4 days ago.
When file_picker is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^10.0.0` on flutter_secure_storage does not support the stable version `11.0.0`, that was published 12 days ago.
When flutter_secure_storage is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_secure_storage 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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.