This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Open
Conversation
This commit upgrades the `analyzer` and `source_gen` dependencies to their latest versions, which include support for new Dart language features. The following changes were made to adapt to the new APIs: - Replaced `analyzer/dart/element/element.dart` with `analyzer/dart/element/element2.dart`. - Updated various API calls to use the new `element2` and `element3` properties. - Updated method names like `getters2`, `setters2`, `fields2`, `constructors2`, `nonSynthetic2`, `variable3`, `name3`, and `enclosingElement2`. - Adjusted how enum constants and their properties are accessed.
The `meta` package has been updated to `^1.17.0` and `test` to `^1.26.2`. Additionally: - A redundant cast to `Uint8List` has been removed in `isar_reader_writer_test.dart`. - The type of `col` in the loop in `Isar.attachCollections` has been explicitly set to `final IsarCollection<dynamic>`. - Null-aware operator `?? false` has been added to `sortAsc` comparisons in `IsarConnectQuery.buildQuery`.
|
I am experiencing this issue also. Any movement on this issue? Maybe this PR or this one #122 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #128