forked from Stacked-Org/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
33 lines (30 loc) · 823 Bytes
/
pubspec.yaml
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
name: stacked_generator
description: Stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application
version: 1.6.1
homepage: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_generator
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
build: ^2.2.1
path: ^1.8.0
recase: ^4.0.0
source_gen: ^1.2.7
meta: ^1.10.0
logger: ^1.1.0
stacked_shared: ^1.3.0
# Removing this will cause issues when publish the package
analyzer: ^6.3.0
dart_style: ^2.3.4
code_builder: ^4.3.0
collection: ^1.16.0
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
xdg_directories: ^1.0.4
dev_dependencies:
build_runner: ^2.0.6
test: ^1.20.1
build_test: ^2.1.5
flutter_lints: ^3.0.1
freezed: ^2.3.2
json_serializable: ^6.6.1
mockito: ^5.4.4