Skip to content
Snippets Groups Projects
Commit f66042aa authored by Reid Baker's avatar Reid Baker
Browse files

Add documenation for internet permission on network image

parent 7da4eec4
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment