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

Tip: Set any Chromium Browser as dev target in Flutter 2.0
A quick tip for anyone not using Google Chrome but a Chromium-based browser (sorry Firefox & Safari). You can your browser of choice as your target. Simply add this to your shell's environmental variablesMacOS: export CHROME_EXECUTABLE="/Applications/{NAME_OF_BROWSER}.app/Contents/MacOS/{NAME_OF_BROWSER}"Windows: (Can someone reply below? I don't want to give our false info that I cant confirm!)PS: If your browser name has spaces in it, make sure it's properly formated! Sometimes your IDE might mess it up so just use VIM or text pad!P.S 2: I think Firefox support might be coming soon since I believe it uses the same APIs as a puppeteer (correct me if I'm wrong) and Firefox is also now supported by puppeteer so it's not bad to assume they might support it in the future.

March 06, 2021 at 06:42AM by Sethu_Senthil
https://ift.tt/3c5iQkv
New post on Flutter Dev Google group:

Why setState not re-render my child stateful widget
This is my code: var _showGoogleMaps = false; @override void initState() { super.initState(); Future.delayed(Duration(milliseconds: 2000), () => setState(() { _showGoogleMaps = true; } )); } @override Widget build(BuildContext context) { return //example 1

March 06, 2021 at 07:33AM by Bảo Nguyễn Ngọc
https://ift.tt/3bl75XI
New post on /r/flutterdev subreddit:

Recommended IDE for desktop development on macOS
I’m completely new to Flutter and Dart (coming from a different language with a proprietary IDE called Xojo). I want to develop macOS apps using Flutter (I’m aware it’s still in beta but happy to trailblaze).I’m just wondering if there are any significant differences in developing for desktop between the two recommended IDEs (VS Code and IntelliJ)? I don’t mind paying for an IDE if it’s good.All the online articles centre around iOS development or android development which I’m not interested in.

March 06, 2021 at 09:51AM by garrypettet
https://ift.tt/3edvCQs
New post on /r/flutterdev subreddit:

avatar_glow is now null safe. Create a fancy glow behind avatars.
https://pub.dev/packages/avatar_glow

March 06, 2021 at 12:00PM by ayushpguptaapgapg
https://ift.tt/3c5ALY9
New post on /r/flutterdev subreddit:

Can I use webview with react js inside of the flutter web?
Hello, I would like to use a flutter web for my current mobile app. The problem is that my mobile app is written in Flutter, but uses a webview and loads some parts of the app in the web using react js. As far as I understand Flutter web does not support vebview, so I thought - perhaps I can directly include some pages from my react web app into the flutter web? Or perhaps I can make webview to work on flutter web?

March 06, 2021 at 02:30PM by androideris
https://ift.tt/3kOPzOO
New post on Flutter Dev Google group:

decode a String futter
Why String can't decode back to Map after change to String? FirebaseMessaging.onMessage.listen((RemoteMessage message) { print(message.data); var convertToString = (message.data).toString(); var map = jsonDecode(convertToString); }); *Error* E/flutter (17220): [ERROR:flutter/lib/ui/ui_dart_state

March 06, 2021 at 03:48PM by w.s...@gmail.com
https://ift.tt/38fD6hX
New post on /r/flutterdev subreddit:

(FREE COURSE) Hello World!!! I built a Course on Udemy where I teach you how to Generate Human Faces from a Sketch using Flutter & Python!
In this course I will teach you:· How to build a Drawing App in Flutter that takes in a human sketch and generates a realistic image of a human using the powerful Pix2Pix Algorithm!
· Step by Step guide in building our Generative Adversarial Network in Python
· Build a Flask API in Python to generate images using our Neural Network from our Flutter Application
· Generate Human Faces Immediately!
· Learn how to build the famous youtube algorithm, that PewdiePie, TwoMinutePapers, and other famous youtubers have made videos on (Pix2Pix), in a fun and entertaining way!https://www.udemy.com/course/human-generator-mobile-app/?couponCode=88F6660A253FBC1C539FIf you are passionate about deep learning and want to apply deep learning algorithms to mobile apps or if you want to build your portfolio to get a job in A.I. then this course is perfect for you!

March 06, 2021 at 05:33PM by samboylansajous
https://ift.tt/30l7iE1
New tweet from FlutterDev:

📱 Learn how to monetize a #Flutter app.

Did you miss Zoey & Andrew's talk on monetization strategies for apps built with #Flutter? You're in luck! Tune in on demand to see how you can turn a successful app into a successful business.

Watch 👉 https://t.co/dcd2tppdFk pic.twitter.com/X2Fw0ybCBe— Flutter (@FlutterDev) March 6, 2021

March 06, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1368245016913674250
New post on Flutter Dev Google group:

Method Channel causing app re-initialization
Hi, I currently have a flutter based android app which performs authentication of a user on startup. We store the information in shared preferences so the user does not need to login each time. I have also configured the app to listen for native events coming like action send text (using a

March 06, 2021 at 06:50PM by Mohammed Salman
https://ift.tt/3qnYZlE
New post on /r/flutterdev subreddit:

Flutter Tasks, a rough UI clone of the Google Tasks application.
https://ift.tt/3roFD13

March 06, 2021 at 07:01PM by leodriesch
https://ift.tt/3kR1EmA
New post on /r/flutterdev subreddit:

Flutter-strated with the ecosystem
Luker for a long time.I've been working on an app for about 12 months in what little spare time 2020 afforded. It's not particularly complex, I had a rough concept done in less than a week (and build much more challenging programs at work in other languages).But as I pushed the app toward something really usable - I've been very frustrated with what seems like a poor quality control in the ecosystem. There are new build issues every month even without code-changes on my end. Updating flutter itself changes the behavior seemingly stable widgets (Stack w/non-positioned elements for example). 3rd party libs work, or don't.Yesterday I lost my development partner, who was handling iOS integration, to these frustrations.Even things like basic documentation aren't reliable from the flutter team itselfex: https://imgur.com/a/KgKsmYNI'm spending 80+% of my time dealing with what seems like a alpha-stage ecosystem. It likely would have been easier to develop my app in native code. I'd have been done in 1/2 the time if I'd gone the RN route.I really wanted to like flutter but it's just not there. I want to be wrong about this. I'm super bummed. What am I missing? What's the killer feature that makes this pain worthwhile?

March 06, 2021 at 07:44PM by relativityboy
https://ift.tt/3ed2bOn
New tweet from FlutterDev:

🔷 Featherweight Isolates 🔷

Tune into this #FlutterEngage community talk by @mklin to learn more about the exciting new 🧪 experimental 🧪 feature in @dart_lang and #Flutter that allows you to make use of as many Isolates as you need.

Watch for more 👉 https://t.co/JGjWJYSfYy pic.twitter.com/TGt3AfwIpt— Flutter (@FlutterDev) March 6, 2021

March 06, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1368275228930015234