macaron 0.0.1
macaron: ^0.0.1 copied to clipboard
A collection of utilities to develop your flutter app.
We analyzed this package 26 hours ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
88 out of 322 API elements (27.3 %) have documentation comments.
Some symbols that are missing documentation: base_presenter, base_presenter.BasePresenter, base_presenter.BasePresenter.BasePresenter.new, base_presenter.BasePresenter.attachView, base_presenter.BasePresenter.detachView.
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 6 issues. Showing the first 2:
ERROR: The name 'View' is defined in the libraries 'package:flutter/src/widgets/view.dart (via package:flutter/material.dart)' and 'package:macaron/mvp/view.dart'.
lib/mvp/view/state_view.dart:10:16
╷
10 │ implements View, UpdateOwner {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mvp/view/state_view.dart
ERROR: Classes and mixins can only implement other classes and mixins.
lib/mvp/view/state_view.dart:10:16
╷
10 │ implements View, UpdateOwner {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mvp/view/state_view.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fluro |
^2.0.3 |
2.0.5 | 2.0.5 | |
fluttertoast |
^8.0.7 |
8.2.14 | 9.0.0 | |
meta |
^1.4.0 |
1.17.0 | 1.18.1 | |
nested |
^1.0.0 |
1.0.0 | 1.0.0 | |
provider |
^5.0.0 |
5.0.0 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.7` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
The constraint `^5.0.0` on provider does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions provider 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 3 errors:
AMBIGUOUS_IMPORT-lib/mvp/view/state_view.dart:10:16- The name 'View' is defined in the libraries 'package:flutter/src/widgets/view.dart (via package:flutter/material.dart)' and 'package:macaron/mvp/view.dart'.IMPLEMENTS_NON_CLASS-lib/mvp/view/state_view.dart:10:16- Classes and mixins can only implement other classes and mixins.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/mvp/view/state_view.dart:46:31- The argument type 'StateView<S, P>' can't be assigned to the parameter type 'View'.
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.2, Dart 3.11.0.
Check the analysis log for details.