effortless-mgmt / ems_app

Effortless Management System Flutter App
3 stars 0 forks source link

Fix Hero animation on pop AllShiftsScreen #141

Open tlien opened 5 years ago

tlien commented 5 years ago

Card should not contain appointments before it has snapped back into place.

Could use WidgetsBinding.instance.addPostFrameCallback((_) => setState(() => buildComplete = true)); to add a callback after initState().

allshiftsscreen_bug