dynamic_colorscheme 1.0.1 icon indicating copy to clipboard operation
dynamic_colorscheme: ^1.0.1 copied to clipboard

Generate a ColorScheme with Material 3 dynamic color by processing a CorePalette.

15
likes
40/ 140
pub points
28%
popularity

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

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://instagram.com/quadrendev was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

0/10 points: Failed to run dartdoc

  • Failed to resolve dependencies.
stdout: [  +24 ms] Unable to locate an Android SDK.
[   +4 ms] executing: uname -m
[   +3 ms] Exit code 0 from: uname -m
[        ] x86_64
[        ] executing: [/tool/stable/flutter/] git -c log.showSignature=false log[...]
[   +4 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 2ad6cd72c040113b47ee9055e722606a490ef0da
[        ] executing: [/tool/stable/flutter/] git tag --points-at 2ad6cd72c04011[...]
[  +30 ms] Exit code 0 from: git tag --points-at 2ad6cd72c040113b47ee9055e722606a490ef0da
[        ] 3.7.7
[  +11 ms] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref HEAD
[   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] HEAD
[        ] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref --symbo[...]
[   +3 ms] Exit code 128 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] fatal: HEAD does not point to a branch
[  +23 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, s[...]
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,[...]
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[...]
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skip[...]
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skip[...]
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, ski[...]
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, ski[...]
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +71 ms] executing: /tool/stable/flutter/bin/cache/dart-sdk/bin/dart __depreca[...]
MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envOGFRLJ/pub-cache-dirZULCEQ/log/pub_log.txt.
[ +966 ms] "flutter pub" took 1,111ms.
[   +1 ms] Running 0 shutdown hooks
[        ] Shutdown hooks complete
[   +1 ms] exiting with code 1

stderr: FINE: Pub 2.19.4
SLVR: fact: dynamic_colorscheme is 1.0.1
SLVR: derived: dynamic_colorscheme
FINE: Using https://pub.dev instead of https://pub.dartlang.org.
SLVR: fact: dynamic_colorscheme depends on dynamic_color ^0.1.0
SLVR: fact: dynamic_colorscheme depends on flutter from sdk
SLVR: fact: dynamic_colorscheme depends on material_color_utilities ^0.1.1
SLVR:   selecting dynamic_colorscheme
SLVR:   derived: material_color_utilities ^0.1.1
SLVR:   derived: flutter from sdk
SLVR:   derived: dynamic_color ^0.1.0
IO  : Get versions from https://pub.dev/api/packages/dynamic_color.
IO  : Get versions from https://pub.dev/api/packages/material_color_utilities.
IO  : HTTP GET https://pub.dev/api/packages/dynamic_color
    | Accept: application/vnd.pub.v2+json
    | user-agent: Dart pub 2.19.4
IO  : HTTP GET https://pub.dev/api/packages/material_color_utilities
    | Accept: application/vnd.pub.v2+json
    | user-agent: Dart pub 2.19.4
IO  : Get versions from https://pub.dev/api/packages/collection.
[...]
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:[...]
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/ru[...]
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_[...]
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>



icon indicating section status
Platform support
0 / 20icon to trigger folding of the section

0/20 points: Platform support detection failed

Could not determine supported platforms as package resolution failed.

Run flutter pub get for more information.

icon indicating section status
Pass static analysis
0 / 30icon to trigger folding of the section

0/30 points: code has no errors, warnings, lints, or formatting issues

Found 60 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:flutter/material.dart'.

lib/dynamic_colorscheme.dart:1:8

  ╷
1 │ import 'package:flutter/material.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/dynamic_colorscheme.dart

ERROR: Target of URI doesn't exist: 'package:material_color_utilities/material_color_utilities.dart'.

lib/dynamic_colorscheme.dart:2:8

  ╷
2 │ import 'package:material_color_utilities/material_color_utilities.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/dynamic_colorscheme.dart

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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 dynamic_colorscheme depends on flutter from sdk which depends on material_color_utilities 0.2.0, material_color_utilities 0.2.0 is required.
So, because dynamic_colorscheme depends on material_color_utilities ^0.1.1, version solving failed.
pub finished with exit code 1

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

icon indicating section status
Support sound null safety
0 / 20icon to trigger folding of the section

0/20 points: Unable to detect null safety

Package resolution failed. Could not determine null safety.

Run dart pub get for more information.

Analysed with Pana 0.21.27, Flutter 3.7.7, Dart 2.19.4.

15
likes
40
pub points
28%
popularity

Publisher

unverified uploader

Generate a ColorScheme with Material 3 dynamic color by processing a CorePalette.

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

dynamic_color, flutter, material_color_utilities

More

Packages that depend on dynamic_colorscheme