Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.19 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.19 KB

dyathara

Framework for building modular Flutter apps with TypeScript & Prisma

Inspired by React Native, provides a way to build fast stable apps that can lean on the existing Flutter & JS ecosystems.

Utilizes several technologies:

  • Flutter - Native cross-platform app framework using the Dart language, built by Google.
  • TypeScript - Transpiled JavaScript flavor providing an experience closer to languages like C#, built by Microsoft.
  • Prisma - Database ORM framework with a blazing fast Rust core to interface your schema with TypeScript without manually writing/generating query language.
  • @openwebf/mercury - Flutter library for running a full JavaScript environment via an optimized fork of the QuickJS engine & W3C-compliant polyfills, based on a webapp framework initially developed with Alibaba.
  • @medz/prisma-library - C bindings for the Rust Prisma Engine.
  • sqflite_common_ffi - Flutter library for using sqlite.