upgrade-to-flutter-3 #1

Merged
motia merged 9 commits from upgrade-to-flutter-2 into master 2022-09-11 16:22:21 +00:00
Showing only changes of commit 355b3cb4ef - Show all commits

View file

@ -247,7 +247,7 @@ class _HomeScreenState extends State<HomeScreen> {
SizedBox( SizedBox(
height: 20.0, height: 20.0,
), ),
ExpensesChart() Container(height: 200, width: 200, child: ExpensesChart())
], ],
) )
], ],