From 7616fd096136d8697a4734ec48b8efe927f0390f Mon Sep 17 00:00:00 2001 From: Rex Isaac Raphael Date: Fri, 2 Aug 2019 11:21:24 +0200 Subject: [PATCH] made new release with support for iOS --- .all-contributorsrc | 19 ++++++++++--------- .gitignore | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 573e6ec..a1f3883 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -30,6 +30,16 @@ "doc" ] }, + { + "login": "krispypen", + "name": "Kris Pypen", + "avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4", + "profile": "http://krispypen.github.io/", + "contributions": [ + "code", + "doc" + ] + }, { "login": "lorant-csonka-planorama", "name": "Lorant Csonka", @@ -38,15 +48,6 @@ "contributions": [ "doc" ] - }, - { - "login": "krispypen", - "name": "Kris Pypen", - "avatar_url": "https://avatars1.githubusercontent.com/u/156955?v=4", - "profile": "http://krispypen.github.io/", - "contributions": [ - "code" - ] } ], "contributorsPerLine": 7 diff --git a/.gitignore b/.gitignore index d9ee87c..f6748aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ *.iws .idea/ +node_modules/ +./package.json +.idea/ + # Visual Studio Code related .vscode/ diff --git a/README.md b/README.md index 9ca2331..76a3b6f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to ```yaml dependencies: - flutter_unity_widget: ^0.1.5 + flutter_unity_widget: ^0.1.6 ``` Now inside your Dart code you can import it. @@ -323,8 +323,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Rex Raphael
Rex Raphael

💻 📖 Thomas
Thomas

💻 📖 - Lorant Csonka
Lorant Csonka

📖 Kris Pypen
Kris Pypen

💻 + Lorant Csonka
Lorant Csonka

📖 diff --git a/pubspec.yaml b/pubspec.yaml index 2828df2..31a2fa5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_unity_widget description: Flutter unity 3D widget for embedding unity in flutter -version: 0.1.5 +version: 0.1.6 authors: - Rex Raphael - Thomas Stockx