diff --git a/CHANGELOG.md b/CHANGELOG.md index 67942ec..bfb5090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + +- Point Of Interest and Information Template added. + ## 1.0.1 - CarPlay List Template issue #4 fixed. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64d62cc..257b075 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,6 @@ -# CONTRIBUTING +## Contributing + - Pull Requests are always welcome. - Pull Request Reviews are even more welcome! I need help in testing. - If you are interested in contributing more actively, please contact me at info@oguzhanatalay.com Thanks! -- If you want to help in coding, join [Slack Channel](https://join.slack.com/t/fluttercarplay/shared_invite/zt-v67vdugx-8RfFPdCUPKXCQ_J4gY94vQ), so we can chat over there. +- If you want to help in coding, join [Discord Server](https://discord.gg/Xz6WVezFfh), so we can chat over there. diff --git a/example/pubspec.lock b/example/pubspec.lock index c10bff6..90f35d8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.0.2" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.lock b/pubspec.lock index 7c7a601..783f9a4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.7.0" + version: "2.8.2" boolean_selector: dependency: transitive description: @@ -21,7 +21,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" charcode: dependency: transitive description: @@ -87,7 +87,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.10" + version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -148,7 +155,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.1" + version: "0.4.8" typed_data: dependency: transitive description: @@ -169,7 +176,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=2.14.0 <3.0.0" flutter: ">=1.20.0" diff --git a/pubspec.yaml b/pubspec.yaml index ead60ef..0351c42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_carplay description: Flutter Apps are now on Apple CarPlay. This package aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/oguzhnatly/flutter_carplay#readme repository: https://github.com/oguzhnatly/flutter_carplay issue_tracker: https://github.com/oguzhnatly/flutter_carplay/issues