From 3e8ae14362f1d51ab27809b729c647cf43e20f41 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sun, 1 Apr 2018 01:32:31 +0200 Subject: [PATCH] upload to pub --- lib/country_code_picker.dart | 2 +- lib/{selectionDialog.dart => selection_dialog.dart} | 0 pubspec.yaml | 7 +++++-- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{selectionDialog.dart => selection_dialog.dart} (100%) diff --git a/lib/country_code_picker.dart b/lib/country_code_picker.dart index af0058c..f77be98 100644 --- a/lib/country_code_picker.dart +++ b/lib/country_code_picker.dart @@ -2,7 +2,7 @@ library country_code_picker; import 'package:country_code_picker/country_codes.dart'; import 'package:flutter/material.dart'; -import 'package:country_code_picker/selectionDialog.dart'; +import 'package:country_code_picker/selection_dialog.dart'; import 'package:country_code_picker/celement.dart'; class CountryCodePicker extends StatefulWidget { diff --git a/lib/selectionDialog.dart b/lib/selection_dialog.dart similarity index 100% rename from lib/selectionDialog.dart rename to lib/selection_dialog.dart diff --git a/pubspec.yaml b/pubspec.yaml index 83b56c3..e501f5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,11 @@ name: country_code_picker description: A flutter package for showing a country code selector. version: 0.0.1 -author: Salvatore Giordano -homepage: https://github.com/Salvatore-Giordano +author: Salvatore-Giordano +homepage: https://github.com/Salvatore-Giordano/CountryCodePicker + +environment: + sdk: ">=1.2.0 <=2.0.0" dependencies: flutter: