Skip to content

Commit

Permalink
fix: override auto route to be wasm compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 24, 2024
1 parent ffd2396 commit a838c05
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@ packages:
auto_route:
dependency: "direct main"
description:
name: auto_route
sha256: "6cad3f408863ffff2b5757967c802b18415dac4acb1b40c5cdd45d0a26e5080f"
url: "https://pub.dev"
source: hosted
path: auto_route
ref: master
resolved-ref: ab219cf7dd717dd359d88b9e5000048179bbaeb3
url: "https://github.com/pedromneto97/auto_route_library.git"
source: git
version: "8.1.3"
auto_route_generator:
dependency: "direct dev"
description:
name: auto_route_generator
sha256: ba28133d3a3bf0a66772bcc98dade5843753cd9f1a8fb4802b842895515b67d3
url: "https://pub.dev"
source: hosted
path: auto_route_generator
ref: master
resolved-ref: ab219cf7dd717dd359d88b9e5000048179bbaeb3
url: "https://github.com/pedromneto97/auto_route_library.git"
source: git
version: "8.0.0"
bazel_worker:
dependency: transitive
Expand Down
13 changes: 13 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ environment:
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.

dependency_overrides:
auto_route:
git:
url: https://github.com/pedromneto97/auto_route_library.git
ref: master
path: auto_route
auto_route_generator:
git:
url: https://github.com/pedromneto97/auto_route_library.git
ref: master
path: auto_route_generator

dependencies:
auto_route: ^8.1.3
build_version: ^2.1.1
Expand Down

0 comments on commit a838c05

Please sign in to comment.