Update pubspec.yaml

This commit is contained in:
Ashita Prasad
2024-12-23 05:53:05 +05:30
parent 8b1525269c
commit b3f3d18abc

View File

@ -1,12 +1,19 @@
name: postman
description: Seamlessly convert Postman Collection Format v2.1 to Dart and vice versa.
version: 0.0.1-dev.2
version: 0.1.1
homepage: https://github.com/foss42/apidash
environment:
sdk: ^3.5.3
topics:
- postman
- collection
- api
- rest
- http
- network
environment:
sdk: ">=3.0.0 <4.0.0"
# Add regular dependencies here.
dependencies:
freezed_annotation: ^2.4.4