getxfire 0.3.3
getxfire: ^0.3.3 copied to clipboard
A Flutter Package that implemented firebase services with getx package.
We analyzed this package 46 hours ago, and awarded it 80 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
3218 out of 4701 API elements (68.5 %) have documentation comments.
Some symbols that are missing documentation: basefire, chats, definitions, functions, getxfire.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:getxfire/getxfire.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:getxfire/getxfire.dartthat declares support for platforms:Android,iOS,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `macOS`.
Because:
package:getxfire/getxfire.dartthat imports:package:flutter_web_browser/flutter_web_browser.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:getxfire/getxfire.dartthat imports:package:flutter_web_browser/flutter_web_browser.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/src/ex_button.dart:26:11
╷
26 │ primary: color ?? Get.context?.theme.primaryColor,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ex_button.dart
ERROR: Instance member 'cropImage' can't be accessed using static access.
lib/src/open_dialog.dart:163:31
╷
163 │ return await ImageCropper.cropImage(
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/open_dialog.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^3.1.6 |
3.5.1 | 6.1.1 | |
firebase_analytics |
^9.0.5 |
9.3.8 | 12.1.0 | |
firebase_auth |
^3.3.5 |
3.11.2 | 6.1.3 | |
firebase_core |
^1.11.0 |
1.24.0 | 4.3.0 | |
firebase_dynamic_links |
^4.0.4 |
4.3.11 | 6.1.10 | Discontinued |
firebase_storage |
^10.2.5 |
10.3.11 | 13.0.5 | |
flutter_animated_dialog |
^2.0.1 |
2.0.1 | 2.0.1 | |
flutter_spinkit |
^5.1.0 |
5.2.2 | 5.2.2 | |
flutter_web_browser |
^0.16.0 |
0.16.0 | 0.17.3 | |
font_awesome_flutter |
^9.2.0 |
9.2.0 | 10.12.0 | |
get |
^4.6.1 |
4.7.3 | 4.7.3 | |
get_storage |
^2.0.3 |
2.1.1 | 2.1.1 | |
google_sign_in |
^5.2.1 |
5.4.4 | 7.2.0 | |
image_cropper |
^1.4.1 |
1.5.1 | 11.0.0 | |
image_picker |
^0.8.4+4 |
0.8.9 | 1.2.1 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
lottie |
^1.2.1 |
1.4.3 | 3.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 14 issues. Showing the first 2:
The constraint `^3.1.6` on cloud_firestore does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^9.0.5` 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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER-lib/src/ex_button.dart:26:11- The named parameter 'primary' isn't defined.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.