dax_flutter 2.0.1
dax_flutter: ^2.0.1 copied to clipboard
It is a flutter package that providers dynamic update solution for flutter developers based on Dax.
We analyzed this package 3 hours ago, and awarded it 50 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
5430 out of 8006 API elements (67.8 %) have documentation comments.
Some symbols that are missing documentation: animation, animation.IAnimatedAlign, animation.IAnimatedAlign.IAnimatedAlign.new, animation.IAnimatedAlign.call, animation.IAnimatedContainer.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 30 issues. Showing the first 2:
ERROR: The argument type 'bool?' can't be assigned to the parameter type 'bool'.
lib/basic.dart:205:20
╷
205 │ autofocus: autofocus,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/basic.dart
ERROR: The argument type 'bool?' can't be assigned to the parameter type 'bool'.
lib/basic.dart:426:20
╷
426 │ autofocus: autofocus,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/basic.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
community_charts_common |
^1.0.4 |
1.0.4 | 1.0.4 | |
community_charts_flutter |
^1.0.4 |
1.0.4 | 1.0.4 | |
connectivity_plus |
^6.1.2 |
6.1.5 | 7.0.0 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
dax |
^2.0.0 |
2.0.0 | 2.0.0 | |
file_picker |
^10.2.0 |
10.3.10 | 10.3.10 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
geolocator |
^14.0.2 |
14.0.2 | 14.0.2 | |
gpt_markdown |
^1.1.2 |
1.1.5 | 1.1.5 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
logger |
^2.5.0 |
2.6.2 | 2.6.2 | |
open_file |
^3.5.10 |
3.5.11 | 3.5.11 | |
package_info_plus |
^8.1.3 |
8.3.1 | 9.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
qr_code_scanner_plus |
^2.0.7 |
2.1.1 | 2.1.1 | |
record |
^6.0.0 |
6.2.0 | 6.2.0 | |
shared_preferences |
^2.3.5 |
2.5.4 | 2.5.4 | |
shared_preferences_web |
^2.4.2 |
2.4.3 | 2.4.3 | |
signature |
^6.3.0 |
6.3.0 | 6.3.0 | |
syncfusion_flutter_pdfviewer |
^30.1.39 |
30.2.7 | 32.2.5 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
video_player |
^2.9.3 |
2.11.0 | 2.11.0 | |
web_socket_channel |
^3.0.1 |
3.0.3 | 3.0.3 | |
webview_flutter |
^4.10.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^6.1.2` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl 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 3 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/basic.dart:205:20- The argument type 'bool?' can't be assigned to the parameter type 'bool'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/basic.dart:426:20- The argument type 'bool?' can't be assigned to the parameter type 'bool'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/basic.dart:629:20- The argument type 'bool?' can't be assigned to the parameter type 'bool'.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.