Coder Social home page Coder Social logo

marquee_list's Introduction

GIF

Hey, I'm Burhanuddin Rashid! 👋 burhanrashid52

A Google Developer Expert in Flutter and Mobile Engineer from Pune, India. I love building applications & discussing new product ideas.

Ask me anything about...

Reach out to me at...

Burhanuddin's Twitter Burhanuddin's Linkdein Burhanuddin's Instagram Burhanuddin's Facebook


Languages

                                   

Tools and Frameworks

                  react                             



  • 🔭 I’m currently working on Flutter
  • 🌱 I’m currently learning Dart and Javascript
  • 👯 I’m looking to collaborate on Mobile Project
  • 🤔 I’m looking for help with my open source projects
  • 💬 Apart from tech you can Ask me about Movies, TV Shows and Books
  • 📫 How to reach me at [email protected]
  • ⚡ Fun fact: I can mentally be present in a meeting for 45-60 minutes.


🐦 Latest Tweet



marquee_list's People

Contributors

burhanrashid52 avatar maheshmnj avatar

Watchers

 avatar  avatar

marquee_list's Issues

Add a callback when list reaches the end

Thanks for this Great package, I would like to propose two feature

  • add a callback when the list reaches the end.
    Perhaps you could add an onScrollEnds callback.
  • Add a configurable scroll offset parameter with default offset of 100

_scrollPosition += 100;

And a suggestion to add Tests, it will help maintain the package in the long run. If you would like I can contribute to this issue.

Scroll Movement

Ability to configure the scroll movement of the marquee in the forward and backward directions. Currently, it only goes in the forward direction. Adding a ScrollMovement enum would work. Like this :
import 'package:marquee_list/marquee_list.dart';

//....
   child: MarqueeList(
     scrollMovement: ScrollMovemenet.backward
     children: [
       Text("Text 1"),
       Text("Text 2"),
       Text("Text 3"),
       Text("Text 4"),
     ],
   ),
//....

[Proposal] scrollDuration should correspond to total duration of scroll

presently scrollDuration parameter seems misleading, scrollDuration should correspond to the total duration of the scroll (duration when the scroll will end), Perhaps this will give more control on the client side.

Additionally, we should also have a repeat parameter to repeat the scroll animation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.