Skip to content

Commit 8bbd28a

Browse files
authored
Merge pull request #249 from mapbox/rl/use_forked_pigeon
Use forked Pigeon
2 parents 58aac77 + 71381b8 commit 8bbd28a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

lib/src/pigeons/map_interfaces.dart

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ dev_dependencies:
2323
flutter_test:
2424
sdk: flutter
2525
test: ^1.19.0
26-
pigeon: ^11.0.1
26+
pigeon:
27+
git:
28+
url: https://github.com/evil159/packages.git
29+
ref: 53718b121f385905a7baa1531f771d24bbb25a1d
30+
path: packages/pigeon
31+
2732

2833
# For information on the generic Dart part of this file, see the
2934
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)