While trying to come up with a name for a new tiling library I found that there's full blown IDE built with Flutter and their package:panes is completely open source https://t.co/R8mSJxAzLu
@rebazdev@FlutterDev@dart_lang Thanks for your feedback, I think now I understand the purpose of this package. I will have a look at the internals and see where we can take it. So far, I think the starting approach is great.
@rebazdev@FlutterDev@dart_lang When you come up with a solution that "removes boilerplate ", you must know your story and be in depth. Lifecycle of the models, memory, initialization and disposal, etc. How does it work if we no longer need initState/dispose etc methods. Be in-depth not vague. It's SM not UI.
@rebazdev@FlutterDev@dart_lang I like the idea, but there's too many gaps for me to regard it as a state management solution unless you provide more complex examples.
@mcflyDev@apparencekit Just use the generic method. All this syntactic sugar makes it hard to learn other languages for most people because you look for what you don't have...
@TahaTesser The problem is not VSCode getting "slow". It turns out that VSCode caches and Data are the ones causing it to lag over time. Try removing all data related to VSC(You can find all related folders by googling).
@remi_rousselet That's not your mistake; it's their responsibility for not reviewing the documentation. I believe many people rely solely on tutorials and assume that's enough, but that approach has proven to be ineffective in most cases.
@FlocsDev@Jeeh__XuXu Bump the ios version to 14 in the pod file, then run `sudo gem install cocoapods`. It will install v0.16.2. If cocoapods fail to install, run `brew install ruby`. It should install v3.6.6 which is compatible with the latest cocoapods. Follow the brew instructions post-install.