djangoflow_remote_config 0.1.0+3
djangoflow_remote_config: ^0.1.0+3 copied to clipboard
Djangoflow Remote Config is a library that helps to handle remote config in your flutter application.
We analyzed this package 41 hours ago, and awarded it 120 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
35 out of 87 API elements (40.2 %) have documentation comments.
Some symbols that are missing documentation: djangoflow_remote_config, djangoflow_remote_config.AppLaunchDetails, djangoflow_remote_config.AppLaunchDetails.AppLaunchDetails.fromJson, djangoflow_remote_config.AppLaunchDetails.AppLaunchDetails.new, djangoflow_remote_config.AppLaunchDetails.appVersion.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/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.dartthat imports:package:djangoflow_remote_config/src/blocs/remote_config_cubit/remote_config_cubit.dartthat imports:package:hydrated_bloc/hydrated_bloc.dartthat imports:package:hydrated_bloc/src/hydrated_storage.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:djangoflow_remote_config/djangoflow_remote_config.dartthat imports:package:djangoflow_remote_config/src/blocs/remote_config_cubit/remote_config_cubit.dartthat imports:package:hydrated_bloc/hydrated_bloc.dartthat imports:package:hydrated_bloc/src/hydrated_storage.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/utils/map_extensions.dart:2:65
╷
2 │ /// Removes all null values from the map and casts it to a Map<String, Object>
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/map_extensions.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.3.3 |
5.9.2 | 5.9.2 | |
djangoflow_bloc_extensions |
^0.1.0 |
0.1.0 | 0.2.0 | |
djangoflow_openapi |
^0.1.22 |
0.1.22 | 0.1.22 | |
djangoflow_openapi_extensions |
^0.0.3+4 |
0.0.3+4 | 0.0.3+4 | |
flutter_bloc |
^8.1.6 |
8.1.6 | 9.1.1 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 | |
hydrated_bloc |
^9.1.5 |
9.1.5 | 11.0.0 | |
json_annotation |
^4.9.0 |
4.11.0 | 4.11.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 8.1.4 | 9.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
hive |
- | 2.2.3 | 2.2.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0+1 | 3.4.0+1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.1.0` on djangoflow_bloc_extensions does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions djangoflow_bloc_extensions to update the constraint.
The constraint `^8.1.6` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.
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.23.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.