dax_flutter 1.0.0+2
dax_flutter: ^1.0.0+2 copied to clipboard
It is a flutter package that providers dynamic update solution for flutter developers based on Dax.
We analyzed this package 3 days ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
244 out of 1339 API elements (18.2 %) 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: base, base.BorderAll, base.BorderAll.BorderAll.new, base.BorderAll.call, base.BorderSymmetric.
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:dax_flutter/main.dartthat imports:package:dax_flutter/imagepicker.dartthat imports:package:image_picker/image_picker.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:dax_flutter/dax_flutter.dartthat imports:package:dax_flutter/main.dartthat imports:package:dax_flutter/imagepicker.dartthat imports:package:image_picker/image_picker.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:dax_flutter/dax_flutter.dartthat imports:package:dax_flutter/main.dartthat imports:package:dax_flutter/imagepicker.dartthat imports:package:image_picker/image_picker.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:dax_flutter/dax_flutter.dartthat imports:package:dax_flutter/main.dartthat imports:package:dax_flutter/webview.dartthat imports:package:webview_flutter/webview_flutter.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:dax_flutter/dax_flutter.dartthat imports:package:dax_flutter/main.dartthat imports:package:dax_flutter/webview.dartthat imports:package:webview_flutter/webview_flutter.dartthat imports:package:webview_flutter/src/webview.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:dax_flutter/dax_flutter.dartthat imports:package:dax_flutter/main.dartthat imports:package:dax_flutter/webview.dartthat imports:package:webview_flutter/webview_flutter.dartthat imports:package:webview_flutter/src/webview.dartthat imports:package:webview_flutter_android/webview_android_cookie_manager.dartthat declares support for platforms:Android.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 71 issues. Showing the first 2:
ERROR: 'FileIns.create' ('Future
lib/base.dart:121:16
╷
121 │ Future<File> create({bool recursive = false}) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/base.dart
ERROR: 'FileIns.createSync' ('void Function({bool recursive})') isn't a valid override of 'File.createSync' ('void Function({bool exclusive, bool recursive})').
lib/base.dart:126:8
╷
126 │ void createSync({bool recursive = false}) {}
│ ^^^^^^^^^^
╵
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 |
|---|---|---|---|---|
charts_common |
^0.12.0 |
0.12.0 | 0.12.0 | Discontinued |
charts_flutter |
^0.12.0 |
0.12.0 | 0.12.0 | Discontinued |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
dax |
^1.0.0 |
1.0.1 | 1.0.1 | |
geolocator |
^7.6.0 |
7.7.1 | 14.0.2 | |
http |
^0.13.5 |
0.13.6 | 1.5.0 | |
image_picker |
^0.7.5+2 |
0.7.5+4 | 1.2.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
logger |
^1.4.0 |
1.4.0 | 2.6.2 | |
open_file |
^3.2.1 |
3.5.10 | 3.5.10 | |
package_info_plus |
^1.4.2 |
1.4.3+1 | 9.0.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.2 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.0.15 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.1.2 |
6.3.2 | 6.3.2 | |
webview_flutter |
^2.8.0 |
2.8.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^7.6.0` on geolocator does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions geolocator to update the constraint.
The constraint `^0.13.5` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http 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 14 errors:
INVALID_OVERRIDE-lib/base.dart:121:16- 'FileIns.create' ('FutureINVALID_OVERRIDE-lib/base.dart:126:8- 'FileIns.createSync' ('void Function({bool recursive})') isn't a valid override of 'File.createSync' ('void Function({bool exclusive, bool recursive})').UNDEFINED_NAMED_PARAMETER-lib/basic.dart:113:9- The named parameter 'primary' isn't defined.
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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.