Giter VIP home page Giter VIP logo

Comments (5)

mikuhl-dev avatar mikuhl-dev commented on June 12, 2024 2

You can solve the issue yourself by making the models in a state.

If the provider passed the model to it's state it would have a similar effect. The model would technically be made again and the constructor would be called so any initialization stuff would be done over again and thrown away. So maybe just having a special PersistentScopedModel where the model is a builder and the provider builds the model in it's state and does not build it again.

from scoped_model.

xalikoutis avatar xalikoutis commented on June 12, 2024

Wow having the same problem. I am trying to port an app of mine from xamarin.forms to flutter and i am having problem with reinitializing the scopemodel every time keyboard is up.

from scoped_model.

mikuhl-dev avatar mikuhl-dev commented on June 12, 2024

I'm not sure of an occasion you would WANT the Model to reset when the app is rebuilt, so maybe the provider should take a model builder by default.

from scoped_model.

brianegan avatar brianegan commented on June 12, 2024

Hey all -- thanks for the feedback! Overall, I think we'll be deprecating this package in favor of the provider package. It offers very similar functionality out of the box with additional goodies like StatefulProvider that solves exactly this problem.

I'd suggest trying out the provider package + StatefulProvider to see if that works for ya!

from scoped_model.

elhe26 avatar elhe26 commented on June 12, 2024

@brianegan Thanks for the heads-up! I have a question. Do we use the master branch or go for v2.0.0?
Thanks.

from scoped_model.

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.