Code Monkey home page Code Monkey logo

Comments (10)

ejabu avatar ejabu commented on May 26, 2024 1

I already tested in both my example repo and main App repo. Both are working now.

Thanks a lot !

from flutter_slidable.

ejabu avatar ejabu commented on May 26, 2024

flutter doctor -v

[✓] Flutter (Channel dev, v0.7.3, on Linux, locale en_US.UTF-8)
    • Flutter version 0.7.3 at /home/haliib/flutter/flutter
    • Framework revision 3b309bda07 (9 days ago), 2018-08-28 12:39:24 -0700
    • Engine revision af42b6dc95
    • Dart version 2.1.0-dev.1.0.flutter-ccb16f7282

from flutter_slidable.

ejabu avatar ejabu commented on May 26, 2024

Before I applied this cool Slidable package, I use flutter-redux architecture, and combination of ListView and ListTile.

This issue came up when I started to filter the ListTile, which means Redux Store automatically changed then rebuild multiple ListTiles at once.

from flutter_slidable.

ejabu avatar ejabu commented on May 26, 2024

I think there must be a connection to this flutter/flutter#21350

and

flutter/flutter#11895

from flutter_slidable.

ejabu avatar ejabu commented on May 26, 2024

I made repository here https://github.com/ejabu/slidable_redux_flutter
screenshot_2018-09-08-10-06-36-143_com example slidable redux

from flutter_slidable.

letsar avatar letsar commented on May 26, 2024

Hi @ejabu thanks for the repo, I'am going to look at this.

from flutter_slidable.

letsar avatar letsar commented on May 26, 2024

This is indeed related to flutter/flutter#11895.
If you change the Slidable by a simple TextField, you end up with the same issue.

return TextField(
  key: Key(widget.todo.id),
);

I reduced the possibilities for this to happen with the Slidable widget. I will published my pseudo-fix today.

from flutter_slidable.

letsar avatar letsar commented on May 26, 2024

Can you test with the 0.4.6 version I've just published?
If the closeOnScroll parameter is true (the default), this error should not happen.

from flutter_slidable.

ejabu avatar ejabu commented on May 26, 2024

btw is it okay for me to close this issue ? I don't know whethers it should be the issuer or the owner of the repo who is privileged to do this..

from flutter_slidable.

letsar avatar letsar commented on May 26, 2024

No it's good to me that you closed the issue 👍

from flutter_slidable.

Related Issues (20)

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.