feature_firebase 1.0.1 copy "feature_firebase: ^1.0.1" to clipboard
feature_firebase: ^1.0.1 copied to clipboard

discontinued

Feature source integration with Firebase Remote Config.

55/ 160
pub points
15
downloads

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

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

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

Repository URL doesn't exist.

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

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.1").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

6 out of 58 API elements (10.3 %) 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: feature_firebase, feature_firebase.FeatureAbstract, feature_firebase.FeatureAbstract.FeatureAbstract.new, feature_firebase.FeatureAbstract.copyWith, feature_firebase.FeatureAbstract.isToggle.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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)

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

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

Found 17 issues. Showing the first 2:

ERROR: Classes can only extend other classes.

lib/src/feature.dart:3:50

  ╷
3 │ class FirebaseFeature<T extends dynamic> extends Feature<T> {
  │                                                  ^^^^^^^
  ╵

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

ERROR: The named parameter 'key' isn't defined.

lib/src/feature.dart:7:14

  ╷
7 │   }) : super(key: key, value: value);
  │              ^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/feature.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
feature_core ^1.0.1 1.2.0 2.0.0 Discontinued
firebase_analytics ^9.1.7 9.3.8 12.1.2
firebase_remote_config ^2.0.1 2.0.20 6.1.4
meta ^1.7.0 1.17.0 1.18.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.0.2 1.3.66
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 5.7.7 7.0.6
cloud_firestore_web - 2.8.10 5.1.2
collection - 1.19.1 1.19.1
fake_async - 1.3.3 1.3.3
firebase_analytics_platform_interface - 3.3.7 5.0.6
firebase_analytics_web - 0.4.2+7 0.6.1+2
firebase_core - 1.24.0 4.4.0
firebase_core_platform_interface - 4.8.0 6.0.2
firebase_core_web - 1.7.3 3.4.0
firebase_remote_config_platform_interface - 1.1.19 2.0.7
firebase_remote_config_web - 1.1.8 1.10.3
js - 0.6.7 0.7.2 Discontinued
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.18 0.12.19
material_color_utilities - 0.13.0 0.13.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.27.7 0.28.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.10
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2

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

Found 4 issues. Showing the first 2:

The constraint `^1.0.1` on feature_core does not support the stable version `2.0.0`.

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

The constraint `^9.1.7` on firebase_analytics does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions firebase_analytics 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.23.10, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

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

Publisher

verified publisherdart.nogipx.ru

Weekly Downloads

Feature source integration with Firebase Remote Config.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

feature_core, firebase_analytics, firebase_remote_config, meta

More

Packages that depend on feature_firebase