app_environment 0.0.2
app_environment: ^0.0.2 copied to clipboard
app的环境切换.
We analyzed this package 4 days ago, and awarded it 75 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
Failed to verify repository URL.
app_environment/pubspec.yaml from the repository has no repository or homepage URL.
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_environment, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
28 out of 323 API elements (8.7 %) 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: app_environment, app_environment.ApiManager, app_environment.ApiManager.ApiManager.new, app_environment.ApiManager.allowMock, app_environment.ApiManager.apiModels.
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)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:flutter_environment_base/src/device/device_info_util.dartthat imports:package:http_proxy/http_proxy.dartthat imports:package:flutter_user_certificates_android/flutter_user_certificates_android.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:flutter_environment_base/src/device/device_adapt_page.dartthat imports:package:flutter_demo_kit/flutter_demo_kit.dartthat imports:package:flutter_demo_kit/baseutil/cjts_toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:flutter_environment_base/src/device/device_adapt_page.dartthat imports:package:flutter_demo_kit/flutter_demo_kit.dartthat imports:package:flutter_demo_kit/baseutil/cjts_toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:flutter_environment_base/src/device/device_adapt_page.dartthat imports:package:flutter_demo_kit/flutter_demo_kit.dartthat imports:package:flutter_demo_kit/baseutil/cjts_toast_util.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:app_environment/app_environment.dartthat imports:package:app_environment/src/check_update/package_check_update_proxy_util.dartthat imports:package:app_environment/src/check_update/env_page_util.dartthat imports:package:flutter_environment_base/flutter_environment_base.dartthat imports:package:flutter_environment_base/src/device/device_info_page.dartthat imports:package:flutter_environment_base/src/device/device_info_util.dartthat imports:package:http_proxy/http_proxy.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/check_update/env_widget.dart:44:3
╷
44 │ _getVersion() async {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/check_update/env_widget.dart
INFO: Missing type annotation.
lib/src/check_update/package_check_update_network_util.dart:10:10
╷
10 │ static checkShouldResetNetwork({
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/check_update/package_check_update_network_util.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
event_bus |
^2.0.0 |
2.0.1 | 2.0.1 | |
flutter_baseui_kit |
^0.0.2 |
0.0.4 | 0.0.4 | |
flutter_effect_kit |
^0.0.1 |
0.0.2 | 0.0.2 | |
flutter_environment_base |
^0.0.1 |
0.0.3 | 0.0.3 | |
flutter_overlay_kit |
^0.0.2 |
0.0.4 | 0.0.4 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus |
- | 3.0.6 | 7.0.0 | |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_demo_kit |
- | 0.0.4 | 0.0.4 | |
flutter_easyloading |
- | 3.0.5 | 3.0.5 | |
flutter_easyrefresh |
- | 2.2.2 | 2.2.2 | Discontinued |
flutter_spinkit |
- | 5.2.2 | 5.2.2 | |
flutter_user_certificates_android |
- | 0.0.1 | 0.0.1 | |
fluttertoast |
- | 8.2.14 | 9.0.0 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
http_proxy |
- | 1.2.3 | 1.2.3 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
lottie |
- | 2.7.0 | 3.3.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
package_info_plus |
- | 1.4.3+1 | 9.0.0 | |
package_info_plus_linux |
- | 1.0.5 | 2.0.0 | Discontinued |
package_info_plus_macos |
- | 1.3.0 | 2.0.0 | Discontinued |
package_info_plus_platform_interface |
- | 1.0.2 | 3.2.1 | |
package_info_plus_web |
- | 1.0.6 | 2.0.0 | Discontinued |
package_info_plus_windows |
- | 2.1.0 | 3.0.0 | Discontinued |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pull_to_refresh |
- | 2.0.0 | 2.0.0 | |
shared_preferences |
- | 2.5.4 | 2.5.4 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
toast |
- | 0.3.0 | 0.3.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 3.1.4 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 27 errors:
MISSING_REQUIRED_ARGUMENT-lib/src/app_env_config.dart:50:12- The named parameter 'bucket_image' is required, but there's no corresponding argument.MISSING_REQUIRED_ARGUMENT-lib/src/app_env_config.dart:50:12- The named parameter 'bucket_other' is required, but there's no corresponding argument.MISSING_REQUIRED_ARGUMENT-lib/src/app_env_config.dart:50:12- The named parameter 'cosFilePrefix' is required, but there's no corresponding argument.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.