Skip to content
/ fs_app Public

A fullstack gRPC Dart and Flutter example application

License

Notifications You must be signed in to change notification settings

jayjah/fs_app

Repository files navigation

Fullstack Application

This is a gRPC fullstack (Dart and Flutter) CRUD application.

NOTE: Application is configured with melos. So look into melos.yaml for any relevant shell script/command.

Example:

dart pub get && dart run melos run test

Project requirements

Project structure

  • packages/frontend

    -> Frontend module (graphical user interface && gRPC client) build with flutter.

  • packages/backend

    -> A backend module (gRPC server) build with dart.

  • packages/shared

    -> This module is shared between frontend and backend. It consists mostly of protobuf files and generated code.

About

A fullstack gRPC Dart and Flutter example application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published