Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5b4e331

Browse files
authored
Add mmap dependency to flutter_frontend_server (#39090)
In a follow-up change in Dart SDK, package:compiler (a dependency of flutter_frontend_server) will start using package:mmap
1 parent 5c46d75 commit 5b4e331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flutter_frontend_server/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ dependency_overrides:
7777
path: ../testing/litetest
7878
meta:
7979
path: ../../third_party/dart/pkg/meta
80+
mmap:
81+
path: ../../third_party/dart/pkg/mmap
8082
package_config:
8183
path: ../../third_party/dart/third_party/pkg/package_config
8284
path:

0 commit comments

Comments
 (0)