Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flutter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
flutter
Commits
f66042aa
Commit
f66042aa
authored
1 month ago
by
Reid Baker
Browse files
Options
Downloads
Patches
Plain Diff
Add documenation for internet permission on network image
parent
7da4eec4
Branches
i_167103_networking_warning_in_network_image
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/flutter/lib/src/widgets/image.dart
+6
-0
6 additions, 0 deletions
packages/flutter/lib/src/widgets/image.dart
with
6 additions
and
0 deletions
packages/flutter/lib/src/widgets/image.dart
+
6
−
0
View file @
f66042aa
...
...
@@ -421,6 +421,12 @@ class Image extends StatefulWidget {
/// [repeat], filtering, and blurring.
///
/// By default, this feature is turned off ([WebHtmlElementStrategy.never]).
///
/// ### Android Permissions
///
/// Images fetched from the network require the internet permission.
/// Ensure that all AndroidMainifest.xml variants (especially release) have the internet permission.
/// See https://docs.flutter.dev/data-and-backend/networking for more information.
Image
.
network
(
String
src
,
{
super
.
key
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment