-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (41 loc) · 1.08 KB
/
pubspec.yaml
File metadata and controls
46 lines (41 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: prisma_flutter_connector
description: >-
A type-safe Flutter connector for Prisma backends. Generate Dart models
and type-safe APIs from your Prisma schema with support for PostgreSQL,
MySQL, SQLite, and Supabase.
version: 0.3.8
homepage: https://github.com/teetangh/prisma-flutter-connector
repository: https://github.com/teetangh/prisma-flutter-connector
issue_tracker: https://github.com/teetangh/prisma-flutter-connector/issues
documentation: https://github.com/teetangh/prisma-flutter-connector#readme
topics:
- prisma
- orm
- database
- code-generation
- graphql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
args: ^2.4.2
flutter:
sdk: flutter
freezed_annotation: ">=2.4.1 <4.0.0"
gql: ^1.0.0
graphql_flutter: ^5.1.0
json_annotation: ^4.9.0
mysql1: ^0.20.0
postgres: ^3.0.0
sqflite: ^2.3.0
supabase_flutter: ^2.5.0
web_socket_channel: ">=2.4.0 <4.0.0"
dev_dependencies:
build_runner: ^2.4.6
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
freezed: ^3.0.6
json_serializable: ^6.8.0
test: ^1.25.0
executables:
generate: