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

I have Mac OS Big Sur. Do I need to do some extra steps to change my terminal from bash to zsh, prior to installing Flutter?
I feel like I shouldn't have updated to Big Sur so fast, but now that I have, is this a necessary step to make everything work better or should I just leave it alone?Is there anything else I should do to make sure that Flutter works with Big Sur?

June 04, 2021 at 09:25AM by JustYourLocalDude
https://ift.tt/2THilaL
New post on /r/flutterdev subreddit:

Facing issue while creating iOS build (Flutter)
hello all
I am facing issue while creating iOS build (flutter )the error is throwing in Xcode isCommand PhaseScriptExecution failed with a nonzero exit code

June 04, 2021 at 11:27AM by jaya2905
https://ift.tt/34JIrfq
New post on Flutter Dev Google group:

Architectural strategy for sharing mobile application in flutter
Good morning I'm currently developing an application project using flutter, which initially has a structure coupled with all features and libraries in just one repository, applying the web view strategy in scenarios where it is necessary to display items developed in other technologies (Ex:

June 04, 2021 at 02:07PM by Lucas Andrade
https://ift.tt/34NHaE4
New post on /r/flutterdev subreddit:

App Feedback Thread - June 04, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

June 04, 2021 at 03:00PM by AutoModerator
https://ift.tt/3pjcWT1
New post on /r/flutterdev subreddit:

How to make Flutter work on Mac OS 11 with ZSH
I had a little trouble getting Flutter to work with the right versions of Java on my Mac, so I figured I'd lay out the right steps for everyone here.Download Android Studio to get the Android SDK.Download Java/JDK from this exact link. AFAIK NO OTHER VERSIONS WILL WORKDownload Flutter as usual.Depending on where you downloaded flutter, add the path to your .zprofile. I added mine to the Developer/Tools folder, so in my case, the code was:
export PATH="$PATH:/Users/<yourname>/Developer/Tools/flutter/bin"Source your profile and run flutter in terminal to check it has installed correctly.Once Java has installed, add the $JAVA_HOME to your .zshenv file then source it:
export JAVA_HOME=$(/usr/libexec/java_home)You may have other versions of Java installed. To select the correct one, run /usr/libexec/java_home -V and you will get back a list of all the different versions.Go back to your .zshenv file and edit the end with the version you want. In my case,
export JAVA_HOME=$(/usr/libexec/java_home -v1.8.291.10). If not, the next command would give a ClassNotFound error.Run flutter doctor --android-licenses and accept all the terms.Run flutter doctor and everything should work. Your Xcode setup might not work yet but that one was fairly easy as they displayed all the steps you needed right then and there.

June 04, 2021 at 02:35PM by Winstonp00
https://ift.tt/3zcFx0S
New post on Flutter Dev Google group:

Plugin to existing Android code
I need to create a flutter plugin for android. I already have the android app done. Who do I create a plugin for it?

June 04, 2021 at 04:50PM by Leonardo
https://ift.tt/3g8lVC7
New tweet from FlutterDev:

Hey, what's up @FlutterDev family?

Time for #FlutterGif with a small #TipsAndTricks, today is time for #WrapWidget shortcut!!

Place on top of the Widget and click the small icon that appears on your left or:

macOS
IntelliJ - Option + Enter
VSC - Cmd + .

Windows
Alt + Enter pic.twitter.com/FwgXu6h7Dt— Argel Bejarano 💙 (@ArkangelB) June 3, 2021

June 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1400844796818866181
New post on /r/flutterdev subreddit:

Riverpod question : dart vs flutter
Hi guys,I am new to Flutter and developing a Flutter app.I am trying to decouple my widgets and library from my business logic. So a good chunk of my code is actually dart only.I am diving into Riverpod as a state management tool.And wondering : what are the benefits and drawbacks from riverpod dart only package vs flutter riverpod package ?

June 04, 2021 at 07:05PM by lesvoyagesdorphee
https://ift.tt/3ijhKWM
New post on /r/flutterdev subreddit:

can Flutter Web have good performance if you focus on it?
I wonder if Flutter Web can be a good option regarding performance and file size if your project main purpose is for the web, thus, focusing on making it viable for web viewers.

June 04, 2021 at 10:19PM by bradofingo
https://ift.tt/3vP9HoG
New post on Flutter Dev Google group:

I am facing this issues
C:\Users\M S ANAND>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.18363.1440], locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android license

June 05, 2021 at 05:19AM by Mukul S Anand
https://ift.tt/3x1WJE7
New post on /r/flutterdev subreddit:

Awesome UI designs built in flutter <3
Hello guys,During this lockdown, I tried out new UI designs using Flutter which turned out really awesome📱.You can find these designs on my GitHub:https://github.com/Chromicle/awesome-flutter-uiplease give a star⭐️ on github if you like them, any feedback is welcome

June 05, 2021 at 05:36AM by sipoge7142
https://ift.tt/34R10OI
New post on Flutter Dev Google group:

Super App With Flutter
I'm a new flutter developer and i would like to know if i have the possiblity to build a super like Grab and Gojek with Flutter. If yes can i get some helpfull links?

June 05, 2021 at 06:20AM by perial dupont
https://ift.tt/3ik0HnQ
New post on /r/flutterdev subreddit:

Grid view builder and list view builder: no need for pagination or scroll support?
I’m coming from an Angular background with regards to this question.In my web app, a user can have more than 100 courses, so we only show 20 at a time (each course has its only thumbnail card). When a user scrolls to the bottom, the next 20 courses are loaded via another API call.I’ve been reading tutorials and the documentation about GridView and LisrView builder and the consensus is that I can just make one API call and the xxxView builder will handling all the loading.Is this correct?

June 05, 2021 at 09:50AM by JapanEngineer
https://ift.tt/3uTbEzd
New post on /r/flutterdev subreddit:

I wrote a detailed article on how to safely migrate to Flutter safety
https://ift.tt/34R8bXm

June 04, 2021 at 11:42AM by sadmansamee
https://ift.tt/3ipOpdD