update dir ; move settings from main page to settings_page

This commit is contained in:
csf
2022-02-28 21:26:44 +08:00
parent e6b1ff40be
commit 6206c8f900
10 changed files with 489 additions and 403 deletions

View File

@@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
class ChatModel with ChangeNotifier {
}