The best practice for building a Nostr-native cross-platform app is Rust + Flutter:
• Rust: networking, storage, and protocol algorithms
• Flutter: UI and application/business logic
This approach is currently used by 0xchat & XChat, as well as Keychat, Aegis, and Whitenoise.
water783