ntk_cms_flutter_base 0.0.10
ntk_cms_flutter_base: ^0.0.10 copied to clipboard
A base project for ntk
We analyzed this package 2 days ago, and awarded it 50 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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
3 out of 9 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: main
, main.MyApp
, main.MyApp.MyApp.new
, main.main
, ntk_cms_flutter_base
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 434 issues. Showing the first 2:
ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.
lib/src/screen/generics/exception_indicator.dart:35:52
╷
35 │ style: Theme.of(context).textTheme.headline6,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/screen/generics/exception_indicator.dart
ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.
lib/src/screen/news/base_news_model_adapter.dart:49:40
╷
49 │ style: textTheme.subtitle1,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/screen/news/base_news_model_adapter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
connectivity |
^3.0.6 |
3.0.6 | 3.0.6 | Discontinued |
cupertino_icons |
^1.0.4 |
1.0.8 | 1.0.8 | |
device_info_plus |
^8.0.0 |
8.2.2 | 11.5.0 | |
dio |
^5.1.2 |
5.8.0+1 | 5.8.0+1 | |
file_picker |
^5.2.5 |
5.3.1 | 10.2.0 | |
http |
^0.13.5 |
0.13.6 | 1.4.0 | |
infinite_scroll_pagination |
^3.2.0 |
3.2.0 | 5.1.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
intro_slider |
^3.0.3 |
3.0.10 | 4.2.1 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
logger |
any |
2.6.0 | 2.6.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
pretty_dio_logger |
^1.3.1 |
1.4.0 | 1.4.0 | |
provider |
^6.0.2 |
6.1.5 | 6.1.5 | |
retrofit |
>=4.0.0 <5.0.0 |
4.4.2 | 4.4.2 | |
shared_preferences |
^2.0.12 |
2.5.3 | 2.5.3 | |
universal_io |
^2.0.4 |
2.2.2 | 2.2.2 | |
url_launcher |
^6.1.10 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^5.2.5` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
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 10 errors:
UNDEFINED_GETTER
-lib/src/screen/generics/exception_indicator.dart:35:52
- The getter 'headline6' isn't defined for the type 'TextTheme'.NON_TYPE_AS_TYPE_ARGUMENT
-lib/src/screen/intro.dart:25:10
- The name 'Slide' isn't a type, so it can't be used as a type argument.UNDEFINED_METHOD
-lib/src/screen/intro.dart:28:16
- The method 'Slide' isn't defined for the type 'Intro'.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.