diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..c9dab76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.1] - 29 May 2020 -* TODO: Describe initial release. +* Add countries search method +* Add country data filter functionality \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2278989..8b69675 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: country_provider description: A new Flutter package project. version: 0.0.1 -author: -homepage: +homepage: https://github.com/TheAlphamerc/country_provider environment: sdk: ">=2.7.0 <3.0.0" @@ -10,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - http: + http: ^0.12.1 dev_dependencies: flutter_test: