1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Brett Morgan
b34cc5671a Add flutter_lints (#808) 2021-06-09 06:48:39 +10:00
Brett Morgan
fc1fe989fb Add flutter_lints (#813) 2021-06-07 15:56:21 -07:00
Brett Morgan
c8112c88ac Add flutter_lints to add_to_app/plugin/flutter_module_using_plugin (#812) 2021-06-07 15:18:20 -07:00
Brett Morgan
a405fc4a9d Update the dependencies (#815) 2021-06-08 08:15:43 +10:00
Brett Morgan
14cce8b0f7 Adding flutter_lints (#811) 2021-06-08 08:15:11 +10:00
Brett Morgan
55e02d6e4d Add flutter_lints to add_to_app/fullscreen/flutter_module (#810) 2021-06-07 15:14:46 -07:00
Brett Morgan
a51c0641f1 Add flutter_lints (#809) 2021-06-08 05:57:46 +10:00
xster
14921d0c06 Use a newer version of gradle to avoid an AGP bug around NDK (#797) 2021-06-04 14:25:47 -07:00
Andrew Brogdon
376c666f0a Merge beta into master (#799) 2021-05-18 13:35:06 -07:00
Jason Simmons
e623b043f2 Add an entry point annotation to the Dart function invoked by the android_view sample (#790)
Fixes https://github.com/flutter/flutter/issues/81350
2021-05-03 13:27:23 -07:00
pcamp
252356123b Typo fixes in README.md (#773) 2021-03-15 10:57:52 +11:00
xster
fc5b4510b0 Update host Android projects away from problematic AGP versions (#764) 2021-03-11 14:38:43 -08:00
gaaclarke
680c8babd3 fixed crash if you back out of 2 double engine activities (#763) 2021-03-09 14:44:37 -08:00
gaaclarke
cf913f689d Multiple flutters sample android (#677) 2021-03-08 10:10:45 -08:00
gaaclarke
5adf66ba65 Added iOS example for add-to-app Pigeon (#722) 2021-03-03 21:04:28 -08:00
Andrew Brogdon
8c1cd0b049 Landing beta changes in master for the new stable release (#747) 2021-03-03 11:44:35 -08:00
gaaclarke
3be0794966 Reorged android_view to match the rest of the projects. (#740) 2021-02-25 22:11:59 -08:00
Jenn Magder
090e95b3a1 Remove ndkVersion and buildToolsVersion version from add_to_app/android_view (#738) 2021-02-23 13:08:22 -08:00
Andrew Brogdon
dd7b4f1fcc Removed hardcoded NDK version for android_fullscreen (#717) 2021-02-17 16:15:20 -08:00
gaaclarke
2825131b34 Added sample code for multiple flutters on iOS (#670) 2021-02-08 13:01:54 -08:00
Swayam221
20f8b71f28 Fixed Typo in add-to-app/README.md (#706) 2021-02-08 10:36:05 -08:00
gaaclarke
323c10558d restructured the add to app samples (#698) 2021-02-05 10:20:58 -08:00
xster
3a63bbe185 Add a FlutterView level integration example on Android for add-to-app (#632) 2021-01-26 22:25:31 -08:00
Brett Morgan
622e8d55d3 Migrate to the New Material Buttons (#668) 2021-01-27 13:20:50 +11:00
Brett Morgan
530832810a Revert "Bump Android NDK (#662)" (#669) 2021-01-23 07:08:05 +11:00
Michael Goderbauer
b72fd311db Bump Android NDK (#662) 2021-01-19 11:03:51 -08:00
Jenn Magder
cf3857f271 Exclude arm64 from simulator iOS add-to-app host app archs (#646) 2021-01-11 21:25:49 -08:00
Brett Morgan
6e9824dc12 flutter pub update & various fixes (#627) 2020-12-18 10:51:31 +11:00
Andrew Brogdon
83adbb883d Replaces Travis CI with GitHub Actions (#625) 2020-12-16 17:24:05 -08:00
xster
7cab73a075 let add-to-app ios demo page transitions be animated (#603) 2020-11-26 19:23:10 +11:00
Jenn Magder
1ed40c656d Use xcframeworks in prebuilt add-to-app sample (#582) 2020-11-05 13:49:15 -08:00
Andrew Brogdon
9af31afec4 Updates for Flutter 1.22 (#559) 2020-10-01 11:14:27 -07:00
Jenn Magder
5047f11d72 Add to app iOS 14 Info.plist network permissions (#554) 2020-09-26 10:12:45 -07:00
Andrew Brogdon
5e6eb5dbec Updates add-to-app README strategy (#549) 2020-09-22 20:28:27 -07:00
Brett Morgan
d88f131982 flutter pub upgrade (#524) 2020-08-17 20:40:46 +10:00
Andrew Brogdon
0eb1233cb4 Updates samples for latest beta release of the Flutter SDK (#492)
* Updating for beta release

* Re-adding pub get to Flutter travis script
2020-08-05 08:05:31 -07:00
xster
70976eeb28 Add a pigeon sample that demonstrates a "realistic" integration scenario with middleware and business logic (#465) 2020-06-12 23:18:05 -07:00
xster
2c6f2ddb1f change link in add-to-app module readme (#464) 2020-06-08 15:49:59 -07:00
Brett Morgan
baa1f976b2 Samples maintenance (#435) 2020-05-13 09:18:26 +10:00
John Ryan
14b9a8c4c4 Flutter 1.17 updates (#432)
* Material text theme updates & flutter pub upgrade (#411)

* Beta channel updates (#412)

* fix deprecated usages in provider_shopper - beta channel

* fix deprecated usages in animations - beta channel

* fix deprecated usages in provider_counter - beta

* Updates additional samples for beta release (#416)

* use headline6 instead of title

* fix another title -> headline6

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com>
2020-05-06 14:09:15 -07:00
Andrew Brogdon
face0f564a Adds espresso testing for add_to_app/android_fullscreen (#323) 2020-03-12 20:12:24 -07:00
Jenn Magder
715f62e685 Update Maven URL to https (#355) 2020-03-05 14:38:03 -08:00
Andrew Brogdon
ede7c584c1 Updates the framework build in travis script to use an absolute path. (#332) 2020-02-20 09:23:46 -08:00
Brett Morgan
676698aa83 flutter pub upgrade (#241) 2020-01-15 04:31:25 +10:00
Andrew Brogdon
233eb462d4 Configuring travis to build Android. (#206) 2020-01-06 13:41:33 -08:00
Brett Morgan
d71180683c flutter pub upgrade (#178) 2019-12-18 10:54:58 +11:00
Andrew Brogdon
400f305ecd Graduating add-to-app (#180) 2019-12-12 10:45:11 -05:00