Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Error Resolving Technique
How can I solve the given error? E/flutter (25849): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: SocketException: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 60126 (The port number is increasing with every click.)

December 21, 2020 at 12:34PM by Asmita Neupane
https://ift.tt/2J8FAFD
New post on Flutter Dev Google group:

Check box on data table
Hello all, Is there any way I can move checkbox on the right side in the data-table?

December 21, 2020 at 12:57PM by Raju Kumar
https://ift.tt/3pdfVuM
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 69! - Tutorials, videos, packages, and much more!
https://ift.tt/3nIzNFS

December 21, 2020 at 01:20PM by vensign
https://ift.tt/37CUEVB
New post on Flutter Dev Google group:

remove default padding
How to remove default padding of asset image?

December 21, 2020 at 02:29PM by sona
https://ift.tt/2LX7Gos
New post on /r/flutterdev subreddit:

Development on M1 MacBook Pro
Recently I've switched to MacBook Pro 13" M1 16/256 Gb from MacBook Pro 15" 2018 16/512, 6 cores i7 and I wanted to share with those of you, who, as same as me wondering if it is worth it to upgrade your current Mac? Short answer – absolutely yes.To be honest, I was wondering only about working on a battery because even if I work at home and can use a charger all the time I don't find it's very convenient. Moreover I was wondering about situations when I'm travelling and with my old (though it's not that old) MacBook I could afford only 2-4 hours of my usual work on a battery (and only 6 hours at minimal load) even if I switched only to integrated Intel card and disabled turbo boost! And with this it was still very loud because of fans.So I was expecting just 2-3 times much time on a battery (at max load, that is 6-8 hours) with new M1 ARM chip according to official data of working with videos (10 hours for old MacBook and 20 hours for new one) and I'd be happy with it.But.I could never imagine that it would last for 15 hours (could be rather more than less) with the exactly the same work process and especially remaining super cool and completely silent, so far I’ve never heard a fan!And that’s not to mention that build time reduced at least in 2 times, but mostly it’s even faster.My usual work process included working in Android Studio with simulator iPhone 11 Pro Max and 5s, and sometimes Android Emulator with running in a background a Chrome with 10-20 tabs, Figma, Telegram, Slack, VS Code and Illustrator from time to time

December 21, 2020 at 03:48PM by Andreigr0
https://ift.tt/37BOlBn
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