mix_animate 0.0.1-alpha.0 copy "mix_animate: ^0.0.1-alpha.0" to clipboard
mix_animate: ^0.0.1-alpha.0 copied to clipboard

An animation add-on package for Mix with flutter_animate

30/ 160
pub points
3
downloads

We analyzed this package 2 days ago, and awarded it 30 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: BSD-3-Clause.

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

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

Dependency resolution failed, unable to run dartdoc.

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: Platform support detection failed

Could not determine supported platforms as package resolution failed.

Run flutter pub get for more information.

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

  • Running flutter pub outdated failed with the following output:
Because no versions of mix match >=1.1.2 <1.1.3 and mix >=1.7.0-beta.0 <1.7.0 depends on mix_annotations ^1.7.0-beta.0, mix >=1.1.2 <1.1.3-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations ^1.7.0-beta.0.
And because mix >=1.1.3 <1.3.0 depends on mix_annotations ^0.2.0, mix >=1.1.2 <1.3.0-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations ^0.2.0 or ^1.7.0-beta.0.
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

  • Could not run flutter pub outdated: flutter pub get failed:
OUT:
Resolving dependencies...
ERR:
Because no versions of mix match >=1.1.2 <1.1.3 and mix >=1.7.0-beta.0 <1.7.0 depends on mix_annotations ^1.7.0-beta.0, mix >=1.1.2 <1.1.3-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations ^1.7[...]
And because mix >=1.1.3 <1.3.0 depends on mix_annotations ^0.2.0, mix >=1.1.2 <1.3.0-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations ^0.2.0 or ^1.7.0-beta.0.
And because mix >=1.3.0 <1.4.0 depends on mix_annotations ^0.2.0+1 and mix >=1.4.0 <1.4.6 depends on mix_annotations ^0.2.1, mix >=1.1.2 <1.4.6-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations[...]
And because mix >=1.4.6 <1.5.3 depends on mix_annotations ^0.3.0 and mix >=1.5.3 <1.6.0 depends on mix_annotations ^0.3.1, mix >=1.1.2 <1.6.0-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations >[...]
And because mix >=1.6.0 <1.7.0-beta.0 depends on mix_annotations ^0.4.0 and mix >=1.7.0 <2.0.0-rc.0 depends on mix_annotations ^1.7.0, mix >=1.1.2 <2.0.0-rc.0 requires mix_annotations >=0.2.0 <0.[...]
So, because mix_animate depends on both mix ^1.1.2 and mix_annotations ^0.1.0, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on mix_annotations: flutter pub add mix_annotations:^1.7.0
[2 more lines]

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

flutter pub downgrade failed with:

OUT:
Resolving dependencies...
ERR:
Because no versions of mix match >=1.1.2 <1.1.3 and mix >=1.7.0-beta.0 <1.7.0 depends on mix_annotations ^1.7.0-beta.0, mix >=1.1.2 <1.1.3-∞ or >=1.7.0-beta.0 <1.7.0 requires mix_annotations ^1.7[...]
And because mix >=1.7.0 <2.0.0-rc.0 depends on mix_annotations ^1.7.0, mix >=1.1.2 <1.1.3-∞ or >=1.7.0-beta.0 <2.0.0-rc.0 requires mix_annotations ^1.7.0-beta.0.
And because mix >=1.6.0 <1.7.0-beta.0 depends on mix_annotations ^0.4.0 and mix >=1.5.3 <1.6.0 depends on mix_annotations ^0.3.1, mix >=1.1.2 <1.1.3-∞ or >=1.5.3 <2.0.0-rc.0 requires mix_annotati[...]
And because mix >=1.4.6 <1.5.3 depends on mix_annotations ^0.3.0 and mix >=1.4.0 <1.4.6 depends on mix_annotations ^0.2.1, mix >=1.1.2 <1.1.3-∞ or >=1.4.0 <2.0.0-rc.0 requires mix_annotations ^0.[...]
And because mix >=1.3.0 <1.4.0 depends on mix_annotations ^0.2.0+1 and mix >=1.1.3 <1.3.0 depends on mix_annotations ^0.2.0, mix >=1.1.2 <2.0.0-rc.0 requires mix_annotations >=0.2.0 <0.3.0 or >=0[...]
So, because mix_animate depends on both mix ^1.1.2 and mix_annotations ^0.1.0, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on mix_annotations: flutter pub add mix_annotations:^0.2.0
[2 more lines]

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
30
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

An animation add-on package for Mix with flutter_animate

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_animate, mix, mix_annotations

More

Packages that depend on mix_animate