-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd46da6
commit ef7dba1
Showing
98 changed files
with
4,834 additions
and
1,168 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# kit.nim_chatkit_location | ||
# nim_chatkit_location | ||
|
||
提供位置消息功能实现(包含UI) | ||
A new Flutter project. | ||
|
||
### Declaring dependencies | ||
如需添加 ChatKitUI 的依赖项,您必须将 pub 库添加到项目中。 | ||
## Getting Started | ||
|
||
在应用或模块的 `pubspec.yaml` 文件中添加所需工件的依赖项: | ||
For help getting started with Flutter development, view the online | ||
[documentation](https://flutter.dev/). | ||
|
||
``` | ||
dependencies: | ||
nim_chatkit_location: ^1.0.0 | ||
``` | ||
For instructions integrating Flutter modules to your existing applications, | ||
see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-app). |
Oops, something went wrong.