Vince Ramces Oliveros
Vince Ramces Oliveros
I happen to resolve this issue by the following ```dart /// hide/show imports import 'something.graphql.dart' show MyQueryOnly; import 'somewhere.graphql.dart' hide Gender; /// import aliases import 'my_query.graphql.dart' as Query; ``` its...
I honestly don't know how WebsocketLink works in the newer version of `gql_websocket_link`. it doesn't work with an example project of mine. There are also lack of example code on...
Coming back to this ticket, It seems to be working now. or is it?
I was using `axios` to use a reverse geocoding in google maps. ```js // ES7 version import axios from 'axios'; export const searchReverseLocation = async ({ latitude, longitude }) =>...
> I tried below the Material App and above. the errors occured as follows Above MaterialApp - Dialogs are not working properly(using showAlertDialog) Below MaterialApp - Duplicate GlobalKey Above Material...
Is this still in progress?
How about making the same implementation as stated in this comment https://github.com/rrousselGit/freezed/issues/191#issuecomment-638842201 Or are there problems with json_serializable's json to enum values?
Yes. Similar to this https://pub.dev/packages/material_floating_search_bar
What happens if you change the datatype to String? I am studying your plugin and will try to contribute. EDIT: It works for me when I changed the Datatype of...
This plugin has been abandoned now. Although there will be a package for beacons in Fuchsia repository in 2020. If you want, you'll have to learn the native way and...