upload to pub
This commit is contained in:
@@ -2,7 +2,7 @@ library country_code_picker;
|
|||||||
|
|
||||||
import 'package:country_code_picker/country_codes.dart';
|
import 'package:country_code_picker/country_codes.dart';
|
||||||
import 'package:flutter/material.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';
|
import 'package:country_code_picker/celement.dart';
|
||||||
|
|
||||||
class CountryCodePicker extends StatefulWidget {
|
class CountryCodePicker extends StatefulWidget {
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
name: country_code_picker
|
name: country_code_picker
|
||||||
description: A flutter package for showing a country code selector.
|
description: A flutter package for showing a country code selector.
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
author: Salvatore Giordano
|
author: Salvatore-Giordano <salvatoregiordanoo@gmail.com>
|
||||||
homepage: https://github.com/Salvatore-Giordano
|
homepage: https://github.com/Salvatore-Giordano/CountryCodePicker
|
||||||
|
|
||||||
|
environment:
|
||||||
|
sdk: ">=1.2.0 <=2.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|||||||
Reference in New Issue
Block a user