prepared911 / foundation_flutter

Foundational functionality for graphical applications
MIT License
0 stars 0 forks source link

`createHomeWidget` called twice #2

Closed Nealsoni00 closed 3 years ago

Nealsoni00 commented 3 years ago

firebase & FCM initialized in createHomeWidget are called twice -- I think this is an expensive operation

image

Nealsoni00 commented 3 years ago

I think this only happens during hot-reload -- in which case we can probably ignore it

Nealsoni00 commented 3 years ago

Never mind, happens during tab switching when u click the admin tab (on a fresh start). It causes a flash on every tab switch (preventing animation). image

darkfrog26 commented 3 years ago

Very strange. I'll look into it.