Initial commit: CleanPlate shared Dart package
Domain models, enums, constants, validators shared between frontend and backend.
This commit is contained in:
19
pubspec.yaml
Normal file
19
pubspec.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: cleanplate_shared
|
||||
description: Shared models, enums, and utilities for CleanPlate recipe app
|
||||
version: 0.1.0
|
||||
publish_to: 'none'
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
||||
dependencies:
|
||||
json_annotation: ^4.9.0
|
||||
freezed_annotation: ^2.4.0
|
||||
equatable: ^2.0.7
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.0
|
||||
json_serializable: ^6.8.0
|
||||
freezed: ^2.5.0
|
||||
lints: ^5.0.0
|
||||
test: ^1.24.0
|
||||
Reference in New Issue
Block a user