flutter/dev/integration_tests/link_hook
auto-submit[bot] c1a301e8e8
Reverts "Manual pub roll (#156549)" (#156607)
Reverts: flutter/flutter#156549
Initiated by: christopherfujino
Reason for reverting: https://github.com/flutter/flutter/issues/156606
Original PR Author: christopherfujino

Reviewed By: {matanlurey}

This change reverts the following previous change:
I manually ran:

```
flutter update-packages --force-upgrade
cd dev/tools && dart bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion
```

Note this bumps the `google_mobile_ads` plugin, which caused https://github.com/flutter/flutter/issues/156474. I expect it to work this time after https://flutter-review.googlesource.com/c/recipes/+/60340
2024-10-11 18:52:18 +00:00
..
hook [native_assets] Stop running link hooks in JIT mode (#151534) 2024-07-12 06:44:23 +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 Reverts "Manual pub roll (#156549)" (#156607) 2024-10-11 18:52:18 +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.