flutter/dev/integration_tests/link_hook
Gray Mackall d89ae48520
Manual pub roll w/ gradle lockfile regeneration (#149342)
Manual recreation of https://github.com/flutter/flutter/pull/148911

Entire PR is just the output of 
```
flutter update-packages --force-upgrade
```
followed by (run from the root of the flutter repo)
```
find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion
```
2024-05-30 23:04:08 +00:00
..
hook [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
lib [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
src [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
test [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
.gitignore [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
ffigen.yaml [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00
pubspec.yaml Manual pub roll w/ gradle lockfile regeneration (#149342) 2024-05-30 23:04:08 +00:00
README.md [native_assets] Add support for link hooks (#148474) 2024-05-22 16:02:00 +00:00

link_hook

Test project for the native assets test to exercise adding assets during a link hook.