diff --git a/honey/pubspec.yaml b/honey/pubspec.yaml index 68b9293..593a97b 100644 --- a/honey/pubspec.yaml +++ b/honey/pubspec.yaml @@ -10,12 +10,12 @@ environment: dependencies: antlr4: ^4.11.1 - collection: ^1.15.0 + collection: ^1.18.0 flutter: sdk: flutter flutter_test: sdk: flutter - intl: ^0.17.0 + intl: ^0.19.0 dev_dependencies: very_good_analysis: ^3.1.0 diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..593a97b --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,21 @@ +name: honey +description: The sweet side of testing. An end to end testing framework for Flutter. +version: 0.1.2 +homepage: https://honey.dev +repository: https://github.com/clickup/honey + +environment: + sdk: ">=2.18.0 <3.0.0" + flutter: ">=3.0.0" + +dependencies: + antlr4: ^4.11.1 + collection: ^1.18.0 + flutter: + sdk: flutter + flutter_test: + sdk: flutter + intl: ^0.19.0 + +dev_dependencies: + very_good_analysis: ^3.1.0