Chris Bracken
c9d73d3a45
Enable universal iOS binaries for examples ( #17357 )
...
Updates all example projects to build as universal binaries that run on
both armv7 and arm64 now that we support both platforms on iOS.
2018-05-07 14:13:40 -07:00
Mikkel Nygaard Ravn
31a0a5f4d0
Remove generated files from repo ( #14697 )
2018-02-16 12:33:21 +01:00
Sarah Zakarias
68bf4b3c62
Remove app.flx and add flutter_assets to project.pbxproj of all example apps ( #13649 )
2017-12-18 20:08:30 +01:00
Greg Spencer
909406ba25
Consolidating .gitignore files. ( #13002 )
...
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
2017-11-28 17:06:57 -08:00
Mikkel Nygaard Ravn
178f446d71
Add generated plugin registry ( #10375 )
2017-05-29 14:10:29 +02:00
Chris Bracken
2da63e4657
Update example project .gitignores to latest template ( #10188 )
...
Under android/ directory, ignore:
GeneratedPluginRegistrant.java
Under ios/ directory, ignore:
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
Pods/
2017-05-18 18:09:51 -07:00
Chris Bracken
461054687e
Move platform_channel example to latest template ( #9777 )
2017-05-03 15:27:26 -07:00
Michael Thomsen
c313984409
Exclude generated PluginRegistry files from git ( #9555 )
2017-04-24 15:23:18 +02:00
Michael Thomsen
7a57d37195
Add Pods cache dir to ios/.gitignore ( #9464 )
...
* Add Pods cache dir to ios/.gitngnore
* Add missing ending newlines
2017-04-21 13:18:05 +02:00
Mikkel Nygaard Ravn
d2efd189db
Fix compile error ( #9449 )
2017-04-18 22:05:36 +02:00
Mikkel Nygaard Ravn
945cfc3ee2
Make naming consistent across channel APIs ( #9270 )
2017-04-18 15:23:15 +02:00
Sarah Zakarias
752d6096a6
Query battery state on startup in iOS Platform Channel examples ( #9437 )
2017-04-18 14:59:33 +02:00
Sarah Zakarias
4a4d100b91
Add battery charging status to Platform Channel example ( #9147 )
2017-04-05 09:40:35 +02:00
Sarah Zakarias
3e6a2c7636
cleanup platform_channel ( #9099 )
2017-03-30 13:27:48 +02:00
Mikkel Nygaard Ravn
471c97df30
Platform channel API cleanup ( #9048 )
2017-03-30 08:27:13 +02:00
Chris Bracken
002ba64bc1
Migrate platform_channel to updated API ( #9094 )
...
See flutter/engine#3539
2017-03-29 17:59:45 -07:00
Sarah Zakarias
d274888be6
Rename platform_services to platform_channel ( #9018 )
...
* Rename platform_services to platform_channel
* rename in README
* renamed tests
* update modules.xml
2017-03-27 11:17:31 +02:00