From aca22ac29bb28bac530b71badff541d267836071 Mon Sep 17 00:00:00 2001 From: Chandra Abdul Fattah Date: Fri, 10 Mar 2023 17:51:43 +0700 Subject: [PATCH] Update version --- CHANGELOG.md | 3 ++- README.md | 16 ++++++++++++++++ ios/Flutter/Generated.xcconfig | 14 ++++++++++++++ ios/Flutter/flutter_export_environment.sh | 13 +++++++++++++ ios/Runner/GeneratedPluginRegistrant.h | 19 +++++++++++++++++++ ios/Runner/GeneratedPluginRegistrant.m | 14 ++++++++++++++ pubspec.yaml | 7 ++++--- 7 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 ios/Flutter/Generated.xcconfig create mode 100755 ios/Flutter/flutter_export_environment.sh create mode 100644 ios/Runner/GeneratedPluginRegistrant.h create mode 100644 ios/Runner/GeneratedPluginRegistrant.m diff --git a/CHANGELOG.md b/CHANGELOG.md index aff8516c..4d903a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f5b73030..c6ee2f2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ +![GitHub code size](https://img.shields.io/github/languages/code-size/chandrabezzo/CountryCodePicker) +![GitHub contributors](https://img.shields.io/github/contributors/chandrabezzo/CountryCodePicker) [![Pub](https://img.shields.io/pub/v/country_code_picker.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Linkedin](https://i.stack.imgur.com/gVE0j.png) LinkedIn](https://www.linkedin.com/in/salvatore-giordano/) +[![Linkedin](https://i.stack.imgur.com/gVE0j.png) 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). \ No newline at end of file diff --git a/ios/Flutter/Generated.xcconfig b/ios/Flutter/Generated.xcconfig new file mode 100644 index 00000000..015ea0e5 --- /dev/null +++ b/ios/Flutter/Generated.xcconfig @@ -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 diff --git a/ios/Flutter/flutter_export_environment.sh b/ios/Flutter/flutter_export_environment.sh new file mode 100755 index 00000000..06333d0c --- /dev/null +++ b/ios/Flutter/flutter_export_environment.sh @@ -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" diff --git a/ios/Runner/GeneratedPluginRegistrant.h b/ios/Runner/GeneratedPluginRegistrant.h new file mode 100644 index 00000000..7a890927 --- /dev/null +++ b/ios/Runner/GeneratedPluginRegistrant.h @@ -0,0 +1,19 @@ +// +// Generated file. Do not edit. +// + +// clang-format off + +#ifndef GeneratedPluginRegistrant_h +#define GeneratedPluginRegistrant_h + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface GeneratedPluginRegistrant : NSObject ++ (void)registerWithRegistry:(NSObject*)registry; +@end + +NS_ASSUME_NONNULL_END +#endif /* GeneratedPluginRegistrant_h */ diff --git a/ios/Runner/GeneratedPluginRegistrant.m b/ios/Runner/GeneratedPluginRegistrant.m new file mode 100644 index 00000000..efe65ecc --- /dev/null +++ b/ios/Runner/GeneratedPluginRegistrant.m @@ -0,0 +1,14 @@ +// +// Generated file. Do not edit. +// + +// clang-format off + +#import "GeneratedPluginRegistrant.h" + +@implementation GeneratedPluginRegistrant + ++ (void)registerWithRegistry:(NSObject*)registry { +} + +@end diff --git a/pubspec.yaml b/pubspec.yaml index fb6f63ab..ebc0837d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'