Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit fe7c457

Browse files
authored
Merge pull request #12 from fluttercommunity/dev
New Changes to Kotlin and Swift
2 parents 71a6302 + ea85a19 commit fe7c457

File tree

66 files changed

+664
-819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+664
-819
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Flutter",
9+
"request": "launch",
10+
"type": "dart",
11+
"program": "example/lib/main.dart"
12+
}
13+
]
14+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
* Updating for latest ios/android flutter plugin template
4+
15
## 1.0.1
26

37
* Android result added

android/.classpath

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/.gitignore

100755100644
File mode changed.

android/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/.idea/caches/build_file_checksums.ser

100755100644
0 Bytes
Binary file not shown.

android/.idea/codeStyles/Project.xml

100755100644
Lines changed: 112 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/gradle.xml

100755100644
Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/misc.xml

100755100644
Lines changed: 4 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)