flutter/examples/hello_world
Bruno Leroux dcdf72a670
[flutter_tools] - Add queries section to Android manifest file (#137207)
## Description

This PR adds a new section to the Android manifest file.
This section is required for https://github.com/flutter/engine/pull/44579 (because it uses `PackageManager.queryIntentActivities` API ), see:

1. https://developer.android.com/training/package-visibility?hl=en
2. https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT
3. https://developer.android.com/reference/android/content/pm/PackageManager?hl=en#queryIntentActivities(android.content.Intent,%20android.content.pm.PackageManager.ResolveInfoFlags)

## Related Issue

Android manifest update for https://github.com/flutter/flutter/issues/107603

## Tests

This PR updates the integration tests and examples Android manifest files, this will help catch error or warning related to this change.
2023-11-16 08:57:20 +00:00
..
android [flutter_tools] - Add queries section to Android manifest file (#137207) 2023-11-16 08:57:20 +00:00
ios Deletes files that should be ignored (#127984) 2023-06-29 19:45:22 +00:00
lib add missing trailing commas (#81406) 2021-04-28 22:54:49 +02:00
linux Deletes files that should be ignored (#127984) 2023-06-29 19:45:22 +00:00
macos Migrate Xcode projects last version checks to Xcode 14.3 (#125827) 2023-05-02 00:06:33 +00:00
test License update (#45373) 2019-11-27 15:04:02 -08:00
test_driver [web] - Clean up skipped tests (#124981) 2023-04-18 19:31:18 +00:00
web License update (#45373) 2019-11-27 15:04:02 -08:00
windows [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
pubspec.yaml Pin package:web 0.4.0 (#138428) 2023-11-15 15:03:21 -08:00
README.md Updated README.md file of the hello_world example (#64766) 2020-09-23 10:57:03 -07:00

To run the Hello World demo:

flutter run

To run the Hello World demo showing Arabic:

flutter run lib/arabic.dart