https://github.com/nhost/nhost-dart
Nhost Dart & Flutter packages
https://github.com/nhost/nhost-dart
authentication dart flutter gql graphql nhost oauth2 serverless storage
Last synced: 30 days ago
JSON representation
Nhost Dart & Flutter packages
- Host: GitHub
- URL: https://github.com/nhost/nhost-dart
- Owner: nhost
- License: mit
- Created: 2021-04-07T18:39:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:46:49.000Z (3 months ago)
- Last Synced: 2025-03-28T09:11:52.260Z (about 1 month ago)
- Topics: authentication, dart, flutter, gql, graphql, nhost, oauth2, serverless, storage
- Language: Dart
- Homepage: https://nhost.io
- Size: 1.8 MB
- Stars: 91
- Watchers: 6
- Forks: 32
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
#
Nhost Packages for Dart & Flutter

**Nhost is an open source Firebase alternative with GraphQL,** built with the following things in mind:
- Open Source
- GraphQL
- SQL
- Great Developer ExperienceNhost consists of open source software:
- Database: [PostgreSQL](https://www.postgresql.org/)
- Instant GraphQL API: [Hasura](https://hasura.io/)
- Authentication: [Hasura Auth](https://github.com/nhost/hasura-auth/)
- Storage: [Hasura Storage](https://github.com/nhost/hasura-storage)
- Serverless Functions: Node.js (JavaScript and TypeScript)
- [Nhost CLI](https://docs.nhost.io/cli) for local development## Architecture of Nhost
![]()
Visit [https://docs.nhost.io](http://docs.nhost.io) for the complete documentation.
# Get Started
| Package | | |
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [nhost_dart](packages/nhost_dart) | Authentication, file storage, and serverless function API clients | [](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_dart.yaml) [](https://pub.dev/packages/nhost_dart) |
| [nhost_flutter_auth](packages/nhost_flutter_auth) | Flutter widgets for exposing Nhost authentication state to your app | [](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_auth.yaml) [](https://pub.dev/packages/nhost_flutter_auth) |
| [nhost_flutter_graphql](packages/nhost_flutter_graphql) | Flutter widgets for providing Nhost GraphQL connections, for use with the [graphql_flutter](https://pub.dev/packages/graphql_flutter) package | [](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_graphql.yaml) [](https://pub.dev/packages/nhost_flutter_graphql) |
| [nhost_graphql_adapter](packages/nhost_graphql_adapter) | GraphQL connection setup, for use with the [graphql](https://pub.dev/packages/graphql) package | [](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_graphql_adapter.yaml) [](https://pub.dev/packages/nhost_graphql_adapter) |
| [nhost_gql_links](packages/nhost_gql_links) | (Internal) Library-independent GraphQL link setup | [](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_gql_links.yaml) [](https://pub.dev/packages/nhost_gql_links) |