prajwal27

Results 13 comments of prajwal27

@darshankawar the feature is present as a part of the Profile screen and not as part of user registration process. Imagine a scenario where I would want the email to...

> The thing here is that when users sign up using the already provided EmailProviderConfiguration in FlutterFire RegisterScreen, a user account is successfully created which can be seen at the...

@rrousselGit Can we return `dynamic` value from `toJson` . The scenario is while using Unions, I want to return either a Json or a String or an integer based on...

``` import 'package:freezed_annotation/freezed_annotation.dart'; part 'custom.freezed.dart'; part 'custom.g.dart'; @freezed class Custom with _$Custom { Custom._(); factory Custom.test1({ required String id, required String name, }) = CustomTest1; factory Custom.test2({ required String id,...

> > ``` > > import 'package:freezed_annotation/freezed_annotation.dart'; > > > > part 'custom.freezed.dart'; > > part 'custom.g.dart'; > > > > @freezed > > class Custom with _$Custom { >...

@rrousselGit Do you have any thoughts on this?

@rrousselGit Apologies for tagging. Would like to know if you could look into this!

The error was not consistent. By changing the version, the error did not occur.

We are facing few issues, like when we are subscribing to a channeGroup, it's using v2 version instead of v3.

@gabsn could you provide more description to the issue?