A flutter package which makes it easy to track a series of images.

Related tags

Image dart flutter
Overview

Multi Image Tracker

A flutter package which makes it easy to track a series of images.



Installation

In the dependencies: section of your pubspec.yaml, add the following line:

Version

dependencies:
  multi_image_tracker: 
   


Usage

Import this class

import 'package:multi_image_tracker/multi_image_tracker.dart';

multi image tracker

   MultiImageTracker(
     images: [Image.asset('assets/day1.jpg'),
             Image.asset('assets/day2.jpg'),
             Image.asset('assets/day3.jpg')],
     width: MediaQuery.of(context).size.width,
     height: MediaQuery.of(context).size.height,
     clipFactor: 0.6,
   ),


Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

You might also like...

A simple Flutter Package to Mimic iMessage Image Picker for Flutter

A simple Flutter Package to Mimic iMessage Image Picker for Flutter

A simple Flutter Package to Mimic iMessage Image Picker for Flutter

Dec 26, 2022

A Flutter package for manipulating bitmaps

A Flutter package for manipulating bitmaps

Flutter Bitmap A minimalist Flutter package to perform fast bitmaps operations. The focus here is to provide a cool bitmap manipulation interface. The

Dec 23, 2022

a package for flutter canvas paint dash line path easily.

a package for flutter canvas paint dash line path easily.

dash_painter a package for flutter canvas paint dash line path easily. 1. DashPainter 如何使用 DashPainter 只负责对 路径 Path 的虚线化绘制,不承担组件职能。 一般用在拥有 Canvas 对象的回

Oct 9, 2022

Flutter package for Image Carousel It is an image carousel widget.

Flutter package for Image Carousel It is an image carousel widget.

Snapshot Carousel Flutter package for Image Carousel It is an image carousel widget. Supported platforms Flutter Android Flutter iOS Flutter web Flutt

Jun 3, 2021

A flutter package to convert any widget to an Image.

A flutter package to convert any widget to an Image.

Davinci A package to convert any widget to an image which can be saved locally or can be shared to other apps and chats. 📹 Preview ℹ️ Usage Prerequis

Dec 20, 2022

Multi image pixker using the image_picker package in flutter

multi_image_selection A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Oct 13, 2021

Flutter Package to Pick Image From Gallery or Camera

Flutter Package to Pick Image From Gallery or Camera

image_picker_gallery_camera Flutter Package to Pick Image From Gallery or Camera Getting Started A Flutter plugin for iOS and Android for picking imag

Oct 5, 2022

A flutter package for image carousels.

A flutter package for image carousels.

flutter_image_carousel A flutter package for image carousels. Supports both Asset and Network images. Example new ImageCarousel( ImageProvider[

Aug 9, 2021

Flutter's package that comes with several popular icons packages.

icons_plus icons_plus is a package that comes with several popular icons packages. How to I know icons' name? Simple answer, using flutter's auto-sugg

Dec 13, 2022
Comments
  • Use case?

    Use case?

    Hey, could you give an example use-case for this package? Like can this be used to track which image from an array of images is currently being displayed?

    opened by gfyre 1
Owner
Jaehee Kim
Interested in AI, Deep learning
Jaehee Kim
A flutter plugin which provides Crop Widget for cropping images.

A flutter plugin which provides Crop Widget for cropping images. crop_your_image provides only minimum UI for deciding cropping area inside images. Other UI parts, such as "Crop" button or "Change Aspect Ratio" button, need to be prepared by each app developers.

Chooyan 96 Dec 31, 2022
A Flutter plugin for Android and iOS supports cropping images

Image Cropper A Flutter plugin for Android and iOS supports cropping images. This plugin is based on two different native libraries so it comes with d

HungHD 891 Dec 28, 2022
Download, cache and show images in a flutter app

Cached network image A flutter library to show images from the internet and keep them in the cache directory. How to use The CachedNetworkImage can be

Baseflow 2.1k Jan 3, 2023
Minimal Unsplash Android App to easily search and download images

Minimal Unsplash Android App to easily search and download images

Yash Garg 18 Dec 7, 2022
Instagram tool to download images, reels, videos and more.

Instagram tool to download images, reels, videos and more.

Yuji 34 Jan 2, 2023
Load GIF images and can set framerate

Load GIF images and can set framerate

Rafael Almeida Barbosa 9 Dec 14, 2022
A simple and easy flutter demo to crop image

flutter_image_crop A simple demo to crop image on flutter easily. A Chinese version of this document can be found here Flutter_image_crop Plugin will

路小飞 3 Jul 8, 2021
Insipred by Font awesome Icons package 🤗 . This package contains more than 2000 icons 🥰

flutter_cmoon_icons ?? Insipred by Font awesome Icons package ?? . This package contains more than 2000 icons ?? . The amazing thing about this icons

Rexford Asamoah 3 Nov 3, 2021
A scrollable, dismissable by swiping, zoomable, rotatable image gallery on which you can add a dynamic overlay.

Swipe Image Gallery A scrollable, dismissable by swiping, zoomable, rotatable image gallery on which you can add a dynamic overlay. While it is intend

null 20 Dec 7, 2022
A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.

extended_image Language: English| 中文简体 A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network

FlutterCandies 1.6k Dec 31, 2022