Closed
Description
Page URL
https://dart.dev/guides/libraries/c-interop#building-and-running
Page source
No response
Describe the problem
$ dart pub get
Resolving dependencies...
Because hello_world_ffi depends on test_utils from path which doesn't exist (could
not find package test_utils at "../test_utils"), version solving failed.
Expected fix
I expect "an example of building the dynamic library and executing the Dart app" to work when followed.
The "hello_world example has the following files" does not mention "../test_utils"
Additional context
No response