dax_flutter 2.0.0
dax_flutter: ^2.0.0 copied to clipboard
It is a flutter package that providers dynamic update solution for flutter developers based on Dax.
We analyzed this package 14 days ago, and awarded it 70 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
5339 out of 7898 API elements (67.6 %) 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.
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:dax_flutter/dax_flutter.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:dax_flutter/dax_flutter.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 `macOS`.
Because:
package:dax_flutter/dax_flutter.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 `Web`.
Because:
package:dax_flutter/dax_flutter.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
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:dax_flutter/dax_flutter.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:dax_flutter/dax_flutter.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 32 issues. Showing the first 2:
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
WARNING: Implementing 'RegExp' is deprecated.
lib/base.dart:2616:28
╷
2616 │ class RegExpIns implements RegExp, LoxGetCallable {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/base.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.7 | 10.3.7 | |
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.4 | 1.1.4 | |
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.10 | 3.5.10 | |
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.0.14 | 2.0.14 | |
record |
^6.0.0 |
6.1.2 | 6.1.2 | |
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.1.19 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
video_player |
^2.9.3 |
2.10.1 | 2.10.1 | |
web_socket_channel |
^3.0.1 |
3.0.3 | 3.0.3 | |
webview_flutter |
^4.10.0 |
4.13.0 | 4.13.0 |
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 1 error:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/basic.dart:426: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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.