flutter_advanced_networkimage icon indicating copy to clipboard operation
flutter_advanced_networkimage copied to clipboard

flutter advanced network image provider

Results 19 flutter_advanced_networkimage issues
Sort by recently updated
recently updated
newest added
trafficstars

Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ ../../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:26: Error: Type 'DiagnosticableMixin' not found. class PictureStream with DiagnosticableMixin { ^^^^^^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:44: Error: Type 'DiagnosticableMixin' not...

Hi, I'm writing widget tests but I end up with a Timer error from the loadFromRemote method: `Pending timers: Timer (duration: 0:00:03.796875, periodic: false), created: #0 new _FakeTimer._ (package:quiver/testing/src/async/fake_async.dart:277:42) #6...

Positioned( left: 0, right: 0, top: 0, bottom: 0, child: ClipRRect( borderRadius: BorderRadius.circular(25), child: TransitionToImage(image: AdvancedNetworkImage( image, timeoutDuration: Duration(minutes: 1) ), fit: BoxFit.cover, placeholder: const Icon(Icons.refresh, color: Colors.black,), width: 400.0,...

I upgraded to `Flutter 1.20.0-1.0.pre` this evening. Ever since that, I can't compile my app whoch uses the `flutter_advanced_networkimage` plugin. **FLUTTER DOCTOR** ``` [✓] Flutter (Channel dev, 1.20.0-1.0.pre, on Mac...

Hello (again) and thank you for your work. Since upgrading to 1.17 stable I have experienced crashes when images failed to load. Investigated and found out that the reason is...

I have a `StatefulWidget` with a `TransitionToImage(image: AdvancedNetworkImage...`. I get an exception when i call `setState` inside `TransitionToImage.loadedCallback`. Log: ``` Performing hot restart... Syncing files to device iPhone XR... Restarted...

bug
help wanted

add 'scaleForDoubleTap' parameter allows to set the scale for double tap action instead of using maxScale for double tap action. the scenario is that when I double tap, I want...

Hello, Very good job! I use it with an SVG rendering and it works as expected. Do you know how to set the origin point, when zooming, between the 2...

How to change bg to black? Also when I wrap the zoomable widget into a ClipRRect, than the widget just dies.

Hi, first of all I wanna thank you for such a great and fully featured plugin. I need to handle user gestures after image is successfully loaded. I know there...