-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
22 lines (19 loc) · 820 Bytes
/
pubspec.yaml
File metadata and controls
22 lines (19 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: object
description: "Simplify the process of converting Dart objects to JSON and vice versa, making it easier to work with JSON data in Dart applications."
version: 1.2.6
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/object
environment:
sdk: '>=3.2.4 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
analyzer: ^6.2.0 # android ios linux macos web windows
cloud_firestore: ^5.4.4 # android ios macos web
intl: ^0.19.0 # android ios linux macos web windows
yaml: ^3.1.2 # android ios linux macos web windows
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0