coder0211 0.1.3
coder0211: ^0.1.3 copied to clipboard
This is a package with functions and widgets to make app development faster and more convenient, currently it is developed by one developer.
We analyzed this package 2 hours ago, and awarded it 140 pub points (of a possible 140):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 93 out of 228 API elements (40.8 %) have documentation comments.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:coder0211/coder0211.dart
that imports:package:coder0211/src/extensions/double_extension.dart
that imports:package:coder0211/src/base_handle/base_utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:coder0211/coder0211.dart
that imports:package:coder0211/src/extensions/double_extension.dart
that imports:package:coder0211/src/base_handle/base_utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:coder0211/coder0211.dart
that imports:package:coder0211/src/extensions/double_extension.dart
that imports:package:coder0211/src/base_handle/base_utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:coder0211/coder0211.dart
that imports:package:coder0211/src/base_api/base_api.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
auto_size_text | ^3.0.0 | 3.0.0 | 3.0.0 |
connectivity | ^3.0.6 | 3.0.6 | 3.0.6 |
dio | ^4.0.6 | 4.0.6 | 4.0.6 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_mobx | ^2.0.6+4 | 2.0.6+5 | 2.0.6+5 |
flutter_svg | ^1.0.0 | 1.1.6 | 2.0.0 |
fluttertoast | ^8.0.9 | 8.1.2 | 8.1.2 |
google_fonts | ^3.0.1 | 3.0.1 | 4.0.1 |
image_picker | ^0.8.4+4 | 0.8.6+1 | 0.8.6+1 |
loading_indicator | ^3.1.0 | 3.1.0 | 3.1.0 |
mobx | ^2.1.1 | 2.1.3 | 2.1.3 |
provider | ^6.0.4 | 6.0.5 | 6.0.5 |
qr_flutter | ^4.0.0 | 4.0.0 | 4.0.0 |
shared_preferences | ^2.0.11 | 2.0.17 | 2.0.17 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.0` on flutter_svg does not support the stable version `2.0.0`, that was published 0 days ago.
When flutter_svg is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_svg
to update the constraint.
The constraint `^3.0.1` on google_fonts does not support the stable version `4.0.0`, that was published 6 days ago.
When google_fonts is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_fonts
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.