Rishi Raj Singh
Rishi Raj Singh
 There is no key 'usage pattern' in the example-input.yml currently available @cerob
I would like to contribute as well!
@pennzht @guidezpl @rami-a @shihaohong
For example, a sample gist I made is [https://gist.github.com/rish07/fd7c3bbd704a11b1976fe6ae224834ea](https://gist.github.com/rish07/fd7c3bbd704a11b1976fe6ae224834ea), so to open in dart pad I just have to open [https://dartpad.dev/fd7c3bbd704a11b1976fe6ae224834ea](https://dartpad.dev/fd7c3bbd704a11b1976fe6ae224834ea). So for all the examples in the gallery, we...
[Got a reply from @domesticmouse on dart-lang repo](https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide), It also mentions that we need a gist ID for the code, which brings back us to the problem I am facing...
What do you suggest I do next? @RedBrogdon
So for all the demo code that flutter gallery has, we create something like the repo you mentioned and open these pages when they click on Open in dart pad...
and why wouldn't [https://dartpad.dev/example/embed-flutter.html?gh_owner=rish07&gh_repo=dartpad_gallery&gh_path=flutter_allfiles](https://dartpad.dev/example/embed-flutter.html?gh_owner=rish07&gh_repo=dartpad_gallery&gh_path=flutter_allfiles) this work @RedBrogdon? [https://github.com/rish07/dartpad_gallery/tree/master/flutter_allfiles](https://github.com/rish07/dartpad_gallery/tree/master/flutter_allfiles)
Ah my bad @RedBrogdon! I'll try to implement this feature today then. @shihaohong @guidezpl
@RedBrogdon [https://dartpad.dev/embed-flutter.html?gh_owner=rish07&gh_repo=gallery&gh_path=lib/demos/material/app_bar_demo&gh_ref=test&theme=dark&run=true&mode=flutter](https://dartpad.dev/embed-flutter.html?gh_owner=rish07&gh_repo=gallery&gh_path=lib/demos/material/app_bar_demo&gh_ref=test&theme=dark&run=true&mode=flutter), I was just testing it on Material's App Bar demo and everything is working fine. Only problem is, it's opening in Dart mode and not flutter. So when...