- SharedPreferences のライセンスキーを FlutterSecureStorage(Android 暗号化)に移行
- 既存ユーザー向け一回限りのマイグレーション処理を追加(ponshu_license_migrated_v1 フラグ)
- LicenseService.getCachedStatusOnly() を追加(ネットワーク不要の即時キャッシュ返却)
- licenseStatusProvider を FutureProvider から AsyncNotifier に変換
- main() でキャッシュを事前ロードし licenseInitialStatusProvider に渡すことで
起動時の loading → false → pro のちらつきを根本解消
- バックグラウンドでサーバー検証を実行し、差異があれば状態を更新
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| generated_plugin_registrant.cc | ||
| generated_plugin_registrant.h | ||
| generated_plugins.cmake | ||