chaotic 1.10.8
chaotic: ^1.10.8 copied to clipboard
Flutter Package That Contains (Widgets, Services and Commons) classes and files
We analyzed this package 3 days ago, and awarded it 85 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Flutterry/chaotic.git was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.10.8").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
7 out of 115 API elements (6.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: commons, commons.changeLang, commons.emailValidation, commons.enumToString, commons.getAddress.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:chaotic/commons.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:chaotic/commons.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:chaotic/commons.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:chaotic/commons.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:chaotic/commons.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:chaotic/commons.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 issues. Showing the first 2:
ERROR: The property 'response' can't be accessed on the type 'Type' in a constant expression.
lib/service/dio.dart:209:14
╷
209 │ case DioErrorType.response:
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/service/dio.dart
ERROR: There's no constant named 'response' in 'DioExceptionType'.
lib/service/dio.dart:209:27
╷
209 │ case DioErrorType.response:
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/service/dio.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bot_toast |
any |
4.1.3 | 4.1.3 | |
country_code_picker |
any |
3.4.1 | 3.4.1 | |
dio |
any |
5.9.0 | 5.9.0 | |
easy_localization |
any |
3.0.8 | 3.0.8 | |
firebase_messaging |
any |
16.1.1 | 16.1.1 | |
flutter_spinkit |
any |
5.2.2 | 5.2.2 | |
get |
any |
4.7.3 | 4.7.3 | |
google_maps_flutter |
any |
2.14.0 | 2.14.0 | |
package_info_plus |
any |
9.0.0 | 9.0.0 | |
platform_device_id |
any |
1.0.1 | 1.0.1 | |
provider |
any |
6.1.5+1 | 6.1.5+1 | |
sizer |
any |
3.1.3 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.