masdul_gen 1.0.3
masdul_gen: ^1.0.3 copied to clipboard
base project generator working on mobile app flutter version 3
We analyzed this package 12 hours ago, and awarded it 35 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Missing or invalid executable file: `bin/repositories.dart`.
Update executable field in pubspec.yaml or fix the missing or invalid file in the bin/ directory.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.3").
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.
10/10 points: 20% or more of the public API has dartdoc comments
122 out of 569 API elements (21.4 %) have documentation comments.
Some symbols that are missing documentation: api_path_constant, api_path_constant.ApiPathConstant, api_path_constant.ApiPathConstant.ApiPathConstant.new, api_path_constant.ApiPathConstant.getProfile, api_path_constant.ApiPathConstant.login.
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 27 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'constants/env.dart'.
lib/main_development.dart:3:8
╷
3 │ import 'constants/env.dart';
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main_development.dart
ERROR: The values in a const map literal must be constant.
lib/main_development.dart:8:17
╷
8 │ "base_url": EnvConstant.baseUrlDev,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main_development.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.6.1 |
3.6.1 | 4.0.9 | |
args |
^2.5.0 |
2.7.0 | 2.7.0 | |
awesome_bottom_bar |
^1.2.4 |
1.2.4 | 1.2.4 | |
bloc |
^8.1.4 |
8.1.4 | 9.2.0 | |
carousel_slider |
^5.0.0 |
5.1.2 | 5.1.2 | |
dio |
^5.6.0 |
5.9.1 | 5.9.1 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
flutter_bloc |
^8.1.6 |
8.1.6 | 9.1.1 | |
get_it |
^7.7.0 |
7.7.0 | 9.2.1 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.3.2 |
2.5.4 | 2.5.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
shared_preferences_android |
- | 2.4.20 | 2.4.20 | |
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.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^3.6.1` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
The constraint `^8.1.4` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc 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 21 errors:
URI_DOES_NOT_EXIST-lib/main_development.dart:3:8- Target of URI doesn't exist: 'constants/env.dart'.NON_CONSTANT_MAP_VALUE-lib/main_development.dart:8:17- The values in a const map literal must be constant.UNDEFINED_IDENTIFIER-lib/main_development.dart:8:17- Undefined name 'EnvConstant'.
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.