| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-02 | 578 Bytes | |
| v7.7.1 source code.tar.gz | 2026-03-02 | 542.2 kB | |
| v7.7.1 source code.zip | 2026-03-02 | 696.2 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
[7.7.1] - 2026-03-02
Fixed
ArgumentsWrapperJSON serialization crash - Route arguments containing non-serializable objects (e.g. model instances, enums) would throw aJsonUnsupportedObjectErrorwhen Flutter'sNavigatorStatecalledjsonEncodeduring state restoration or post-navigation logging. A new_safeEncode()helper now recursively converts non-primitive values to safe representations before encoding- Missing
toJson()onArgumentsWrapper- AddedtoJson()method required by Flutter'sNavigatorStatefor JSON encoding route arguments