Global value is not initalized
I have a global variable User? current_atlas_user
that is in file ‘Constants.dart’. I want to initialize it from the main.dart file.
To do it I am trying this:
Global value is not initalized
I have a global variable User? current_atlas_user
that is in file ‘Constants.dart’. I want to initialize it from the main.dart file.
To do it I am trying this:
How to extend a Realm Class OR add a field of RealmCLass inside any other class?
Is it possible to extend a Realm Class inside any other class in Flutter or add a RealmClass field(using has a relationship) inside any other class ?
in realm , can’t get schema for configuration
i am using realm: ^3.1.0 for the very first time but i can’t get schema form my model class.