| import 'package:flutter/material.dart'; |
| import '../gallery/demo.dart'; |
| class ImagesDemo extends StatelessWidget { |
| static const String routeName = '/images'; |
| Widget build(BuildContext context) { |
| return TabbedComponentDemoScaffold( |
| title: 'Animated images', |
| demos: <ComponentDemoTabData>[ |
| exampleCodeTag: 'animated_image', |
| label: 'Example of animated WEBP', |
| 'animated_images/animated_flutter_stickers.webp', |
| package: 'flutter_gallery_assets', |
| exampleCodeTag: 'animated_image', |
| label: 'Example of animated GIF', |
| 'animated_images/animated_flutter_lgtm.gif', |
| package: 'flutter_gallery_assets', |