fzyzcjy
92969ba8ca
Remove @NonNull to avoid warning ( #129472 )
...
Otherwise android studio complains:
> Do not use @NonNull in Kotlin; the nullability is already implied by the Kotlin type MethodCall not ending with ?

2023-06-29 21:34:31 +00:00
stuartmorgan
ef49f5661b
Add Android unit tests to plugin template ( #120720 )
...
* Add Java tests
* Add Kotlin
* Add integration testing
* Add cerate tests
2023-02-15 17:25:23 +00:00
Ayush Bherwani
6acd466a1f
remove unused import ( #77202 )
2021-03-08 14:44:02 -08:00
Ayush Bherwani
87ee003f0c
replaces deprecated api usage for android ( #62515 )
2020-07-29 21:36:04 -07:00
xster
8bd2e6585b
Remove v1 Android create templates ( #61203 )
2020-07-11 12:15:19 -07:00
Emmanuel Garcia
4049889d9e
Make --androidx flag a noop in flutter create ( #52340 )
2020-03-10 20:05:41 -07:00
Gonçalo Palma
73275f0815
Change reference to current class when setting the MethodChannel ( #48806 )
...
* Change reference to current class when setting the MethodChannel
* Added reference to MethodChannel and detach it from the engine
2020-01-26 13:34:04 +01:00
xster
cf95cd4394
Add v1 plugin register function into v2 plugin template ( #44166 )
2019-11-05 20:03:50 -08:00
Emmanuel Garcia
08c645b3b2
Test the Android embedding v2 ( #42708 )
...
* Test the Android embedding v2
* Update integration tests
* Split into shards
2019-10-16 21:26:10 -07:00
Emmanuel Garcia
5961bcc505
Generate projects using the new Android embedding ( #41666 )
...
* Generate projects using the new Android embedding
* Add comment about usesNewEmbedding:true
* Feedback
* Rework way to detect new embedding in new apps
2019-10-04 06:23:03 -07:00
Stanislav Baranov
323d1574c6
newly created apps / plugins should use latest gradle dependencies ( #22790 ) ( #23314 )
2018-10-19 19:07:06 -07:00
Yegor
82d6589590
Revert "newly created apps / plugins should use latest gradle dependencies ( #22790 )" ( #23263 )
...
This reverts commit 751c083f7d .
Our buildbots need to be upgraded to a newer version of the Android SDK.
2018-10-18 14:17:47 -07:00
Sebastian Roth
751c083f7d
newly created apps / plugins should use latest gradle dependencies ( #22790 )
2018-10-18 12:56:18 -07:00
Todd Volkert
e9c7f604e9
Make generated Java folder names match package names. ( #10537 )
2017-06-07 13:16:16 -07:00
Mikkel Nygaard Ravn
251d83a4b5
Add org option to flutter create ( #10290 )
2017-05-24 16:19:16 +02:00
Mikkel Nygaard Ravn
10f6483003
Add Swift and Kotlin templates ( #10259 )
2017-05-24 08:22:50 +02:00