Binh Nguyen
Binh Nguyen
> Hi. Could you add a little bit reasoning behind this feature? There are two reasons: 1. In case profile has an attribute is in enum type, graphql will reject...
Thanks for your info. @Grohden's solution works, we don't need to update our lib then. Cheers.
@GP4cK I haven't tried but passing empty string "" might help, as json serializable will bypass null but keep empty string.
Your flutter is old. Try to upgrade and run again `flutter upgrade`
> In case anyone having this issue in Flutter, here's what I did and worked > > **File android/app/build.gradle** > > dependencies { > implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" > implementation 'com.android.support:multidex:1.0.3' >...