liuyuqi-dellpc 2 years ago
parent
commit
4ea08b05ec
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/pages/home_page.dart

+ 3 - 0
lib/pages/home_page.dart

@@ -5,6 +5,9 @@ import 'package:flutter_audio_recorder/views/record_list.dart';
 import 'package:flutter_audio_recorder/views/recorder.dart';
 import 'package:path_provider/path_provider.dart';
 
+/// Description: 首页
+/// Time       : 04/04/2022 Monday
+/// Author     : liuyuqi.gov@msn.cn
 class HomePage extends StatefulWidget {
   const HomePage({Key? key}) : super(key: key);