cd: increment flutter version

This commit is contained in:
Kingkor Roy Tirtho 2023-11-22 21:54:56 +06:00
parent 42dd4d68e7
commit 82593f1d65
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.0",
"flutterSdkVersion": "3.16.0",
"flavors": {}
}

View File

@ -26,7 +26,7 @@ on:
default: true
env:
FLUTTER_VERSION: '3.13.2'
FLUTTER_VERSION: '3.16.0'
jobs:
windows:

View File

@ -119,7 +119,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt
Do the following:
- Download the latest Flutter SDK (>=3.10.0) & enable desktop support
- Download the latest Flutter SDK (>=3.16.0) & enable desktop support
- Install Development dependencies in linux
- Debian (>=12/Bookworm)/Ubuntu
```bash