djangoflow_remote_config 0.0.4+5 copy "djangoflow_remote_config: ^0.0.4+5" to clipboard
djangoflow_remote_config: ^0.0.4+5 copied to clipboard

Djangoflow Remote Config is a library that helps to handle remote config in your flutter application.

0
likes
130/ 140
pub points
42%
popularity

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

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

21 out of 77 API elements (27.3 %) have documentation comments.

Some symbols that are missing documentation: djangoflow_remote_config, djangoflow_remote_config.AppLaunchDetails, djangoflow_remote_config.AppLaunchDetails.AppLaunchDetails, djangoflow_remote_config.AppLaunchDetails.brand, djangoflow_remote_config.AppLaunchDetails.copyWith.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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 not compatible with platform Web

Because:

  • package:djangoflow_remote_config/djangoflow_remote_config.dart that imports:
  • package:djangoflow_remote_config/src/blocs/remote_config_cubit/remote_config_cubit.dart that imports:
  • package:hydrated_bloc/hydrated_bloc.dart that imports:
  • package:hydrated_bloc/src/hydrated_storage.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest
dio ^5.3.3 5.4.3+1 5.4.3+1
djangoflow_bloc_extensions ^0.0.2+3 0.0.2+3 0.0.2+3
djangoflow_openapi ^0.0.24 0.0.30 0.1.22
djangoflow_openapi_extensions ^0.0.3+3 0.0.3+3 0.0.3+3
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.1.3 8.1.5 8.1.5
freezed_annotation ^2.4.1 2.4.1 2.4.1
hydrated_bloc ^9.1.2 9.1.5 9.1.5
json_annotation ^4.8.1 4.9.0 4.9.0
json_theme ^6.3.0 6.4.1+4 6.4.1+4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
bloc - 8.1.4 8.1.4
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
hive - 2.2.3 2.2.3
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
json_class - 3.0.0+13 3.0.0+13
json_schema - 5.1.7 5.1.7
json_theme_annotation - 1.0.3+6 1.0.3+6
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
provider - 6.1.2 6.1.2
quiver - 3.2.1 3.2.1
rfc_6901 - 0.2.0 0.2.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
typed_data - 1.3.2 1.3.2
uri - 1.0.0 1.0.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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

The constraint `^0.0.24` on djangoflow_openapi does not support the stable version `0.1.2`, that was published 29 days ago.

When djangoflow_openapi is 30 days old, this package will no longer be awarded points in this category.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.