app_base_kit 1.0.2
app_base_kit: ^1.0.2 copied to clipboard
A collection of essential utilities and base classes for Flutter applications.
We analyzed this package 5 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/app_base_kit/pubspec.yaml from the repository URL mismatch: expected https://github.com/AlistairLi/my_flutter_packages but got https://github.com/James/app_base_kit.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: app_base_kit, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
111 out of 140 API elements (79.3 %) have documentation comments.
Some symbols that are missing documentation: app_base_kit, app_base_kit.AppEventBus.AppEventBus.internal, app_base_kit.AppEventBus.AppEventBus.new, app_base_kit.AppEventBus.isInProgress, app_base_kit.EasyLoading.
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:app_base_kit/app_base_kit.dartthat imports:package:app_base_kit/src/toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:app_base_kit/app_base_kit.dartthat imports:package:app_base_kit/src/toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:app_base_kit/app_base_kit.dartthat imports:package:app_base_kit/src/toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package not compatible with platform Web
Because:
package:app_base_kit/app_base_kit.dartthat imports:package:app_base_kit/src/toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/base/base_change_notifier2.dart:14:3
╷
14 │ updatePageStatus() {
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base/base_change_notifier2.dart
INFO: Missing type annotation.
lib/src/base/base_change_notifier2.dart:21:3
╷
21 │ back() {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base/base_change_notifier2.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
event_bus_plus |
^0.7.0 |
0.7.0 | 0.7.0 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 4.0.0 | |
fluttertoast |
^8.2.12 |
8.2.14 | 9.1.0 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.1.0 | 2.1.0 | |
flutter_spinkit |
- | 5.2.2 | 5.2.2 | |
logger |
- | 2.7.0 | 2.7.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
url_launcher_android |
- | 6.3.32 | 6.3.32 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.4.1 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.5` on flutter_easyloading does not support the stable version `4.0.0`, that was published 0 days ago.
When flutter_easyloading is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_easyloading to update the constraint.
The constraint `^8.2.12` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
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.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.