feat: add nhost_flutter example app#191
Open
IldySilva wants to merge 10 commits into
Open
Conversation
(cherry picked from commit fc9b57e)
(cherry picked from commit d55d79f)
(cherry picked from commit f3d762e)
(cherry picked from commit 37583f8)
(cherry picked from commit 04c2f09)
(cherry picked from commit b82b6c9)
SDK-layer changes underpinning the nhost_flutter package: hasura_auth_client, nhost_auth_dart auth_client, nhost_dart exports. (split from bf39230)
…ensions) The complete nhost_flutter package: NhostProvider, auth_state, secure_auth_store, auth_client_extensions, and auth widgets, with tests. (split from bf39230; includes the auth_state_test import cleanup so the package is analyzer-clean on its own)
Example Flutter app (iOS runner, icons, config, main). Uses lints/recommended so the example analyzes cleanly on its own. (split from bf39230)
(cherry picked from commit 6784fae)
PVUL
self-requested a review
July 14, 2026 11:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 5 of the split of draft #184. Adds the example application for the
nhost_flutterpackage.What's here
packages/nhost_flutter/example: The complete Flutter example application demonstrating how to integrate and use thenhost_flutterSDK.