We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3c99c commit 86308c0Copy full SHA for 86308c0
README.md
@@ -20,6 +20,13 @@ flutter run
20
```
21
22
## How to use
23
+
24
+### Add dependencies
25
+```yaml
26
+dependencies:
27
+ infinite_cards: ^1.0.0
28
+```
29
30
### Build controller in initState
31
```dart
32
@override
README_cn.md
@@ -20,6 +20,12 @@ flutter run
## 如何使用
+### 添加依赖
### 构建Controller
example/pubspec.yaml
@@ -17,8 +17,7 @@ environment:
17
sdk: ">=2.1.0 <3.0.0"
18
19
dependencies:
- infinite_cards:
- path: ../
flutter:
sdk: flutter
0 commit comments