- 05 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 24 Nov, 2021 2 commits
-
-
Mouad Debbar authored
This reverts commit 6a3ea7eb.
-
Jenn Magder authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 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
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 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`.
-
- 07 May, 2018 1 commit
-
-
Chris Bracken authored
Updates all example projects to build as universal binaries that run on both armv7 and arm64 now that we support both platforms on iOS.
-
- 16 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 29 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 04 May, 2017 1 commit
-
-
Chris Bracken 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
-