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

anyone tried flutter development on the #pi400 ??
anyone tried flutter development on the #pi400 ??

December 21, 2020 at 03:29PM by AceMeow96
https://ift.tt/2M0hezb
New post on /r/flutterdev subreddit:

Flutter apps are Google-Free?
Do flutter apps (ios/Android) ever call home to Google servers?

December 21, 2020 at 04:52PM by visiblebutterfly
https://ift.tt/2KOXga0
New post on /r/flutterdev subreddit:

How can i stream our ip cameras in flutter app ?
Hi friends, I’m developing our flutter app and we want to stream and show ip cameras with “rtsp” protocol on it, but I don’t know what is proper way to develop that. I have use vlc_player package in my app but is not very good and compatible with me, specially when i build apk and run it on Android device in section camera it crashed quickly! Vlc_player is not proper for our app. Plz help me about this problem.

December 21, 2020 at 07:03PM by Accomplished-Taste65
https://ift.tt/2WAge6K
New post on /r/flutterdev subreddit:

ahmedrh 54
اسللام رحمة الله وبركة دير نتعلم ا لبر جمة​View Poll

December 21, 2020 at 06:11PM by Business_Addition_12
https://ift.tt/2J8yot8
New tweet from FlutterDev:

🖥 Flutter web renderer command line options.

When building apps for the web, you can choose between two different renderers: HTML and CanvasKit. This page describes both and how to choose the best one for your needs.

Learn more → https://t.co/1Ke1VadsZr pic.twitter.com/Uns4Uw5eru— Flutter (@FlutterDev) December 21, 2020

December 21, 2020 at 07:01PM
http://twitter.com/FlutterDev/status/1341081334257737730
New post on Flutter Dev Google group:

Load complete data from Firebase at start
I want to load all the data from Firebase in a variable and use that variable to build the widget, pass same data to different class for building different widgets; is their any way to do that?

December 21, 2020 at 08:46PM by Shubham D
https://ift.tt/3mFSfxF
New post on Flutter Dev Google group:

Flutter DropDownButton Menu
Hello! How can i set the height of the pop up list options ? I want to set more down. From 1 red box transfer to another.

December 21, 2020 at 08:51PM by Πέτρος Πολλάκης
https://ift.tt/3rir6nR
New post on /r/flutterdev subreddit:

Fritz AI in Flutter Applications
https://ift.tt/3nJYxO0

December 21, 2020 at 09:36PM by Elixane
https://ift.tt/3axhMqr
New post on /r/flutterdev subreddit:

what`s the current Flutter development stack?
hello there, i`d like to knowwhat pattern do people use in Flutter, dependency injection libraries, architectural patterns, http requests and how async calls are handled, basically a small list of what is being currently used in modern flutter development​Thanks.

December 21, 2020 at 11:22PM by null_stein
https://ift.tt/2KrCGwf
New post on Flutter Dev Google group:

PROBLEM WITH THE MAIN.ACTIVITY.Can anyone help pliz.
[image: zz8.png]

December 22, 2020 at 02:36AM by Kelvin
https://ift.tt/2KrUoQf
New post on /r/flutterdev subreddit:

Flutter and FireBase: Would Firebase hosting be for just the web portion of our flutter project?
Hi All, I'm working on an application that will run on iOS, web, and Android. When creating the app for web on the firebase console, it asks if I want to use firebase hosting for the web app. So I proceed with that. After, it tells me to use firebase commands to login and deploy:You can deploy now or later. To deploy now, open a terminal window, then navigate to or create a root directory for your web app.Sign in to Googlefirebase loginInitiate your projectRun this command from your app’s root directory:firebase initWhen you’re ready, deploy your web appPut your static files (e.g., HTML, CSS, JS) in your app’s deploy directory (the default is “public”). Then, run this command from your app’s root directory:firebase deploy​This is all great, but when I run firebase init inside appName/web/, I'm met with the warning:​Before we get started, keep in mind:* You are currently outside your home directory​This is what I want, correct? Since firebase is assuming the parent level is the whole website (wherein my case the parent level is the entire flutter project, and the "parent level" for the web-portion is app/web, correct?​The general flow will be that firebase hosting *could* be used for the web portion of my flutter app (and I'm already going to be using firebase for auth, so why not), and that the Android and iOS apps will be hosted separately. Is this generally how people go about hosting in all places? Host the mobile apps via the app listing process for Android and iOS, and then pick a 3rd party hosting service for the web portion of the flutter app? Any tips are appreciated, thanks.

December 22, 2020 at 02:12AM by OwnLie1989
https://ift.tt/2JaKZfn
New post on Flutter Dev Google group:

i just can't install flutter
i've install it already but then they give me an error then i lookup on stack overflow somebody said i have to change the path but then after i change the path my program seem to have more error then i remove the android studio but still there still 4 error so can you help me fix it please

December 22, 2020 at 06:29AM by Natthaphat Muanpej
https://ift.tt/34wigsL
New post on Flutter Dev Google group:

Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged; final

December 22, 2020 at 08:59AM by Usama Altaf
https://ift.tt/3pfQ6dy
New post on Flutter Dev Google group:

Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;

December 22, 2020 at 09:04AM by Usama Altaf
https://ift.tt/3hh92pK
New post on /r/flutterdev subreddit:

Flutter or React Native with Expo for simultaneous mobile and web app development?
I am thinking about making an app that would be very similar in functionality and appearance across mobile and desktop, similar to Tinder, for instance. I was wondering if the ability for Flutter or React Native to run on web was robust enough at this point in time and which particular technology is better.

December 22, 2020 at 09:12AM by ChoteBoi
https://ift.tt/2KN0yKR
New post on Flutter Dev Google group:

Cart Quantity selection with TextField Flutter
I want to add text field in my cart for user to add quantity value that how much he wanted here is the quantity selection ```class QuantitySelection extends StatelessWidget { final int limitSelectQuantity; final int value; final double width; final double height; final Function onChanged;

December 22, 2020 at 09:11AM by Usama Altaf
https://ift.tt/2JbF1Ln