flutterfire_gen_ts 0.0.1-dev.1 copy "flutterfire_gen_ts: ^0.0.1-dev.1" to clipboard
flutterfire_gen_ts: ^0.0.1-dev.1 copied to clipboard

unlisted

flutterfire_gen_ts

70/ 160
pub points
13
downloads

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

Failed report section
Follow Dart file conventions
20 / 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.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: flutterfire_gen_ts.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutterfire_gen_ts,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

1 out of 2 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: flutterfire_gen_ts.

Passed check 10/10 points: Package has 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)

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform Windows

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform Linux

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform macOS

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:flutterfire_gen_ts/flutterfire_gen_ts.dart that imports:
  • package:flutterfire_gen_ts/src/generator_for_translate_to_type_script.dart that imports:
  • package:flutterfire_gen_ts/src/translate_to_typescript_document_visitor.dart that imports:
  • package:analyzer/dart/element/visitor.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/generated/utilities_dart.dart that imports:
  • package:analyzer/src/dart/element/element.dart that imports:
  • package:analyzer/src/summary2/macro.dart that imports:
  • package:analyzer/src/summary2/kernel_compilation_service.dart that imports:
  • package:_fe_analyzer_shared/src/macros/compiler/request_channel.dart that imports:
  • dart:io
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 5 issues. Showing the first 2:

ERROR: The getter 'useFakeFirebaseFirestoreRegExpSource' isn't defined for the type 'FirestoreDocument'.

lib/src/generator_for_firestore_document.dart:107:44

    ╷
107 │     final match = RegExp(FirestoreDocument.useFakeFirebaseFirestoreRegExpSource)
    │                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

ERROR: The getter 'includeDocumentReferenceFieldRegExpSource' isn't defined for the type 'FirestoreDocument'.

lib/src/generator_for_firestore_document.dart:120:34

    ╷
120 │         RegExp(FirestoreDocument.includeDocumentReferenceFieldRegExpSource)
    │                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/generator_for_firestore_document.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
analyzer ^6.0.0 6.4.1 10.0.2
build ^2.4.1 2.4.1 4.0.4
cloud_firestore ^4.8.5 4.17.5 6.1.2
flutterfire_gen_annotation ^0.1.0-dev.3 0.1.0-dev.5 0.4.1
flutterfire_gen_ts_annotation ^0.0.1-dev.1 0.0.1-dev.1 0.0.1-dev.1
json_annotation ^4.8.1 4.10.0 4.10.0
meta ^1.9.1 1.17.0 1.18.1
path ^1.8.3 1.9.1 1.9.1
source_gen ^1.4.0 1.5.0 4.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 67.0.0 94.0.0
_flutterfire_internals - 1.3.35 1.3.66
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.2.5 7.0.6
cloud_firestore_web - 3.12.5 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 - 2.3.6 3.1.5
fake_async - 1.3.3 1.3.3
file - 7.0.1 7.0.1
firebase_core - 2.32.0 4.4.0
firebase_core_platform_interface - 5.4.2 6.0.2
firebase_core_web - 2.24.0 3.4.0
glob - 2.1.3 2.1.3
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.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
package_config - 2.2.0 2.2.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
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.7 0.7.9
typed_data - 1.4.0 1.4.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 5 issues. Showing the first 2:

The constraint `^6.0.0` on analyzer does not support the stable version `7.0.0`.

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

The constraint `^2.4.1` on build does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions build 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.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: