Andrew Brogdon
Andrew Brogdon
DartPad's full-screen UI can load code solely from gists. It's embedded UI, however, can load from four different sources: * A GitHub gist * The containing page (in the case...
I'll defer to what the Material team wants to do with the gallery. If they'd like to generate code in this repo (or another) similar to what you see here:...
> and why wouldn't https://dartpad.dev/example/embed-flutter.html?gh_owner=rish07&gh_repo=dartpad_gallery&gh_path=flutter_allfiles this work @RedBrogdon? It does! You just need to remove "example" from the URL: https://dartpad.dev/embed-flutter.html?gh_owner=rish07&gh_repo=dartpad_gallery&gh_path=flutter_allfiles
CC: @kevmoo.
I don't believe that's the cause of the initial failure. If I run the tests a second time, though, I do get that error: ``` 00:01 +0 -1: test/function_test.dart: defaults...
That's definitely not the desired behavior. VeggieSeason should be using shared_preferences to store the data on device between executions. Can you provide a little more information? What device and iOS...
@mohak852, as @AyushBherwani1998 mentioned, this work has already been scoped and assigned as a Summer of Code project. If you're interested in contributing to Flutter, there are many ways to...
@AyushBherwani1998, writing tests for our sample apps can sometimes be tricky, since they're often designed to show off the basic widgets present in the SDK. While you could certainly add...
CC: @HansMuller Clearly we needed our own issue tracker for the samples for a while now. I don't have an iOS hardware device on me today, but I'll try to...
It's currently covered in the add-to-app samples: https://github.com/flutter/samples/tree/master/add_to_app/books From what I gathered from @xster, pigeon is intended more for an add-to-app scenario than anything else (though he and the platforms...