mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-13 20:16:10 +00:00

* fix: Networktype null safety issues Networktype returns nulls when the connectivity result is vpn resulting to null safety issues. Implemented a case for when the connectivity result is vpn to resolve this issue. * chore: update connectivity_plus_platform_interface ^1.2.2 * chore: update network state on Rust side Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>