Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jul 24, 2024
1 parent 47c4f47 commit 243a181
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,22 +438,22 @@ packages:
path: "../../mix/packages/mix"
relative: true
source: path
version: "1.2.0"
version: "1.3.0"
mix_annotations:
dependency: transitive
description:
name: mix_annotations
sha256: f77b013274e5c61508a28b7142928ca5593d40693418163812d05f5ac8cd06a4
sha256: ecad51935d9c422481ebc820e8d3edac001bfd8493ac3cf44d03c43cee196d7a
url: "https://pub.dev"
source: hosted
version: "0.2.0"
version: "0.2.0+1"
mix_generator:
dependency: "direct overridden"
description:
path: "../../mix/packages/mix_generator"
relative: true
source: path
version: "0.2.0"
version: "0.2.1"
octo_image:
dependency: transitive
description:
Expand Down
28 changes: 14 additions & 14 deletions lib/styles/style_spec.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,22 +630,21 @@ packages:
path: "../mix/packages/mix"
relative: true
source: path
version: "1.2.0"
version: "1.3.0"
mix_annotations:
dependency: "direct main"
description:
name: mix_annotations
sha256: f77b013274e5c61508a28b7142928ca5593d40693418163812d05f5ac8cd06a4
url: "https://pub.dev"
source: hosted
version: "0.2.0"
path: "../mix/packages/mix_annotations"
relative: true
source: path
version: "0.2.0+1"
mix_generator:
dependency: "direct dev"
description:
path: "../mix/packages/mix_generator"
relative: true
source: path
version: "0.2.0"
version: "0.2.1"
mix_lint:
dependency: "direct dev"
description:
Expand Down
6 changes: 4 additions & 2 deletions pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dependency_overrides:
mix:
path: ../mix/packages/mix
mix_generator:
path: ../mix/packages/mix_generator
mix:
path: ../mix/packages/mix
mix_annotations:
path: ../mix/packages/mix_annotations

0 comments on commit 243a181

Please sign in to comment.