-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed synchronous operations to improve simplicity and DX
Attach most of backend management to frontend Fixed bug in `removeOldestTile` logic Removed `TileCannotUpdate` error as it is a library error not a user error Improved documentation and make use of templates and macros to de-duplicate doc-strings Minor internal improvements elsewhere
- Loading branch information
1 parent
56a2721
commit c2e2a66
Showing
19 changed files
with
93 additions
and
934 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export 'impls/objectbox/backend.dart'; | ||
export 'interfaces/backend.dart'; | ||
export 'interfaces/models.dart'; | ||
export 'interfaces/no_sync.dart'; | ||
export 'utils/errors.dart'; |
This file contains 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
This file contains 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
Oops, something went wrong.