We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f82be commit 264e506Copy full SHA for 264e506
README.md
@@ -23,19 +23,12 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
23
24
## Download apk [here](https://nightly.link/hoc081098/node-auth-flutter-BLoC-pattern-RxDart/workflows/flutter/master/app.zip)
25
26
-## Flutter version: channel stable
+## Flutter version (stable channel)
27
28
```yaml
29
environment:
30
- sdk: ">=2.17.1 <3.0.0"
31
- flutter: ">=3.0.1"
32
-```
33
-
34
-```shell
35
-Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git
36
-Framework • revision fb57da5f94 (2 weeks ago) • 2022-05-19 15:50:29 -0700
37
-Engine • revision caaafc5604
38
-Tools • Dart 2.17.1 • DevTools 2.12.2
+ sdk: ^3.4.3
+ flutter: ">=3.22.2"
39
```
40
41
## Screenshots
0 commit comments