bugfix: resolve runtime issues - encoding accents, ListView dynamic heights, notifyListeners exceptions during build phase, and layout overflows
This commit is contained in:
@@ -28,7 +28,7 @@ class AppInitializer with ChangeNotifier {
|
||||
Future<void> initialize() async {
|
||||
if (_isInitialized || _isInitializing) return;
|
||||
_isInitializing = true;
|
||||
notifyListeners();
|
||||
scheduleMicrotask(() => notifyListeners());
|
||||
|
||||
try {
|
||||
// Initialiser Firebase
|
||||
|
||||
Reference in New Issue
Block a user