forge_flutter 0.0.1 copy "forge_flutter: ^0.0.1" to clipboard
forge_flutter: ^0.0.1 copied to clipboard

A Forge framework plugin to develop Flutter applications faster.

120/ 160
pub points
15
downloads

We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

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

335 out of 721 API elements (46.5 %) have documentation comments.

Some symbols that are missing documentation: forge_flutter, forge_flutter.AbstractProxy.AbstractProxy.new, forge_flutter.AbstractProxy.handler, forge_flutter.AbstractProxy.metadata, forge_flutter.AbstractProxy.target.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Package does not support platform `iOS`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Package does not support platform `Windows`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Package does not support platform `Linux`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Package does not support platform `macOS`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Package does not support platform `Web`.

Because:

  • package:forge_flutter/forge_flutter.dart that declares support for platforms: .
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest Notes
forge_core any 0.1.8 0.1.8
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
colorize - 3.0.0 3.0.0
crypto - 3.0.7 3.0.7
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
path - 1.9.1 1.9.1
phone_numbers_parser - 9.0.18 9.0.18
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • CONST_INITIALIZED_WITH_NON_CONSTANT_VALUE - lib/src/application.dart:35:14 - Const variables must be initialized with a constant value.
  • UNDEFINED_FUNCTION - lib/src/application.dart:35:14 - The function 'Logger' isn't defined.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/application.dart:43:14 - The name 'Disposable' isn't a type, so it can't be used as a type argument.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Forge framework plugin to develop Flutter applications faster.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, forge_core, plugin_platform_interface

More

Packages that depend on forge_flutter

Packages that implement forge_flutter