Loïc Sharma
5c24a75233
Fix the ios_fullscreen app ( #2817 )
...
Fixes the ios_fullscreen add-to-app sample app:
1. The Flutter module was renamed from `flutter_module` to
`flutter_module_fullscreen`. However, the iOS native app had not been
updated to reflect this
2. Flutter's minimum deployment version was raised to 13.0. The iOS
native app targeted iOS 12.4.
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
[changelog]: ../CHANGELOG.md
Co-authored-by: Eric Windmill <eric@ericwindmill.com >
2026-04-15 09:31:48 -07:00
Matt Boetger
b3e8122e82
[samples] Remove usesCleartextTraffic ( #2809 )
...
Removes deprecated usesCleartextTraffic.
Addresses: https://github.com/flutter/flutter/issues/182553
2026-02-26 23:45:17 +00:00
Eric Windmill
64877f3b34
Fixes all add_to_app Android builds ( #2243 )
...
* Fixes issues #2240 and #2241
* Also fixes Android build issues for add_to_app/fullscreen
2024-04-18 11:47:15 -04:00
Brett Morgan
29aac5dc58
Upgrade android_fullscreen to AGP 7.4.2 ( #2094 )
...
Where AGP == Android Gradle plugin
Upgrade carried out by Android Studio upgrade wizard
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-11-20 07:09:06 +10:00
Miguel Beltran
5ec584e819
Fix Android CI ( #1908 )
...
- kotlin version to 1.8.22
- remove deprecated kotlin-android-extensions and upgrade dependencies
Running the PR from the flutter/samples repo instead from a fork, so the
Firebase device test step runs.
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-06-24 14:18:41 +10:00
Miguel Beltran
2319b7436b
fix Android ci job ( #1904 )
2023-06-23 01:54:59 +02:00
Brett Morgan
c36fee3294
Migrate from jcenter to mavenCentral ( #1230 )
2022-05-10 08:25:41 +10:00
godofredoc
f58928da91
Remove binaries from samples. ( #1057 )
...
This is to remove the security alerts related to checked in binaries.
2022-03-26 03:25:17 +10:00
Andrew Brogdon
93bf3263c5
Lands beta changes. ( #1006 )
2022-02-03 12:43:20 -08:00
Brett Morgan
26d88f1799
Update pubspec.yaml files ( #971 )
2022-01-05 10:43:14 +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
dd7b4f1fcc
Removed hardcoded NDK version for android_fullscreen ( #717 )
2021-02-17 16:15:20 -08:00
gaaclarke
323c10558d
restructured the add to app samples ( #698 )
2021-02-05 10:20:58 -08:00