Last active
March 19, 2022 11:07
-
-
Save blaugold/b327eb9e16ed303519dc36b38771b955 to your computer and use it in GitHub Desktop.
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
dependencies: | |
cbl: ^1.0.0 | |
cbl_flutter: ^1.0.0 | |
# This dependency selects the Community Edition of Couchbase Lite. | |
# For the Enterprise Edition add `cbl_flutter_ee` instead. | |
cbl_flutter_ce: ^1.0.0 | |
dev_dependencies: | |
# This dependency allows you to use Couchbase Lite in Flutter | |
# unit tests and not just in integration tests. | |
cbl_dart: ^1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment