bedrock 0.2.1 copy "bedrock: ^0.2.1" to clipboard
bedrock: ^0.2.1 copied to clipboard

The Flutter plugin make app builds easier, providing some convenient features for building app for Android and iOS as the bedrock.

1
likes
150/ 160
pub points
44%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

12 out of 41 API elements (29.3 %) have documentation comments.

Some symbols that are missing documentation: bedrock, bedrock.Bedrock, bedrock.Bedrock.instance, bedrock.Bedrock.wakelock, bedrock.BedrockController.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:bedrock/bedrock.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:bedrock/bedrock.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:bedrock/bedrock.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:bedrock/bedrock.dart that declares support for platforms: Android, iOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:bedrock/bedrock.dart that imports:
  • package:bedrock/src/state/bedrock_state.dart that imports:
  • package:bedrock/src/state/src/bedrock_widget_builder.dart that imports:
  • package:bedrock/src/state/src/bedrock_widget.dart that imports:
  • package:bedrock/src/state/src/bedrock_controller.dart that imports:
  • package:get/get_state_manager/get_state_manager.dart that imports:
  • package:get/get_state_manager/src/simple/simple_builder.dart that imports:
  • package:get/get_state_manager/src/simple/get_state.dart that imports:
  • package:get/instance_manager.dart that imports:
  • package:get/get_instance/get_instance.dart that imports:
  • package:get/get_instance/src/get_instance.dart that imports:
  • package:get/get_navigation/src/router_report.dart that imports:
  • package:get/get.dart that imports:
  • package:get/route_manager.dart that imports:
  • package:get/get_navigation/get_navigation.dart that imports:
  • package:get/get_navigation/src/root/get_material_app.dart that imports:
  • package:get/get_utils/get_utils.dart that imports:
  • package:get/get_utils/src/platform/platform.dart that imports:
  • package:get/get_utils/src/platform/platform_web.dart that imports:
  • dart:html

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The part-of directive uses a library name.

lib/src/bedrock.dart:1:1

  ╷
1 │ part of bedrock;
  │ ^^^^^^^^^^^^^^^^
  ╵

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
bedrock_platform_interface ^0.1.0 0.1.0 0.1.0
flutter flutter 0.0.0 0.0.0
get ^4.6.5 4.6.6 4.6.6
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

1
likes
150
pub points
44%
popularity

Publisher

verified publisherchunglyric.com

The Flutter plugin make app builds easier, providing some convenient features for building app for Android and iOS as the bedrock.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bedrock_platform_interface, flutter, get

More

Packages that depend on bedrock