mangayomi-mirror/lib
NBA2K1 bc9d8f80fc Fix Exception on startup
════════ Exception caught by Flutter framework ═════════════════════════════════
The following assertion was thrown during runApp:
Zone mismatch.
The Flutter bindings were initialized in a different zone than is now being used. This will likely cause confusion and bugs as any zone-specific configuration will inconsistently use the configuration of the original binding initialization zone or this zone based on hard-to-predict factors such as which zone was active when a particular callback was set.
It is important to use the same zone when calling `ensureInitialized` on the binding as when calling `runApp` later.
To make this warning fatal, set BindingBase.debugZoneErrorsAreFatal to true before the bindings are initialized (i.e. as the first statement in `void main() { }`).

When the exception was thrown, this was the stack:
#0      BindingBase.debugCheckZone.<anonymous closure> (package:flutter/src/foundation/binding.dart:519:31)
binding.dart:519
#1      BindingBase.debugCheckZone (package:flutter/src/foundation/binding.dart:525:6)
binding.dart:525
#2      _runWidget (package:flutter/src/widgets/binding.dart:1680:18)
binding.dart:1680
#3      runApp (package:flutter/src/widgets/binding.dart:1616:3)
binding.dart:1616
#4      main.<anonymous closure> (package:mangayomi/main.dart:108:7)
main.dart:108
<asynchronous suspension>
════════════════════════════════════════════════════════════════════════════════
2026-04-06 17:47:01 +02:00
..
eval fixed JS syntax bug where titles containing double quotes were not properly escaped 2026-04-06 01:50:58 +02:00
ffi dart format 2025-05-30 17:43:42 +01:00
l10n Merge pull request #685 from NBA2K1/backup-compression 2026-04-06 12:59:00 +01:00
models Merge remote-tracking branch 'upstream/main' into backup-compression 2026-04-06 03:27:34 +02:00
modules Merge pull request #685 from NBA2K1/backup-compression 2026-04-06 12:59:00 +01:00
providers integrated ApkBridge for desktop 2026-04-04 23:05:51 +02:00
router added mass migration 2026-04-06 01:49:08 +02:00
services Merge pull request #686 from NBA2K1/main 2026-04-05 22:56:36 +01:00
src/rust Fix #643 2026-01-26 17:28:25 +01:00
utils refactor: enhance headers function for mihon source 2026-04-06 13:03:41 +01:00
main.dart Fix Exception on startup 2026-04-06 17:47:01 +02:00