Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 369 Bytes

FLUTTER_VERSION.md

File metadata and controls

17 lines (11 loc) · 369 Bytes

Flutter version

This project aims to keep the Flutter version up-to-date with the latest stable release. See the section below for the latest version officially supported by this project.

Current version

3.22.3

Pin Flutter version

cd ~/flutter
git checkout 3.22.3
flutter doctor

See also: Multiple flutter versions