All Projects → eddywm → simple_slider

eddywm / simple_slider

Licence: other
A Flutter widget for images sliding

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to simple slider

neodigm55
An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
Stars: ✭ 14 (-73.58%)
Mutual labels:  ux
theme-bulma
🎈 Customization of Oruga components with Bulma CSS framework
Stars: ✭ 88 (+66.04%)
Mutual labels:  ux
react-native-big-slider
🎚️ Yet another, big one, pure JS easily customisable and hackable react-native slider component
Stars: ✭ 86 (+62.26%)
Mutual labels:  ux
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (-64.15%)
Mutual labels:  ux
awesome-ux-ui
A list with the bests links about UX and UI Design in pt-BR 🇧🇷 😄
Stars: ✭ 82 (+54.72%)
Mutual labels:  ux
UI-UX-Squad
UI/UX Squad Roadmap
Stars: ✭ 30 (-43.4%)
Mutual labels:  ux
billing-form
Demo page for user-friendly billing form features
Stars: ✭ 23 (-56.6%)
Mutual labels:  ux
wp-template-preview
WordPress custom template preview for any post type
Stars: ✭ 16 (-69.81%)
Mutual labels:  ux
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (+69.81%)
Mutual labels:  ux
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (-20.75%)
Mutual labels:  ux
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-69.81%)
Mutual labels:  ux
ui-ux
The learning guide contains the Basics, Intermediate and Advance resources for User Interface and User Experience Design
Stars: ✭ 187 (+252.83%)
Mutual labels:  ux
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-73.58%)
Mutual labels:  ux
sweetconfirm.js
👌A useful zero-dependencies, less than 434 Bytes (gzipped), pure JavaScript & CSS solution for drop an annoying pop-ups confirming the submission of form in your web apps.
Stars: ✭ 34 (-35.85%)
Mutual labels:  ux
Compact-Unity-Events
UnityEvents drawer with collapsing, reordering and compact UX
Stars: ✭ 41 (-22.64%)
Mutual labels:  ux
js-tldr
Zen mode javascript documentation
Stars: ✭ 96 (+81.13%)
Mutual labels:  ux
Flutter-Anim
Fluent Flutter Animation library. Describe Sequences & Parallel animation's workflow, setup startDelay, duration and curve, then run !
Stars: ✭ 35 (-33.96%)
Mutual labels:  ux
Warp-Framework
Warp: A framework to create rich GUI Single-Window C++ applications using Direct2D API
Stars: ✭ 21 (-60.38%)
Mutual labels:  ux
RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (-7.55%)
Mutual labels:  ux
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (+20.75%)
Mutual labels:  ux

Simple Image Slider Widget

(https://pub.dartlang.org/packages/simple_slider)

A flutter library to show images in a sliding widget, the library also provides out of the box the ability to automatically cache the images used in the slider.

How to add

Add this to your package's pubspec.yaml file:

dependencies:
  simple_slider: "^0.0.1"

Add it to your dart file:

import 'package:simple_slider/simple_slider.dart';

How to use

The Simple slider widget is created with a simple ImageSliderWidget object that takes an array of images to slide

ImageSliderWidget(
            imageUrls: _imageUrls,
            imageBorderRadius: BorderRadius.circular(8.0),
          ),

How it looks




Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].