flutter_ecosed 0.1.3 copy "flutter_ecosed: ^0.1.3" to clipboard
flutter_ecosed: ^0.1.3 copied to clipboard

discontinuedreplaced by: freefeos

FlutterEcosed is a Flutter plugin and an advanced Flutter development framework that provides Android platform debugging, plugin development and dashboard functions.

1
likes
130/ 160
pub points
149
downloads

We analyzed this package 4 hours ago, and awarded it 130 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/libecosed/flutter_ecosed was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/libecosed/flutter_ecosed 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/libecosed/flutter_ecosed/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/libecosed/flutter_ecosed/blob/master/README.md was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

29 out of 31 API elements (93.5 %) have documentation comments.

Some symbols that are missing documentation: flutter_ecosed.FlutterEcosedPlatform.FlutterEcosedPlatform.new, flutter_ecosed_web.FlutterEcosedWeb.FlutterEcosedWeb.new.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/runtime/runtime.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/runtime/runtime.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/runtime/runtime.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/runtime/runtime.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/entry/entry.dart that imports:
  • package:flutter_ecosed/src/platform/platform_interface.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_ecosed/flutter_ecosed.dart that imports:
  • package:flutter_ecosed/src/entry/entry.dart that imports:
  • package:flutter_ecosed/src/platform/platform_interface.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: This default clause is covered by the previous cases.

lib/src/runtime/runtime.dart:853:7

    ╷
853 │       default:
    │       ^^^^^^^
    ╵
copied to clipboard

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

WARNING: This default clause is covered by the previous cases.

lib/src/runtime/runtime.dart:884:7

    ╷
884 │       default:
    │       ^^^^^^^
    ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
flutter_plugin_android_lifecycle ^2.0.20 2.0.27 2.0.27
package_info_plus ^8.0.0 8.3.0 8.3.0
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
url_launcher ^6.3.0 6.3.1 6.3.1
vm_service ^14.2.1 14.3.1 15.0.0
web ^0.5.1 0.5.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
intl - 0.19.0 0.20.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
package_info_plus_platform_interface - 3.2.0 3.2.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.15 6.3.15
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.1.4
win32 - 5.12.0 5.12.0

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

The constraint `^14.2.1` on vm_service does not support the stable version `15.0.0`.

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

The constraint `^0.5.1` on web does not support the stable version `1.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 1Jul 29Aug 26Sep 23Oct 21Nov 18Dec 16Jan 13Feb 10Mar 10050100150200250>=0.0.0-0 <1.0.0
1
likes
130
points
149
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

FlutterEcosed is a Flutter plugin and an advanced Flutter development framework that provides Android platform debugging, plugin development and dashboard functions.

Repository (GitHub)
View/report issues

Topics

#flutter #widget #shizuku

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_localizations, flutter_plugin_android_lifecycle, flutter_web_plugins, package_info_plus, plugin_platform_interface, url_launcher, vm_service, web

More

Packages that depend on flutter_ecosed