shashankmathur8

Results 3 issues of shashankmathur8

### What happened? while running generate command for realm models in version 3.1.0. The part file is generated but got this error [SEVERE] realm:realm_generator on lib/app/data/model/mongo_schema_model/app_logger.dart: An error `FormatterException` occurred...

O-Community
T-Bug
SDK-Use:Sync

### What happened? Error (Xcode): Building for iOS Simulator, but linking in dylib built for iOS, file '/Users/shashank/StudioProjects/CRM/ios/Pods/mongo-embedded-c-driver/iPhoneOS/Frameworks/mongoc.framework/mongoc' ### Repro steps pod install try running build on simulator Flutter (Channel...

O-Community
T-Bug
SDK-Use:Sync

## Steps to Reproduce `HtmlWidget` configuration SizedBox( width: 1500, height: 1000, child: HtmlWidget(enableCaching: true, onLoadingBuilder: (context, element, loadingProgress) { return CircularProgressIndicator(); }, widget.mainController.currentMail.body.toString())), ```dart ``` Tesing environment ✓ Built build/web...

question