-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: jld3103 <jld3103yt@gmail.com>
- Loading branch information
1 parent
221065a
commit 42c2c97
Showing
21 changed files
with
104,246 additions
and
6,811 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
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
Submodule nextcloud-spreed
added at
21ea70
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// coverage:ignore-file | ||
import 'package:nextcloud/src/api/spreed.openapi.dart'; | ||
import 'package:nextcloud/src/client.dart'; | ||
|
||
export 'src/api/spreed.openapi.dart'; | ||
export 'src/helpers/spreed.dart'; | ||
|
||
// ignore: public_member_api_docs | ||
extension SpreedExtension on NextcloudClient { | ||
static final _spreed = Expando<Client>(); | ||
|
||
/// Client for the spreed APIs | ||
Client get spreed => _spreed[this] ??= Client.fromClient(this); | ||
} |
Oops, something went wrong.