You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: consolidate SDK into insforge (pure Dart) + insforge_flutter
Merge the six pure-Dart feature packages (insforge_core, insforge_auth,
insforge_database, insforge_storage, insforge_functions, insforge_ai) and the
unified InsforgeClient into a single pure-Dart `insforge` package, organized
under src/{core,auth,database,storage,functions,ai}. InsforgeClient now
defaults sessionStorage to InMemorySessionStorage.
Extract the Flutter-only pieces (SecureSessionStorage, Insforge singleton) into
a new `insforge_flutter` package that re-exports `insforge` and supplies a
SecureSessionStorage by default in initialize().
Update the workspace, integration_tests, sample app, and CI to the new layout.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments