Browse Source

Update 'README.md'

天问 11 months ago
parent
commit
18cfea7810
1 changed files with 11 additions and 8 deletions
  1. 11 8
      README.md

+ 11 - 8
README.md

@@ -2,15 +2,18 @@
 
 flutter getx demo 例子,
 
-## Getting Started
+## Develop
 
-This project is a starting point for a Flutter application.
+环境:
 
-A few resources to get you started if this is your first Flutter project:
+* Flutter 3.7.7 • channel unknown • unknown source
+* Framework • revision 2ad6cd72c0 (3 months ago) • 2023-03-08 09:41:59 -0800
+* Engine • revision 1837b5be5f
+* Tools • Dart 2.19.4 • DevTools 2.20.1
 
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
 
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+构建:
+
+```
+flutter build apk
+```