Horizontal list - A horizontal list widget to use in mainly for web or desktop application

Overview

horizontal_list

A horizontal list widget with buttons next and previous. You can customize your card for example and insert it on HorizontalListView widget.

WEB/DESKTOP

APP

Using the library

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  horizontal_list: <<version>>

Then run...

flutter packages get

Example

HorizontalListView(
    width: double.maxFinite, //Width of widget
    height: 200, //Height of widget
    list: [Text('Text 1'), Text('Text 2')], //List of widget
    iconNext: Icon(Icons.arrow_forward_ios), // Icon for button next
    iconPrevious: Icon(Icons.arrow_back_ios), // Icon for button previous
    curveAnimation: Curves.bounceIn, //Curve for animation
    durationAnimation: Duration(milliseconds: 300), //Duration of animation
    onNextPressed: () { //On button next pressed
      print('On next pressed');
    },
    onPreviousPressed: () { //On button next pressed
      print('On previous pressed');
    },
),
You might also like...

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web

OpenWp Simple tool to open WhatsApp chat without saving the number Explore the docs » View Demo · Report Bug · Request Feature Table of Contents About

Nov 1, 2022

WebRTC plugin for Flutter Mobile/Desktop/Web

WebRTC plugin for Flutter Mobile/Desktop/Web

Flutter-WebRTC WebRTC plugin for Flutter Mobile/Desktop/Web Sponsored with 💖 by Enterprise Grade APIs for Feeds & Chat. Try the Flutter Chat tutorial

Dec 31, 2022

Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern.

Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern.

Karee Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern. + = About Karee Karee is a frame

Sep 29, 2022

Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.

Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.

Flutter UI Designs True cross platform app runs on web, mobile & desktop Download Requirements to run locally Flutter stable v2.0.0+ Dart VM version:

Dec 28, 2022

Cross Platform app in Flutter with Firebase Auth and Firestore. Available for Mobile,Web,Desktop

Cross Platform app in Flutter with Firebase Auth and Firestore. Available for Mobile,Web,Desktop

NavokiNotes Navoki Notes, a note app app, will sync data to cloud and on all devices. We have application for Android, iOS, Web App, PWA, Windows, mac

Dec 27, 2022

Flutterweb-spotify - Interfaz Clone de Spotify Web-Desktop

Flutterweb-spotify - Interfaz Clone de Spotify Web-Desktop

Spotify UI Clone Stack Tecnologies Flutter Web & Provider Site Web https://spoti

Jan 22, 2022

Shortcuts and actions - Spice up your Flutter Desktop/Web apps with Shortcuts and Actions

Shortcuts and actions - Spice up your Flutter Desktop/Web apps with Shortcuts and Actions

Spice up your Flutter Desktop/Web apps with Shortcuts and Actions A desktop/web

Nov 20, 2022

📦flutter localstorage for ios/android/desktop/web

Localstorage Simple json file-based storage for flutter Installation Add dependency to pubspec.yaml dependencies: ... localstorage: ^4.0.0+1 Run i

Dec 16, 2022
Comments
  • doc(README): add basic badges

    doc(README): add basic badges

    To have the "codecov" badge displaying something, you need to login to codecov and integrate this repository with the "codecov" platform.

    To have the "code quality" badge displaying somenthig, you just have to subscribe to codefactor.io and add your repository.

    opened by rafamizes 1
Owner
Daniel
Tech Lead
Daniel
Dart generic app exceptions, mainly aimed at flutter

Micro dart library that expose generic exceptions. The goal of this library is to for the end user to rethrow exceptions of other libraries with the s

cedvdb 2 Dec 31, 2022
This is a university marketplace, where students buy and sell products and services online or offline. Mainly to connect the two parties together.

marktorder A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Ibukunoluwa Naphtali 1 Jan 10, 2022
Planto - Planto app mainly targets the farmers whether large scale or small scale

planto Inspiration Planto has been developed for the farming sector. In India, f

Amit Singh 1 Nov 2, 2022
Trying out Flutter for desktop Web app development as an alternative to SPA frameworks (such as React and Angular) by recreating one of the pages of an existing CV Management web app

HTML Renderer Demo CanvasKit Renderer Demo Reddit discussion This repo contains a PoC of using Flutter as a traditional SPA framework for creating a d

Maxim Saplin 20 Oct 11, 2022
OrderFoody - A template with command buttons in horizontal scrolling list

order_coffee In this project you create a template with command buttons in horiz

Le Gia Huy 3 Jun 22, 2022
Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map.

Custom Radio Group List Flutter package to create list of radio button, by providing a list of objects it can be a String list or list of Map. Feature

Ashok Kumar Verma 0 Nov 30, 2021
A package that provides a highly customizable sheet widget that snaps to different vertical & horizontal positions

Snapping Sheet A package that provides a highly customizable sheet widget that snaps to different vertical & horizontal positions Can adapt to scrolla

Adam Jonsson 364 Dec 6, 2022
Flathub-desktop - Unofficial Desktop Client for Flathub

Flathub Desktop Unofficial Desktop Client for Flathub How to build and run: You

Jean3219 2 Sep 19, 2022
A Flutter application running on mobile, web and desktop. Stay tuned to see who will win the stars race!

The live stars race Access this project running at jhbitencourt.github.io/stars-race An app running on mobile, web and desktop. How long do you think

null 28 Jul 20, 2022
Csv to list for web - Convert a CSV into a list in order to populate a firebase database

My goal is to convert a CSV into a list in order to populate a firebase database

null 0 Jan 26, 2022