flutter/dev/integration_tests/flutter_gallery/lib
Gray Mackall 4a84fb0fea
Remove discontinued device_info and connectivity plugins from flutter_gallery, roll pub packages (#150585)
Removes these two discontinued plugins from `dev/integration_tests/flutter_gallery`

[`device_info`](https://pub.dev/packages/device_info):
Apparently the video playback doesn't work on iOS simulators (I wasn't able to verify this, as I don't have an iOS simulator installed). I removed the guard against running on those simulators, and replaced with a note in the README.

[`connectivity`](https://pub.dev/packages/connectivity):
This plugin was used to play the bee video from the network. I changed the demo so that the bee video is instead also played from an asset (like its friend the butterfly), and then removed the use of the plugin.

Unblocks the re-land of https://github.com/flutter/engine/pull/53462 (itself a reland 🙂), because of https://github.com/flutter/flutter/pull/150465#issuecomment-2181403712.
2024-06-21 23:10:24 +00:00
..
demo Remove discontinued device_info and connectivity plugins from flutter_gallery, roll pub packages (#150585) 2024-06-21 23:10:24 +00:00
gallery Implement new AnimationStatus getters (#148570) 2024-05-20 17:43:03 +00:00
delayed_main.dart Add a startup test that delays runApp (#91346) 2021-10-06 09:43:02 -07:00
demo_lists.dart Migrate gallery/transitions_perf test to e2e (#62064) 2020-08-12 13:36:07 -07:00
main_publish.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
main.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00