Lance Johnstone

Results 25 comments of Lance Johnstone

In case this helps, I put together a little guide (still rough around the edges) to create a graphql microservice implementation, with the GraphQLServer (yoga) being hosted as a Lambda....

Sorry for not getting back. It might be possible if it is agreed on what the Material widget will be. I have done something similar in a personal project that...

Not too keen on introducing a dependency, particularly since there is a solution natively from flutter. Additionally it is a matter of opinion as to when to log. Some packages...

Thanks. There is nothing stopping anyone from using the MaterialApp but use the platform specific routing. Same goes for Scaffolds. Problem is when it gets down to the page or...

I have explored a way to do this without having a dependency on these packages. One of the tenants of this library is that it will not have any transitive...

@fotiDim I am still working on how light and dark theme will work. `CupertinoApp` does not have a dark mode property, instead it uses `CupertinoDynamicColor`

I have been using both of these for their respective platform and there are quite a bit of difference between the two and may depend if you want to use...

I had a look and from what I can see is that the solution in that S.O. link works well enough. I updated the example (https://github.com/stryder-dev/flutter_platform_widgets/blob/f976eeed38bc0ef60e8feb9da46eddafec0ef126/example/lib/tab_pages/basicTabbedPage.dart) with this. Should keep...

Can do this on the beta branch as it arrives, then once in stable publish to pub.dev

Thing is, light and dark mode I feel is not the responsibility of this package as that is based on the theme. Theming on the other hand could be abstracted...