|
@@ -4,6 +4,7 @@ import 'package:flutter/foundation.dart';
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
import 'package:get/get.dart';
|
|
|
+import 'package:naiyouwl/app/common/constants.dart';
|
|
|
import 'package:naiyouwl/app/component/button_select.dart';
|
|
|
import 'package:naiyouwl/app/component/connection_status.dart';
|
|
|
import 'package:naiyouwl/app/component/connection_widget.dart';
|
|
@@ -210,7 +211,7 @@ class HomeView extends GetView<HomeController> {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ Text(kVersion)
|
|
|
],
|
|
|
);
|
|
|
})
|