dynamic_collection 0.0.16 copy "dynamic_collection: ^0.0.16" to clipboard
dynamic_collection: ^0.0.16 copied to clipboard

Dynamic collections of data.

25/ 160
pub points
52
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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 ("0.0.16").

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

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

8 out of 66 API elements (12.1 %) 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: Consts, consts, consts.Consts, consts.Consts.Consts.new, consts.Consts.classCol.

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 15 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:dynamic_collection/data_loader/Consts.dart'.

lib/data_loader/loader.dart:4:8

  ╷
4 │ import 'package:dynamic_collection/data_loader/Consts.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Undefined class 'Consts'.

lib/data_loader/loader.dart:12:3

   ╷
12 │   Consts consts;
   │   ^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
cloud_firestore ^5.0.2 5.6.12 6.1.2
firebase_core ^3.1.1 3.15.2 4.4.0
freezed_annotation ^2.4.1 2.4.4 3.1.0
json_serializable ^6.8.0 6.12.0 6.12.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 93.0.0 95.0.0
_flutterfire_internals - 1.3.59 1.3.66
analyzer - 10.0.1 10.1.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
build - 4.0.4 4.0.4
build_config - 1.2.0 1.2.0
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.6.12 7.0.6
cloud_firestore_web - 4.4.12 5.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_style - 3.1.5 3.1.5
fake_async - 1.3.3 1.3.3
file - 7.0.1 7.0.1
firebase_core_platform_interface - 6.0.2 6.0.2
firebase_core_web - 2.24.1 3.4.0
glob - 2.1.3 2.1.3
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.10.0 4.10.0
json_schema - 5.2.2 5.2.2
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.18
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
quiver - 3.2.2 3.2.2
rfc_6901 - 0.2.1 0.2.1
source_gen - 4.2.0 4.2.0
source_helper - 1.3.10 1.3.10
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.8 0.7.9
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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

Found 3 issues. Showing the first 2:

The constraint `^5.0.2` on cloud_firestore does not support the stable version `6.0.0`.

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

The constraint `^3.1.1` on firebase_core does not support the stable version `4.0.0`.

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

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:

  • URI_DOES_NOT_EXIST - lib/data_loader/loader.dart:4:8 - Target of URI doesn't exist: 'package:dynamic_collection/data_loader/Consts.dart'.
  • UNDEFINED_CLASS - lib/data_loader/loader.dart:12:3 - Undefined class 'Consts'.
  • UNDEFINED_CLASS - lib/data_loader/loader.dart:13:26 - Undefined class 'Consts'.

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.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
25
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Dynamic collections of data.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, flutter, freezed_annotation, json_serializable

More

Packages that depend on dynamic_collection