Merge branch 'master' of https://gitee.com/starlock-cn/app-starlock
This commit is contained in:
commit
8b22a5449e
@ -1,8 +1,5 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||
import 'package:intl/date_symbol_data_local.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:star_lock/tools/eventBusEventManage.dart';
|
||||
|
||||
@ -26,7 +23,7 @@ class AdvancedCalendar extends StatefulWidget {
|
||||
this.startWeekDay,
|
||||
this.events,
|
||||
this.weekLineHeight = 32.0,
|
||||
this.preloadMonthViewAmount = 13,
|
||||
this.preloadMonthViewAmount = 24, //预加载的月视图
|
||||
this.preloadWeekViewAmount = 21,
|
||||
this.weeksInMonthViewAmount = 6,
|
||||
this.todayStyle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user