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

Flutter CI/CD pipeline
Hi any developer or DevOps engineer who created CI/CD pipeline in DevOps project ? organization is trying to use flutter for adding new features to native apps and eventually redesign both apps into single flutter app, I have to create CI/CD pipeline for creating features in Flutter anyone had experience in building flutter CI-CD pipeline I have some questions.

October 23, 2020 at 12:07AM by SriMSCE
https://ift.tt/3dMmFLO
New tweet from FlutterDev:

💡Flutter now supports experimenting with null safety!

With null safety for the Flutter framework, avoid null exceptions by having your code validated as you type. Find out about the principles of Dart null safety, including full soundness.

Info → https://t.co/FOE2EqteFW pic.twitter.com/FNgs7ZYAvV— Flutter (@FlutterDev) October 22, 2020

October 23, 2020 at 12:52AM
http://twitter.com/FlutterDev/status/1319411290150858752
New post on /r/flutterdev subreddit:

How long did you take to master flutter?
I’m interested, thanks

October 23, 2020 at 05:35AM by Bubba_FPS
https://ift.tt/35tTjy9
New post on Flutter Dev Google group:

Accessing DialogFlow from Flutter
Hi, I am running a " flutter_dialogflow_v2 0.3.2" sample program described in https://ift.tt/35qRqlB. My program has an error. The "DetectIntent" method calls Diagflow with a natural language query and gets its natural language reply as its result. But, the

October 23, 2020 at 09:34AM by 島津秀雄
https://ift.tt/35ofPrX
New post on Flutter Dev Google group:

how to implement google billing library for subscription in flutter
how to implement google billing library for subscription in flutter? On google they say just add the library dependency in build.gradle but I am not sure whether it works for android apps made using flutter. What should be done? Please Help

October 23, 2020 at 12:12PM by why though
https://ift.tt/2HqU6rg
New post on Flutter Dev Google group:

routeboxer in dart
Hi guys, i turn to you as the last instance for help, i am really desperate. my problem is that i have to bastle an app from a website where i have to use the js class routeboxer.js. unfortunately i can't find a way to use it with dart and google maps under flutter because they don't exist for

October 23, 2020 at 02:45PM by Manni Falk
https://ift.tt/3oiCrTx
New post on Flutter Dev Google group:

Immediate Need ll Sr.UI FullStack with 10+ years of experience ll at Pleasanton, CA.
Hello Associate, Immediate Looking for *Sr.UI FullStack ( React JS Developer) **.* with my client at *Pleasanton,CA**. * Kindly share updated Resume at *Maz...@mirthconsulting.net
New tweet from FlutterDev:

✏️ With over 280 pages on https://t.co/l9wAUoLdcW, we know there's a lot of info out there. So we're featuring some of our favorite pages here!

Get started with this cookbook page that shows you how to fade widgets in and out.

Read more → https://t.co/8cRFexGpmU pic.twitter.com/bRHplVk2pT— Flutter (@FlutterDev) October 23, 2020

October 23, 2020 at 06:01PM
http://twitter.com/FlutterDev/status/1319670248967180294
New post on /r/flutterdev subreddit:

IntegerDivisionByZeroException in Flutter
I run the app and I get this error if anyone knows where the problem source:" The following IntegerDivisionByZeroException was thrown building AnimatedBuilder"

October 23, 2020 at 06:10PM by xavi_soufian
https://ift.tt/3krvkpn
New tweet from FlutterDev:

Today we're introducing the 🆕 Material Design @YouTube Channel. 🎬 Subscribe for step-by-step tutorials, #AskMaterial questions, and videos directly from the team.

📺 → https://t.co/birgT2Y3aJ pic.twitter.com/zhWzVUmifA— Material Design (@materialdesign) October 20, 2020

October 23, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1319700124138864641
New post on /r/flutterdev subreddit:

Singleton's for state management
I'm pretty new to the use of Singletons in flutter and dart but upon using it I realized it's much more cleaner that having to use set state. Would Singleton's be considered a good option for state management and if not why? Much appreciated for any type of insight or references!

October 23, 2020 at 08:46PM by ka520
https://ift.tt/2HpxHdL
New post on /r/flutterdev subreddit:

I created my first app using Flutter that aggregates the top short stories from r/WritingPrompts and r/nosleep into a nice, clean layout for reading. Would appreciate any feedback!
Link to the app: https://play.google.com/store/apps/details?id=com.desokyapps.rslashPlease, let me know what you think of it, or if there is anything you would like to see added/changed!I used Flutter to make the app, but had to use Python and PRAW to create a custom "API" that gets the post data as JSON.

October 23, 2020 at 10:24PM by vesperenth657
https://ift.tt/3dSUafn
New post on /r/flutterdev subreddit:

How to publish to App Store with windows
Do I need an emulator? Thanks in advance

October 24, 2020 at 02:01AM by Bubba_FPS
https://ift.tt/3jm8v5j
New post on Flutter Dev Google group:

Fetching multiple RSS feeds in Flutter
If anyone has any idea how I might turn this code to fetch a single RSS feed in a Flutter app into code that can handle a set of different RSS feeds, I'd be grateful for the help. class RSSFetch { final _targetUrl = 'feed.rss'; Future