This will be a separate Flutter Project within this project (like: example) named demo. This app would be a like gallery app (https://gallery.flutter.dev) provided by Flutter to demonstrate all material and cupertino widget with code snippet embedded in itself.
Check the following screenshot from gallery app for Banner widget:
| mobile |
desktop [mobile view] |
destop [full view] |
 |
 |
 |
Along with the demo itself it shows other options - info, code (with copy option), documentation, full screen (toggle the widget demo for mobile screen and full screen)
We should build similar demo flutter application that will be hosted on Github Pages for user to quickly check [#12]. It should demonstrate ideally all use cases of Backdrop as mentioned in MDG.
The example would just show simplest of the use-case. But in the starting of example.dart we should add link to demo so that users form pub.dev can check the demo easily.
This will be a separate Flutter Project within this project (like:
example) nameddemo. This app would be a likegalleryapp (https://gallery.flutter.dev) provided by Flutter to demonstrate allmaterialandcupertinowidget with code snippet embedded in itself.Check the following screenshot from
galleryapp forBannerwidget:Along with the demo itself it shows other options - info, code (with copy option), documentation, full screen (toggle the widget demo for mobile screen and full screen)
We should build similar
demoflutter application that will be hosted on Github Pages for user to quickly check [#12]. It should demonstrate ideally all use cases ofBackdropas mentioned in MDG.The
examplewould just show simplest of the use-case. But in the starting ofexample.dartwe should add link to demo so that users form pub.dev can check the demo easily.