cyberframework 0.0.49
cyberframework: ^0.0.49 copied to clipboard
A Flutter framework providing base UI components, form lifecycle, API integration helpers, storage utilities, and enterprise-ready
We analyzed this package in the last hour, and awarded it 60 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
1242 out of 2091 API elements (59.4 %) have documentation comments.
Some symbols that are missing documentation: CyberButton, CyberButton.CyberButton, CyberButton.CyberButton.CyberButton.new, CyberButton.CyberButton.backgroundColor, CyberButton.CyberButton.borderRadius.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 33 issues. Showing the first 2:
ERROR: The method 'V_getView' isn't defined for the type '_CyberTabViewState'.
lib/Controller/cybertabview.dart:232:18
╷
232 │ final view = V_getView(
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Controller/cybertabview.dart
ERROR: Undefined name 'UserInfo'.
lib/Module/CallData/cyberdatapost.dart:17:28
╷
17 │ 'Cyber-Token': await UserInfo.strTokenId,
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Module/CallData/cyberdatapost.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.4.1 |
3.4.1 | 4.0.0 | |
camera |
^0.11.3 |
0.11.4 | 0.12.1 | |
connectivity_plus |
^7.0.0 |
7.3.1 | 7.3.1 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
docx_to_text |
^1.0.1 |
1.0.1 | 1.0.1 | |
excel |
^4.0.6 |
4.0.6 | 4.0.6 | |
file_picker |
^10.3.8 |
10.3.10 | 13.1.0 | |
flutter_image_compress |
^2.4.0 |
2.5.1 | 2.5.1 | |
flutter_secure_storage |
^10.0.0 |
10.3.4 | 11.1.1 | |
flutter_slidable |
^4.0.3 |
4.0.3 | 4.0.3 | |
get_it |
^9.2.0 |
9.2.1 | 9.2.1 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.2.1 |
1.2.3 | 1.2.3 | |
injectable |
^2.7.1+4 |
2.7.1+4 | 3.0.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
mobile_scanner |
^7.1.4 |
7.4.2 | 7.4.2 | |
network_info_plus |
^7.0.0 |
7.0.0 | 8.2.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
pdf |
^3.11.3 |
3.12.0 | 3.13.0 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
printing |
^5.14.2 |
5.14.3 | 5.15.0 | |
share_plus |
^12.0.1 |
12.0.2 | 13.3.0 | |
shared_preferences |
^2.5.4 |
2.5.5 | 2.5.5 | |
syncfusion_flutter_pdf |
^32.1.21 |
32.2.9 | 34.2.8 | |
syncfusion_flutter_pdfviewer |
^32.1.21 |
32.2.9 | 34.2.8 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.2 |
4.6.0 | 4.6.0 | |
webview_flutter |
^4.13.0 |
4.14.1 | 4.14.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 issues. Showing the first 2:
The constraint `^3.4.1` on cached_network_image does not support the stable version `4.0.0`, that was published 18 days ago.
When cached_network_image is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cached_network_image to update the constraint.
The constraint `^0.11.3` on camera does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions camera 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 19 errors:
UNDEFINED_METHOD-lib/Controller/cybertabview.dart:232:18- The method 'V_getView' isn't defined for the type '_CyberTabViewState'.UNDEFINED_IDENTIFIER-lib/Module/CallData/cyberdatapost.dart:17:28- Undefined name 'UserInfo'.UNDEFINED_IDENTIFIER-lib/Module/Language/cyberlanguageservice.dart:188:32- Undefined name 'UserInfo'.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.