upload to pub

This commit is contained in:
Salvatore Giordano
2018-04-01 01:32:31 +02:00
parent 9e63c6d0f7
commit 3e8ae14362
3 changed files with 6 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 <salvatoregiordanoo@gmail.com>
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
environment:
sdk: ">=1.2.0 <=2.0.0"
dependencies:
flutter: