|
@@ -2,15 +2,18 @@
|
|
|
|
|
|
flutter getx demo 例子,
|
|
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
|
|
|
|
+```
|