flutter_on_rails 0.0.7-alpha
flutter_on_rails: ^0.0.7-alpha copied to clipboard
Flutter on rails is the fastest way to bridge your web app with a Flutter-powered for cross plateform mobile and desktop app with ease and minimal changes, maximum freedom
We analyzed this package 44 hours 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 6 API elements (16.7 %) 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: flutter_on_rails
, flutter_on_rails.MainScreen
, flutter_on_rails.MainScreen.MainScreen.new
, flutter_on_rails.MainScreen.url
, flutter_on_rails.init
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/minimal/notifier/app_notfier.dart
that imports:package:flutter_on_rails/src/minimal/app_state/app_state.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `Web`.
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/Widget/utilities_components.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_web.dart
that imports:package:share_plus_platform_interface/share_plus_platform_interface.dart
that imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dart
that imports:package:share_plus_platform_interface/method_channel/method_channel_share.dart
that imports:package:path_provider/path_provider.dart
that 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:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/Widget/utilities_components.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/Widget/utilities_components.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/Widget/utilities_components.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_linux.dart
that imports:package:url_launcher_linux/url_launcher_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `macOS`.
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/Widget/utilities_components.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_on_rails/flutter_on_rails.dart
that imports:package:flutter_on_rails/src/minimal/notifier/init.dart
that imports:package:flutter_on_rails/src/imports/exports.dart
that imports:package:flutter_on_rails/src/minimal/notifier/app_notfier.dart
that imports:package:flutter_on_rails/src/minimal/app_state/app_state.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart
that imports:package:flutter_inappwebview_platform_interface/src/platform_in_app_localhost_server.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 12 issues. Showing the first 2:
INFO: The import of 'package:flutter/services.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.
lib/src/Widget/main/main_screen.dart:4:8
╷
4 │ import 'package:flutter/services.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/Widget/main/main_screen.dart
INFO: 'dialogBackgroundColor' is deprecated and shouldn't be used. Use DialogThemeData.backgroundColor instead. This feature was deprecated after v3.27.0-0.1.pre.
lib/src/Widget/native_dialog.dart:40:35
╷
40 │ Theme.of(context).dialogBackgroundColor,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/Widget/native_dialog.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dart_mappable |
^4.5.0 |
4.5.0 | 4.5.0 | |
flutter_inappwebview |
^6.2.0-beta.2 |
6.2.0-beta.2 | 6.2.0-beta.2 | |
font_awesome_flutter |
^10.7.0 |
10.8.0 | 10.8.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
minimal_mvn |
^2.0.1 |
2.0.2 | 2.0.2 | |
share_plus |
^10.0.2 |
10.1.4 | 11.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_inappwebview_android |
- | 1.2.0-beta.2 | 1.2.0-beta.2 | |
flutter_inappwebview_internal_annotations |
- | 1.2.0 | 1.2.0 | |
flutter_inappwebview_ios |
- | 1.2.0-beta.2 | 1.2.0-beta.2 | |
flutter_inappwebview_macos |
- | 1.2.0-beta.2 | 1.2.0-beta.2 | |
flutter_inappwebview_platform_interface |
- | 1.4.0-beta.2 | 1.4.0-beta.2 | |
flutter_inappwebview_web |
- | 1.2.0-beta.2 | 1.2.0-beta.2 | |
flutter_inappwebview_windows |
- | 0.7.0-beta.2 | 0.7.0-beta.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
share_plus_platform_interface |
- | 5.0.2 | 6.0.0 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
type_plus |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.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 `^10.0.2` on share_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions share_plus
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.