QOL: Switch from Network Image to CachedNetworkImage

This commit is contained in:
2025-12-03 21:42:42 +02:00
parent e7729a8ce8
commit fe5b61f6bc
10 changed files with 18 additions and 24 deletions

View File

@@ -154,11 +154,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
super.initState();
setState(() {
imagePreview = null;
// const NetworkImage(
// "https://lh3.googleusercontent.com/nW4ZZ89Q1ATz7Ht3nsAVWXL_cwNi4gNusqQZiL60UuuI3FG-VM7bTYDoJ-sUr2kDTdorfQYjxo5PjDM-0MO5rA=s512");
});
// myCoordinates = MIHLocationAPI().getGPSPosition(context);
}
Widget getBody(double width) {