"异常发生。FlutterError(无法加载资产:packages/timezone/data/2020a.tzf)"。我不能简单地运行SfCalendar小部件。下面是我的代码:
return Scaffold(
backgroundColor: Colors.transparent,
appBar: AppBar(
title: Text(
'Calendar View',
style: TextStyle(fontSize: 22, fontWeight: FontWeight.w500),
),
centerTitle: true,
backgroundColor: Color(0xFF57A0D3),
elevation: 0.0,
),
body: Container(
child: SfCalendar(
view: CalendarView.month,
),
),
);
执行flutter clean
并重启应用程序,然后在终端执行flutter pub get
。它对我有效