Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:10:31.000Z (4 months ago)
- Last Synced: 2024-07-19T20:27:24.844Z (4 months ago)
- Topics: authentication, dart, flutter, gql, graphql, nhost, oauth2, serverless, storage
- Language: Dart
- Homepage: https://nhost.io
- Size: 1.74 MB
- Stars: 88
- Watchers: 8
- Forks: 30
- Open Issues: 28
-
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](https://i.imgur.com/ZenoUlM.png)
**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 | [![nhost_dart](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_dart.yaml/badge.svg)](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_dart.yaml) [![nhost_dart Pub](https://img.shields.io/pub/v/nhost_dart)](https://pub.dev/packages/nhost_dart) |
| [nhost_flutter_auth](packages/nhost_flutter_auth) | Flutter widgets for exposing Nhost authentication state to your app | [![nhost_flutter_auth](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_auth.yaml/badge.svg)](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_auth.yaml) [![nhost_flutter_auth Pub](https://img.shields.io/pub/v/nhost_flutter_auth)](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 | [![nhost_flutter_graphql](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_graphql.yaml/badge.svg)](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_flutter_graphql.yaml) [![nhost_flutter_auth Pub](https://img.shields.io/pub/v/nhost_flutter_graphql)](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 | [![nhost_graphql_adapter](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_graphql_adapter.yaml/badge.svg)](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_graphql_adapter.yaml) [![nhost_graphql_adapter Pub](https://img.shields.io/pub/v/nhost_graphql_adapter)](https://pub.dev/packages/nhost_graphql_adapter) |
| [nhost_gql_links](packages/nhost_gql_links) | (Internal) Library-independent GraphQL link setup | [![nhost_gql_links](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_gql_links.yaml/badge.svg)](https://github.com/nhost/nhost-dart/actions/workflows/test.nhost_gql_links.yaml) [![nhost_gql_links Pub](https://img.shields.io/pub/v/nhost_gql_links)](https://pub.dev/packages/nhost_gql_links) |