Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Game development with Widgets?
Hello, I have started developing a game in flutter. I started building menus and it's really exciting how good Dart is to write code and how easy it is to control the widgets in the screen exactly how you want it to look.When I started drawing the "game arena" which is basically a bunch of walls (think of something like a bomberman's arena), I did that with widgets (Container's to be specific). One Container represents what would be a "wall" on bomberman (at index i,j in the matrix).So far, the walls are just a red square and I'm thinking if once I've changed that to sprites and add animations, will it still have the necessary performance? I honestly don't know a lot about flutter and this game is what I chose to make my way into the framework.I could use something like the "flame" engine instead of the widgets but I really like how good it feels to only use the widgets.My question to someone with more experience in Flutter: If I do a write a very optimized code with some reasonable arena sizes (maybe 30x50), will my widgets be enough or should I change to canvas use flame?

May 27, 2020 at 11:10AM by ihateoldmovies
https://ift.tt/3eiCOYc
New post on /r/flutterdev subreddit:

flutter_blobs - Generate beautiful blob shapes
https://ift.tt/2ZD0qTz

May 27, 2020 at 12:15PM by lokesh000
https://ift.tt/3c6syAT
New post on Flutter Dev Google group:

Migrating from HTML+Jquerymobile+Javascript
Hi I am moving my project away from Jquerymobile because the app is past the MVP phase. I wonder how to re-use the Javascript part. Is there a way that is similar to embedding JS in HTML? One more question. How do you identify GUI elements in Deft? In html you do that with "id". Thanks a lot.

May 27, 2020 at 01:49PM by K2
https://ift.tt/3elfERd
New post on /r/flutterdev subreddit:

Etiquette in publishing a forked plugin in pub.dev
For example, the publisher of a plugin is not active at the moment to receive pull requests and publish this plugin. Would it be acceptable to fork this repository, add the missing feature, rename the package and finally publish it to pub.dev?At the moment, the way I am using this updated version of the plugin is by referring to it in pubspec.yaml through git: url. It might be neater and more accessible to everybody if it is published instead.What do you think would be the better approach to solve this?

May 27, 2020 at 04:00PM by rafaelph
https://ift.tt/36xy0vC
New post on /r/flutterdev subreddit:

Learn Flutter or React.js/React Native?
Hey guys,I'm a very experienced software developer/deep learning researcher and have lots of experience specifically in Python, Java (for Android apps) and C++.However, I have never even made a single website or a cross-platform mobile app and I don't even know where to start on the front-end - e.g. I don't know even a bit of HTML or JS. Recently, that has started bugging me - I always have ideas for side ventures and they obviously would require an app or a website, for which I don't know how to make the front-end, but could easily make the whole back-end and complex deep learning models (if there were any).This seems ridiculous to me, so I want to learn a language/framework as quickly as possible, that would allow me to make sexy looking websites and mobile apps. I have gathered these options until now:For Websites: React.js vs. Flutter WebFor Mobile Apps: React Native vs Flutter​Since I'm trying to "kill two birds with one stone", i.e. learn mobile app development and web development with the same language/framework, these are the options.​Do you have any thoughts/suggestions which route to go? Please keep in mind that as I mentioned, I am mostly experienced in Java, Python and C++ - so for instance, it may be easier to pick up Flutter (?) than JS, since Flutter is object-oriented. I don't know how much that matters though.Looking forward to the discussion :)

May 27, 2020 at 06:23PM by L4fl4me26
https://ift.tt/2ZOKGN4
New post on Flutter Dev Google group:

Multiple Transactions to one Document at same time
I am facing the issue of app crashing on multiple transactions on same time while using firestore in flutter and this issue was raised in february but not resolved yet. The link to the issue is here https://ift.tt/2X6mVOU Sorry to say, I was bit surprised

May 27, 2020 at 10:14PM by Ramneek Kashyap
https://ift.tt/3caA8KM
New post on /r/flutterdev subreddit:

flutter_tex | A Flutter Package to render Mathematics / Maths, Physics and Chemistry, Statistics / Stats Equations based on LaTeX with full HTML and JavaScript support.
https://ift.tt/2LRcTfn

May 27, 2020 at 11:31PM by Elixane
https://ift.tt/2B8Sn6I
New post on /r/flutterdev subreddit:

Flutter Origami
https://ift.tt/2TNhhzj

May 27, 2020 at 11:27PM by jmonga98
https://ift.tt/3daA9zI
New post on Flutter Dev Google group:

Flutter FutureBuilder return null
when listing the data in my local database with FutureBuilder snapshot return null. I don't listing my data. when I check connection status it is waiting. when debugprint dbHelper.randevuListesiGetir() method, my data listing console screnn but not listing futurebuilder. class _RandevularState

May 28, 2020 at 12:26AM by Mustafa ARPACIOĞLU
https://ift.tt/2X9i5R0
New post on /r/flutterdev subreddit:

Flutter HAck 2020
What are the topics this time in Flutter Hack? Any guess guys

May 28, 2020 at 06:11AM by ebayshashila
https://ift.tt/2M30sMf
New post on /r/flutterdev subreddit:

Any guides how to make a simple multiplayer game?
Something along the lines of naughts and crosses.Something very basic, turned based.Is there any good comprehensive guides online or is flutter still too new ?

May 28, 2020 at 06:46AM by SkinwalkingCamel
https://ift.tt/3dmalB3
New post on Flutter Dev Google group:

How to use provider to provide the auth / user object to the app and tell the app to show login or app?
How can I provide user object after authentication to all the children in my Flutter App? I'm trying to make use of provide