mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
308 B
18 lines
308 B
4 months ago
|
name: compass_model
|
||
|
description: Compass App Data Model
|
||
|
publish_to: 'none'
|
||
|
version: 1.0.0
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.4.3
|
||
|
|
||
|
dev_dependencies:
|
||
|
build_runner: ^2.4.11
|
||
|
freezed: ^2.5.7
|
||
|
json_serializable: ^6.8.0
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|
||
|
dependencies:
|
||
|
freezed_annotation: ^2.4.4
|
||
|
json_annotation: ^4.9.0
|