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

FlutterForce — Week 121
https://ift.tt/3eNrerc

May 16, 2021 at 11:20AM by flutterist
https://ift.tt/2SXPpLn
New post on /r/flutterdev subreddit:

Widget render failure
I have built a Flutter application using MobX as my state management and am running into a strange issue at the moment that is only present on Android running in release mode. However, on this specific page in my app, the Obsever will only display the last entry in the list. The other items are present, but the UI will only show the last index of the list. When I turn my phone landscape, the full content of the list is then visible and the page displays exactly as intended. Is there a way I can force the widgets to re-render in MobX when the page has already loaded?Attached are the outputs of my flutter doctor.Again, this issue is only present on Android release build of my app. It works perfectly on iOS & Android on debug.Any help would be greatly appreciated.![enter image description here]1Here is the failing widget in release

May 16, 2021 at 02:48PM by _Kaizer
https://ift.tt/3y982vT
New post on /r/flutterdev subreddit:

Do you need Flutter Learning community or want to get closer to a more active Flutter Dev?
Flutter Hall is back again with a new way of moderating the Flutter community. This time we are not only teaching Flutter devs but connecting them together. Form your team, learn and have fun. Just join our discord channel https://discord.gg/FCU8RCVm

May 16, 2021 at 05:09PM by Fancy_Let4203
https://ift.tt/33NIwhI
New post on /r/flutterdev subreddit:

Execution failed. Kotlin could not find the required JDK tools in the Java installation. Make sure Gradle is running on a JDK, not JRE.
Tagging along to this tutorialhttps://www.youtube.com/watch?v=1gDhl4leEzAI am running into issues with the build when I cd into todolist at 17:00I then run flutter run and I receive this error.FAILURE: Build failed with an exception.​* What went wrong:Execution failed for task ':app:compileDebugKotlin'.> Kotlin could not find the required JDK tools in the Java installation 'C:\Program Files (x86)\Java\jre1.8.0_291' used by Gradle. Make sure Gradle is running on a JDK, not JRE.​* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.​* Get more help at https://help.gradle.org​BUILD FAILED in 4sRunning Gradle task 'assembleDebug'...Running Gradle task 'assembleDebug'... Done 5.5sException: Gradle task assembleDebug failed with exit code 1​Ive searched Github and SO and found a few answers that did not work for me. Here is my gradle.propertiesorg.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_91​Still no luck on the run, can anyone help me out?Thanks in advance

May 16, 2021 at 07:57PM by Harvard_Alumni
https://ift.tt/2QsKH7q
New post on /r/flutterdev subreddit:

Do you use a builder for your flutter apps?
What builder do you use if any? Those that I know of are:Widget MakerFlutter FlowFlutter StudioAdobe XDSuperNova Studio (Mac)Firecrownam I missing any other one?

May 16, 2021 at 08:34PM by ihsaaan
https://ift.tt/33Lrh0D
New post on /r/flutterdev subreddit:

Which Flutter package enables the page dismiss transition like in the video?
https://ift.tt/3brUIsE

May 17, 2021 at 12:00AM by aytunch
https://ift.tt/3yqzZiW
New post on /r/flutterdev subreddit:

Flutter on my laptop?
Hello, im sorry for asking this here idk if its the correct place. But i wanted to ask that i have a laptop core i5 4th gen 4gb ram and flutter on vs code is fine but with emulator my laptop freezes, now im going to add more Ram so in total 16gb of ram. Will it be enough? or do i have to get a better processor as well

May 17, 2021 at 05:41AM by opinvader
https://ift.tt/3oo8di8
New post on /r/flutterdev subreddit:

Need help - moving to Flutter 2 from React Native
I need to start on a brand new product which is required to be available on the Web as well as Mobile apps (ios and android). Until `Flutter 2` came I wasn't interested in Flutter as it was one more language and platform to learn. My team's prior experience is in `React.js` (Web) and `React Native` (ios and android). Server side experience mainly in `Node` and `Python`.When Flutter 2 was announced it sounded like what we always wanted - one code which will build for all three targets - ios, android and web.My dilemma - should my team embark upon `Flutter 2` (now that the initial euphoria of `Flutter 2` has passed over) or even after that do I need to depend on `React.js` for web ? It does not make sense switching over to Flutter which requires learning a completely new language and a new framework for the team just for developing mobile apps. `React Native` has been doing quite well for us (it is still JS for the team whether front-end or the backend - a big advantage).Looking forward to responses from the community.Thanks.

May 17, 2021 at 09:33AM by SnooSketches6565
https://ift.tt/3yeHaKX