flutter/examples/texture
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
..
lib Add an example showing how to use textures (#122779) 2023-07-03 13:54:18 +12:00
linux Add an example showing how to use textures (#122779) 2023-07-03 13:54:18 +12:00
test Fixing typo (#138253) 2023-11-13 16:36:23 -08:00
pubspec.yaml Reverts "Manual pub roll (#156549)" (#156607) 2024-10-11 18:52:18 +00:00
README.md Add an example showing how to use textures (#122779) 2023-07-03 13:54:18 +12:00

Flutter Texture

An example to show how to use custom Flutter textures.