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

Keeping up with new features and updates
hi guys, im fairly new to flutter and dart.i basically am starting a flutter and dart course and i have this question, how am i gonna be able to keep up with the developing of the language?? is there a way to see which stuff changes overtime?how do flutter updates work? if i am coding an app while the language changes, how does it affect my code?also, can yall see if this course is outdated or not? i just bought it and i dont want to learn outdated stuffhttps://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/thanks

June 03, 2021 at 11:41PM by FilthyFrankuuu
https://ift.tt/2SaOR4D
New post on /r/flutterdev subreddit:

How does the UI become functional?
I'm sorry this is a very beginner question.So I saw some great flutter UI tutorials on YouTube and I'm just wondering is it possible to make all those beautiful UI functional or not.For example:- I saw a beautiful pie chart UI but can I actually implement it to represent the data taken from the app users?If so how does it basically work?I'm gonna purchase a flutter course this week and one day I'd love to turn those beautiful UI into fully functional apps. That's why I'm curious.Thanks!

June 04, 2021 at 12:20AM by Stoic_Dude_2001
https://ift.tt/3gc90iR
New post on Flutter Dev Google group:

Re: Convert Java code to Dart
Can you explain how the two pieces of code achieve matching *é *for *e *respectively? (Both Java and Dart) On Thu, Jun 3, 2021 at 21:17 ZA
New post on /r/flutterdev subreddit:

Flutter 2.2: Question about the new "Android deferred components"
Are you guys familiar with the manga reading app Tachiyomi? (kotlin android app)This app has a very clever way of splitting components. They call it "extensions". Each extension is in a form of a .apk file which can be downloaded and installed. And it will not add a new app icon in the device menu. The app itself will just have additional functionalities.My question is: Are these two similar? If not, what's the difference?

June 04, 2021 at 05:02AM by yurabe
https://ift.tt/2SWS3AI
New post on Flutter Dev Google group:

The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility. Building plugin cloud_firestore...
Note: F:\softwares\flutter_windows_1.17.5-stable\flutter\.pub-cache\hosted\ pub.dartlang.org\cloud_firestore-2.2.1\android\src\main\java\io\flutter\plugins\firebase\firestore\FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for

June 04, 2021 at 07:58AM by codewith Rana
https://ift.tt/3gb1Smv
New post on Flutter Dev Google group:

Good Morning
I have a problem I'm using Firebase in that we can authenticate either mobile number or Google signin but I need to use both for verifying both email and password. So give me a solution If I good a good verification method for Email means i can authenticate with mobile number and verify email

June 04, 2021 at 08:46AM by Navaneethan MacAppStudio
https://ift.tt/3pkwyWD
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