- Create InouWebView widget with: - JavaScript bridge for native ↔ web communication - Auth cookie/token handling - Pull-to-refresh support - Loading indicator with progress - Offline/error state handling with retry - Enhance WebViewScreen with: - Full-screen WebView with optional app bar - Back button handling (WebView history first, then app nav) - Share functionality (copies to clipboard) - Menu actions (copy URL, open in browser) - Haptic feedback support via JS bridge - Add deep link handling in main.dart: - inou.com/app/* URLs open in WebView - Navigator route generation for deep links JS Bridge API: - window.inouNativeBridge.postMessage(action, data) - window.inouNativeBridge.share(title, text, url) - window.inouNativeBridge.haptic(type) - window.inouNativeBridge.setToken(token) - window.inouNativeBridge.logout() |
||
|---|---|---|
| android | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.md
inou_mobile
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.