Skip to content

Commit

Permalink
Add mmap dependency to flutter_frontend_server (flutter#39090)
Browse files Browse the repository at this point in the history
In a follow-up change in Dart SDK, package:compiler (a dependency of
flutter_frontend_server) will start using package:mmap
  • Loading branch information
mkustermann authored Jan 24, 2023
1 parent 5c46d75 commit 5b4e331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ dependency_overrides:
path: ../testing/litetest
meta:
path: ../../third_party/dart/pkg/meta
mmap:
path: ../../third_party/dart/pkg/mmap
package_config:
path: ../../third_party/dart/third_party/pkg/package_config
path:
Expand Down

0 comments on commit 5b4e331

Please sign in to comment.