forked from flutter/genui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 760 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 760 Bytes
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
# Copyright 2025 The Flutter Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: genui_monorepo
publish_to: none
license: BSD-3-Clause
environment:
sdk: ">=3.9.2 <4.0.0"
flutter: ">=3.35.7 <4.0.0"
workspace:
- examples/catalog_gallery
- examples/custom_backend
- examples/simple_chat
- examples/travel_app
- examples/verdure/client
- packages/genui
- packages/genui_a2ui
- packages/genui_a2ui/example
- packages/genui_dartantic
- packages/genui_dartantic/example
- packages/genui_firebase_ai
- packages/genui_google_generative_ai
- packages/json_schema_builder
- tool/fix_copyright
- tool/release
- tool/test_and_fix
flutter:
uses-material-design: true