mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-26 05:59:08 +08:00
1.新增 progress 进度为100时显示✅
2.主页面与次页面数据共享
This commit is contained in:
@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:todo_list/logic/all_logic.dart';
|
||||
import 'package:todo_list/json/task_bean.dart';
|
||||
|
||||
|
||||
class MainPageModel extends ChangeNotifier{
|
||||
|
||||
MainPageLogic logic;
|
||||
|
Reference in New Issue
Block a user