best_baltanem 0.2.1 best_baltanem: ^0.2.1 copied to clipboard
Flutter best_practices bal_tanem
We analyzed this package 3 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 60 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: best_baltanem
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Could not accept branch name: version/0.2.00
.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
9 out of 333 API elements (2.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: best_baltanem
, best_baltanem.AnimatedOnboardScreen
, best_baltanem.AnimatedOnboardScreen.AnimatedOnboardScreen
, best_baltanem.AnimatedOnboardScreen.child
, best_baltanem.AnimatedOnboardScreen.duration
.
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:best_baltanem/best_baltanem.dart
that imports:package:best_baltanem/src/utility/device_utility.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:best_baltanem/best_baltanem.dart
that imports:package:best_baltanem/src/utility/device_utility.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:best_baltanem/best_baltanem.dart
that imports:package:best_baltanem/src/utility/device_utility.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:best_baltanem/best_baltanem.dart
that imports:package:best_baltanem/src/utility/device_utility.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
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 22 issues. Showing the first 2:
ERROR: 'BaseViewModel.context' ('BuildContext? Function()') isn't a valid override of 'Store.context' ('ReactiveContext Function()').
lib/src/screen/onboard_screen/viewmodel/onboard_viewmodel.dart:10:50
╷
10 │ abstract class _OnBoardViewModelBase with Store, BaseViewModel {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/screen/onboard_screen/viewmodel/onboard_viewmodel.dart
ERROR: Superinterfaces don't have a valid override for 'context': BaseViewModel.context (BuildContext? Function()), Store.context (ReactiveContext Function()).
lib/src/screen/onboard_screen/viewmodel/onboard_viewmodel.g.dart:11:7
╷
11 │ mixin _$OnBoardViewModel on _OnBoardViewModelBase, Store {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/screen/onboard_screen/viewmodel/onboard_viewmodel.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
animations |
^2.0.2 |
2.0.11 | 2.0.11 |
device_info |
^2.0.0 |
2.0.3 | 2.0.3 |
diacritic |
^0.1.3 |
0.1.6 | 0.1.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_lints |
^1.0.4 |
1.0.4 | 5.0.0 |
flutter_mobx |
^2.0.4 |
2.2.1+1 | 2.2.1+1 |
flutter_svg |
^1.0.3 |
1.1.6 | 2.0.14 |
mask_text_input_formatter |
^2.0.0 |
2.9.0 | 2.9.0 |
mime |
^1.0.0 |
1.0.6 | 2.0.0 |
mobx |
^2.0.6+1 |
2.4.0 | 2.4.0 |
package_info_plus |
^1.4.0 |
1.4.3+1 | 8.1.1 |
path_provider |
^2.0.9 |
2.1.5 | 2.1.5 |
provider |
^6.0.2 |
6.1.2 | 6.1.2 |
share |
^2.0.0 |
2.0.4 | 2.0.4 |
shared_preferences |
^2.0.13 |
2.3.3 | 2.3.3 |
url_launcher |
^6.0.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^1.0.4` on flutter_lints does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_lints
to update the constraint.
The constraint `^1.0.3` on flutter_svg does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_svg
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 13 errors:
UNDEFINED_NAMED_PARAMETER
-lib/src/theme/text_theme.dart:18:9
- The named parameter 'headline1' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/src/theme/text_theme.dart:25:9
- The named parameter 'headline2' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/src/theme/text_theme.dart:32:9
- The named parameter 'headline3' 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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.