Update version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
## 2.1.0
|
||||
## 3.0.0 - March 10 2023
|
||||
|
||||
- Support Flutter 3.7.0
|
||||
- Restructured package follow linter
|
||||
|
||||
## 2.0.2
|
||||
|
||||
|
||||
16
README.md
16
README.md
@@ -1,4 +1,8 @@
|
||||

|
||||

|
||||
[](https://pub.dartlang.org/packages/country_code_picker)
|
||||
[ LinkedIn](https://www.linkedin.com/in/salvatore-giordano/)
|
||||
[ LinkedIn](https://www.linkedin.com/in/chandra-abdul-fattah/)
|
||||
|
||||
# country_code_picker
|
||||
|
||||
@@ -167,3 +171,15 @@ Here is a list of properties available to customize your widget:
|
||||
## Contributions
|
||||
|
||||
Contributions of any kind are more than welcome! Feel free to fork and improve country_code_picker in any way you want, make a pull request, or open an issue.
|
||||
|
||||
|
||||
## Getting involved
|
||||
First of all, thank you for even considering to get involved. You are a real super :star: and we :heart: you!
|
||||
|
||||
### Reporting bugs and issues
|
||||
Use the configured [Github issue report template](https://github.com/imtoori/CountryCodePicker/issues/new?assignees=&labels=&template=bug_report.md&title=) when reporting an issue. Make sure to state your observations and expectations
|
||||
as objectively and informative as possible so that we can understand your need and be able to troubleshoot.
|
||||
|
||||
### Discussions and ideas
|
||||
We're happy to discuss and talk about ideas, post your
|
||||
question to [StackOverflow](https://stackoverflow.com/search?q=country+code+picker).
|
||||
14
ios/Flutter/Generated.xcconfig
Normal file
14
ios/Flutter/Generated.xcconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
// This is a generated file; do not edit or check into version control.
|
||||
FLUTTER_ROOT=/Users/bezzo/flutter
|
||||
FLUTTER_APPLICATION_PATH=/Users/bezzo/Desktop/CountryCodePicker
|
||||
COCOAPODS_PARALLEL_CODE_SIGN=true
|
||||
FLUTTER_TARGET=lib/main.dart
|
||||
FLUTTER_BUILD_DIR=build
|
||||
FLUTTER_BUILD_NAME=3.0.0
|
||||
FLUTTER_BUILD_NUMBER=3.0.0
|
||||
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
|
||||
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
|
||||
DART_OBFUSCATION=false
|
||||
TRACK_WIDGET_CREATION=true
|
||||
TREE_SHAKE_ICONS=false
|
||||
PACKAGE_CONFIG=.dart_tool/package_config.json
|
||||
13
ios/Flutter/flutter_export_environment.sh
Executable file
13
ios/Flutter/flutter_export_environment.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
# This is a generated file; do not edit or check into version control.
|
||||
export "FLUTTER_ROOT=/Users/bezzo/flutter"
|
||||
export "FLUTTER_APPLICATION_PATH=/Users/bezzo/Desktop/CountryCodePicker"
|
||||
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
||||
export "FLUTTER_TARGET=lib/main.dart"
|
||||
export "FLUTTER_BUILD_DIR=build"
|
||||
export "FLUTTER_BUILD_NAME=3.0.0"
|
||||
export "FLUTTER_BUILD_NUMBER=3.0.0"
|
||||
export "DART_OBFUSCATION=false"
|
||||
export "TRACK_WIDGET_CREATION=true"
|
||||
export "TREE_SHAKE_ICONS=false"
|
||||
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
|
||||
19
ios/Runner/GeneratedPluginRegistrant.h
Normal file
19
ios/Runner/GeneratedPluginRegistrant.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
// clang-format off
|
||||
|
||||
#ifndef GeneratedPluginRegistrant_h
|
||||
#define GeneratedPluginRegistrant_h
|
||||
|
||||
#import <Flutter/Flutter.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GeneratedPluginRegistrant : NSObject
|
||||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
#endif /* GeneratedPluginRegistrant_h */
|
||||
14
ios/Runner/GeneratedPluginRegistrant.m
Normal file
14
ios/Runner/GeneratedPluginRegistrant.m
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
// clang-format off
|
||||
|
||||
#import "GeneratedPluginRegistrant.h"
|
||||
|
||||
@implementation GeneratedPluginRegistrant
|
||||
|
||||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -1,8 +1,9 @@
|
||||
name: country_code_picker
|
||||
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
|
||||
version: 2.1.0
|
||||
homepage: https://github.com/imtoori/CountryCodePicker
|
||||
repository: https://github.com/imtoori/CountryCodePicker
|
||||
version: 3.0.0
|
||||
homepage: https://github.com/chandrabezzo/CountryCodePicker
|
||||
repository: https://github.com/chandrabezzo/CountryCodePicker
|
||||
issue_tracker: https://github.com/imtoori/CountryCodePicker/issues
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
||||
Reference in New Issue
Block a user