macaron 0.0.1 copy "macaron: ^0.0.1" to clipboard
macaron: ^0.0.1 copied to clipboard

discontinued

A collection of utilities to develop your flutter app.

40/ 160
pub points
3
downloads

We analyzed this package 30 hours ago, and awarded it 40 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
40
points
3
downloads

Publisher

verified publisherunbelievable.works

Weekly Downloads

A collection of utilities to develop your flutter app.

Documentation

API reference

License

MIT (license)

Dependencies

fluro, flutter, fluttertoast, meta, nested, provider

More

Packages that depend on macaron