We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95b0ae commit cc5a16dCopy full SHA for cc5a16d
2 files changed
README.md
@@ -36,15 +36,15 @@ Then create a project with a descriptive name.
36
### 2. Add Wiredash to your pubspec.yaml
37
38
```bash
39
-$ flutter pub add wiredash:^2.5.0
+$ flutter pub add wiredash:^2.6.0
40
```
41
42
```yaml
43
dependencies:
44
flutter:
45
sdk: flutter
46
...
47
- wiredash: ^2.5.0
+ wiredash: ^2.6.0
48
49
50
### 3. Wrap your root widget with Wiredash
lib/src/core/version.dart
@@ -53,4 +53,5 @@
53
/// 230 -> 2.3.0
54
/// 240 -> 2.4.0
55
/// 250 -> 2.5.0
56
-const wiredashSdkVersion = 250;
+/// 260 -> 2.6.0
57
+const wiredashSdkVersion = 260;
0 commit comments