Flutter Dart - Image Zoom and Pan

Опубликовано: 03 Март 2026
на канале: Lawrence Tsang
233
1

Flutter Dart Compiler Test - simple_panning-Dart

This was created in 2018,
2020 update, only 3 minor changes.

LINK 157M see Licenses

https://1drv.ms/u/s!ApN1U-GH6AeInjEK7...


CachedNetworkImage

syntax update
(
imageUrl: widget.photo.assetHttp,
placeholder: (context, url) xx CircularProgressIndicator(),
errorWidget: (context, url, error) xx Icon(Icons.error),
),


Version (pubspec.yaml)

P A C K A G E S

cupertino_icons: ^0.1.0
cached_network_image: ^2.2.0+1


Android Studio Version:

3.6.3

Flutter
1.17.1
Dart
2.82

Broken Pexels link, replaced with Pixabay image

LINK (157 Mbytes, include iOs, not Build data)
https://1drv.ms/u/s!ApN1U-GH6AeInjEK7...





/*
simple_panning

last Mod: 17 May 2018, 15 May 2020.

Released with MIT License,
Copyright 2018,2020 Lawrence YK Tsang. All rights reserved.

Flutter Example Grid View Original Codes, BSD
Copyright 2014 The Chromium Authors. All rights reserved.

cached_network_image: "^0.4.1", MIT
Copyright (c) 2018 Rene Floor

*/