From 78d2bd68532b8214d96d52c9aa6b66e40ef2d4bb Mon Sep 17 00:00:00 2001 From: Sonu Sharma Date: Fri, 29 May 2020 23:43:05 +0530 Subject: [PATCH] :bookmark: Release plugin v0.0.1 --- CHANGELOG.md | 5 +++-- pubspec.yaml | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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: