-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug dart run realm generate #1803
Labels
Comments
➤ PM Bot commented: Jira ticket: RDART-1106 |
@wozpi seems like it's caused by As a temporary workaround does downgrading to Thanks |
Solution: dev_dependencies: |
@NabilaWorks fixing analyzer to 6.9.0 don't works for me. Breaks other packages versioning. |
Fixed in #1815 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happened?
INFO] Precompiling build script......
[WARNING] ../../../../.pub-cache/hosted/pub.dev/realm_generator-20.0.0/lib/src/pseudo_type.dart:16:7: Error: The non-abstract class 'PseudoType' is missing implementations for these members:
Try to either
class PseudoType extends TypeImpl {
^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/analyzer-6.11.0/lib/dart/element/type.dart:53:17: Context: 'DartType.element3' is defined here.
Element2? get element3;
^^^^^^^^
[INFO] Precompiling build script... completed, took 896ms
[SEVERE] Failed to precompile build script .dart_tool/build/entrypoint/build.dart.
Repro steps
run dart run realm generate
Version
Flutter 3.27.0-1.0.pre.120
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
mac os 14.1.2
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: