- 15 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 10 Jul, 2019 1 commit
-
-
gaaclarke authored
Fixed build of example code to use new binary messenger API.
-
- 08 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 27 Sep, 2018 1 commit
-
-
James D. Lin authored
Improve Swift usage in platform_channel_swift some more Make a bunch of changes that willlarche requested in https://github.com/flutter/flutter/pull/21712: * Use `static let` within `enum` namespaces for String constants. * Use `guard` for early exits and to avoid forced unwrapping. * Explicitly qualify a selector. * Fix a retain cycle by using a weak reference.
-
- 26 Sep, 2018 1 commit
-
-
James D. Lin authored
Make platform_channels_swift use more idiomatic Swift * Remove semicolons. * `if (condition)` => `if condition`. * `Class.init(...)` => `Class(...)`. * Remove `break` statements from `switch` cases. * Remove some unnecessary uses of `self`.
-
- 29 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 18 Apr, 2017 3 commits
-
-
Mikkel Nygaard Ravn authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 30 Mar, 2017 1 commit
-
-
Sarah Zakarias authored
* wip * wip * delete main.m * readd main.m * update to use new channel api * update android * removed android/ * remove debug print * remomved main.m * Update year in copyright * break long line and update name * mit comments * update examples/README * break line * update README * update test
-