Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.53 KB

GraphQL and Riverpod Demonstration

It is a flutter test project to demonstrate my flutter skills. Here users can sign up and login themselves using email and password. It uses the ISAR database

Riverpod is used for the state management and ISAR is used as the database. It also has the connection with GraphQL url which shows the data about the countries.

Snapshots

  • Video demonstrating the flow of the app

    recoding_compressed.mp4
  • Snapshot of the ISAR database inspector

    <ISAR_inspector>

Getting Started

It uses Flutter SDK 3.10.6, better user FVM. https://fvm.app/documentation/getting-started

Packages used:

Get Started With ISAR Database

GraphQL Example Resource

Don't have idea about flutter?

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.