Mikkel Nygaard Ravn
2000435728
Move plugin injection to just after pub get ( #14743 )
2018-02-16 10:17:28 +01:00
Mikkel Nygaard Ravn
c2e1bc0322
Revert "Move plugin injection to just after pub get ( #14560 )" ( #14734 )
...
This reverts commit b3e4976ca2
.
2018-02-15 22:55:36 +01:00
Mikkel Nygaard Ravn
b3e4976ca2
Move plugin injection to just after pub get ( #14560 )
2018-02-15 22:17:12 +01:00
Alexandre Ardhuin
2e80bf1db7
unnessary parenthesis ( #14475 )
2018-02-06 09:00:11 +01:00
Alexandre Ardhuin
3c379aaf43
whitespace cleanup ( #14458 )
2018-02-05 22:20:21 +01:00
xster
4d2c2aaaa1
Revert pod install skip revert ( #13774 )
...
* Revert "Revert "Enable developers to run pod from terminal directly and skip pod install if possible. (#13374 )" (#13770 )"
This reverts commit 0759043e47
.
* some nits on cocoapods code
* put back the FLUTTER_FRAMEWORK_DIR env variable
2017-12-27 07:30:31 -08:00
xster
0759043e47
Revert "Enable developers to run pod from terminal directly and skip pod install if possible. ( #13374 )" ( #13770 )
...
This reverts commit c6a17525e8
.
2017-12-27 02:51:44 -08:00
KyleWong
c6a17525e8
Enable developers to run pod from terminal directly and skip pod install if possible. ( #13374 )
...
Avoids running pod install if .flutter-plugins and its flutter framework pod dependency didn't change
2017-12-27 01:27:15 -08:00
Zachary Anderson
927a143d79
[flutter_tools][plugins] generated registerWith guards against re-registration ( #13384 )
2017-12-08 09:38:02 -08:00
Mikkel Nygaard Ravn
4676e1d724
Add support for iOS plugin class prefix ( #13095 )
2017-11-20 13:27:21 +01:00
Mikkel Nygaard Ravn
030abfd49a
Provide user feedback on slow Gradle operations ( #11015 )
2017-06-29 11:54:03 +02:00
Mikkel Nygaard Ravn
10f6483003
Add Swift and Kotlin templates ( #10259 )
2017-05-24 08:22:50 +02:00
Mikkel Nygaard Ravn
76dbfe9a38
Fixed android template ( #9917 )
2017-05-09 14:41:39 +02:00
Mikkel Nygaard Ravn
c1feee93d3
iOS plugin registry ( #9818 )
2017-05-09 12:00:07 +02:00
Mikkel Nygaard Ravn
24a3e58cd0
Android plugin registry ( #9715 )
2017-05-09 11:43:19 +02:00
xster
2051669ac7
CocoaPods flow step 2 - don't pod install unless project has plugins ( #9741 )
...
* Revert "Revert "Don't try to resolve CocoaPods unless project has plugins" (#9719 )"
This reverts commit f739e9e022
.
* Remove channels integration test’s partial cocoapods artifacts
2017-05-03 11:19:59 -07:00
Ian Hickson
f739e9e022
Revert "Don't try to resolve CocoaPods unless project has plugins" ( #9719 )
...
* Revert "Document ScrollController (#9705 )"
This reverts commit ff8609f273
.
* Revert "Fix channels integration test (#9713 )"
This reverts commit aace622d3f
.
* Revert "Fix flutter view project's automated tests (#9712 )"
This reverts commit 1a4bf9b66d
.
* Revert "Update hello_world_memory_test package name (#9704 )"
This reverts commit ffa8483f3b
.
* Revert "Increment the flutter package version (#9699 )"
This reverts commit 3b237a8c62
.
* Revert "Don’t pod unless there are plugins (#9701 )"
This reverts commit 732f79eed7
.
2017-05-02 08:57:05 -07:00
xster
732f79eed7
Don’t pod unless there are plugins ( #9701 )
2017-05-01 13:37:45 -07:00
Michael Goderbauer
460561bad8
Make Flutter plugins usable from a Windows host ( #9599 )
...
Note: In a cross-platform context `Uri.path` is not a valid file path. Allways use `fs.path.fromUri` to convert.
2017-04-26 10:02:22 -07:00
Jakob Andersen
7ffa82aaf0
Inject plugin registration. ( #9216 )
...
Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins.
Fixes #7814 .
2017-04-10 15:44:19 +02:00
Jakob Andersen
b61e169011
Automatically wire dependencies for native plugins ( #8891 )
...
Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins.
In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
2017-03-23 14:59:12 +01:00