import 'package:flutter/material.dart'; import 'package:flutter_zoom_drawer/flutter_zoom_drawer.dart'; import 'package:get/get.dart'; void main() { Get.put<MyDrawerController>(MyDrawerController()); runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext ...
Flutter project for desktop devices, showcasing a Hover to Zoom feature widely used in most e-commerce product images. Topics challenge ui animation ux e-commerce flutter hover-to-zoom Resources Readme Activity Stars 21 stars Watchers 2 watching Forks 5 forks Report repository Releases...
Animation Tuning Group These parameters control the overall timing of the transition. On hosts which permit on-screen heads up display widgets (such as AE, Premiere, and Avid) you should never need to modify these sliders directly since they can be configured in a more convenient and intuitive ...
课时35:蓝宝石FilmRoll电影滚动效果FlutterCut快切 课时36:蓝宝石StripSlideTransition条状变换 课时37:蓝宝石Swish3D三维变换SwishPan平移 课时38:蓝宝石TvChannelChange电视换台 课时39:蓝宝石WipeBlobs液体滴状散开 课时40:蓝宝石WipeBubble水泡扫换WipeCell细胞扫换 课时41:蓝宝石WipeChecker方块格子扫换Circle圆...
澳大利亚国旗飘扬(australia-flag-blow-flutter) 澳大利亚墨尔本街头艺术(Street Art in Melbourne Australia) 兄弟姐妹,北欧人,可爱,女孩,孩子,家畜,宠物,弟弟和妹妹,毛皮,毛茸茸,澳大利亚牧羊犬,犬,狗,金发,喂食 南澳大利亚州,多岩石的海滩,岩石,岸边,海,海岸,海洋,海滩,蓝色的水,马里恩海滩 ...
( imageTestUrl, fit: BoxFit.contain, //enableLoadState: false, mode: ExtendedImageMode.gesture, initGestureConfigHandler: (state) { return GestureConfig( minScale: 0.9, animationMinScale: 0.7, maxScale: 3.0, animationMaxScale: 3.5, speed: 1.0, inertialSpeed: 100.0, initialScale: 1.0, inPage...
I use the latest version of Extended Image (1.2.0), flutter 1.22. Tried both on physical and simulator. Sometimes swipe left/right gesture doesn't work. Open image from gallery. Try to swipe it right or left with a huge velocity. Expecte...
I cannot run example. Added: flutter_zoom_plugin: git: url: git://github.com/decodedhealth/flutter_zoom_plugin.git ref: 0.0.7 to pubspec.yaml at example's folder Added: proguard.cfg to android folder in example's folder Launching lib/mai...
ExtendedImage.network( imageTestUrl, fit:BoxFit.contain,//enableLoadState: false,mode:ExtendedImageMode.Gesture, gestureConfig:GestureConfig( minScale:0.9, animationMinScale:0.7, maxScale:3.0, animationMaxScale:3.5, speed:1.0, inertialSpeed:100.0, initialScale:1.0, inPageView:false, ), ) ...
import'package:flutter/material.dart';import'package:flutter_zoom_drawer/flutter_zoom_drawer.dart';import'package:get/get.dart';voidmain() {Get.put<MyDrawerController>(MyDrawerController());runApp(MyApp()); }classMyAppextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext) {returnMaterialApp(...