You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading flutter to the last stable version (3.27.1) the flutter application does not compile anymore.
Repro steps
Upgrade to flutter 3.27.1 stable
try to run your project
Version
3.27.1
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
15
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
../../../.pub-cache/realm_generator-3.4.1/lib/src/pseudo_type.dart:16:7: Error: The non-abstract class 'PseudoType' is missing implementations for these members:
- DartType.element3
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class PseudoType extends TypeImpl {
^^^^^^^^^^
../../../.pub-cache/analyzer-6.11.0/lib/dart/element/type.dart:53:17: Context: 'DartType.element3' is defined here.
The text was updated successfully, but these errors were encountered:
This repo is being supported by MongoDB, however you have to follow the correct process to access support. You have to raise a support ticket via the MongoDB at mongodb.com. MongoDB are not intaking support requests via GitHub on this repo any longer.
This should be an easy fix though - if anyone would like to submit a quick PR addressing the issue, I'd be happy to kick off a release. Otherwise it may need to wait until after the holidays.
What happened?
After upgrading flutter to the last stable version (3.27.1) the flutter application does not compile anymore.
Repro steps
Upgrade to flutter 3.27.1 stable
try to run your project
Version
3.27.1
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
15
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
The text was updated successfully, but these errors were encountered: