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

My youtube flutter playlist
Please like,subscribe and sharehttps://www.youtube.com/playlist?list=PLOvEA8-W5LWkm6kixEj4Yx4Ho71bbOdGj

November 26, 2019 at 05:23PM by htetwaihlaing
https://ift.tt/2OoGJIQ
New tweet from FlutterDev:

🗣Tell us more! 🗣

We want to know about your Flutter experience. The more we know about it, the more we can improve! Help us make Flutter even better by taking the survey in the link below.

Take the survey → https://t.co/at2mV5s0u6 pic.twitter.com/9vwvGzu2pb— Flutter (@FlutterDev) November 26, 2019

November 26, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1199372245820477440
New post on /r/flutterdev subreddit:

Good backend alternative for Flutter to Firabase
I am new to Flutter and I am trying to build an app by myself as a side project; I have been researching for a severless architecture, as I don’t want to spend a lot of time doing DevOps instead of building the app. Not surprisingly, the best documentation and SDK’s are related to Firabase, but I believe its NoSql database is not a good fit for my app as it uses a lot of aggregated queries and highly related entities. Can anybody point me to a good alternative? A tutorial or documentation to check would be awesome. Thanks!

November 26, 2019 at 07:19PM by sempernewby
https://ift.tt/33l4ztp
New post on Flutter Dev Google group:

New audio playback plugin
Hi list, I've published a new audio player plugin (including example app) at https://ift.tt/2OKLFqx and also available via pub: https://ift.tt/2rwxb5y Notable differentiating features: - Supports playing from local Flutter

November 26, 2019 at 07:48PM by Daniel Iglesia
https://ift.tt/35DGH5T
New tweet from FlutterDev:

🇨🇳 Google Developer Days China 2019

Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.

Watch here → https://t.co/TTlovkZEt9— Flutter (@FlutterDev) November 26, 2019

November 26, 2019 at 09:25PM
http://twitter.com/FlutterDev/status/1199423930701733888
New post on Flutter Dev Google group:

Testing: How interacts with material design complicated form elements (form lists, dataGrids, buttons, ...)?
Hello everyone I just started investigate Flutter Web Material components and see that layout is done without any classes, tags with unique names or id attributes. So it's really hard to find specific web component and interact with it. Could you please give me some example of how via driver:

November 26, 2019 at 10:13PM by Yuriy Zipov
https://ift.tt/2skBhhP
New post on /r/flutterdev subreddit:

Flutter equivalent of SwiftUI
Dart 2.6.0 introduced class extensions: https://www.youtube.com/watch?v=GkEuRVkeLpwI have made an experimental package which takes advantage of this to create widgets in the same way as done in SwiftUI. This requires dart version 2.6.0 (which pub.dev doesnt like, since this interfers with the current stable flutter version 1.9.1 constraints)The package in its current state is just a proof of concept to showcase what is possible, but with a possible future.Github: https://github.com/ReinBentdal/styled_widget

November 26, 2019 at 10:44PM by ReinBentdal
https://ift.tt/2KUD03I
New post on /r/flutterdev subreddit:

Mobile notifications
I'd like to use push notifications in my apps but I don't want to use Firebase, any other alternative?

November 26, 2019 at 08:27PM by carlosam1710
https://ift.tt/2OOLxX4
New post on /r/flutterdev subreddit:

Handling draggable areas or elements drawn on a Flutter CustomPainter. [by Matt Sullivan]
https://ift.tt/33h3fb2

November 26, 2019 at 11:54PM by EngineerScientist
https://ift.tt/2QRbpnM
New tweet from FlutterDev:

HERE WE GO ...

(•_•)
( •_•)>⌐■-■
(⌐■_■)

The full official #FlutterInteract site is LIVE. Head over now for the event schedule plus updates and info about the livestream and viewing parties around the world. https://t.co/y61Upqz35P pic.twitter.com/Ih74RA1KVk— Flutter (@FlutterDev) November 26, 2019

November 27, 2019 at 12:20AM
http://twitter.com/FlutterDev/status/1199467940560531456
New tweet from FlutterDev:

🇨🇳 Google Developer Days China 2019

Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.

Watch here → https://t.co/TTlovkZEt9 pic.twitter.com/VZofnTGdKn— Flutter (@FlutterDev) November 26, 2019

November 27, 2019 at 12:53AM
http://twitter.com/FlutterDev/status/1199476308180267008
New post on Flutter Dev Google group:

Flutter app that allows for audio recording
Hello, I want to develop an app which allows the user to record audio, meaning I will need access to user's microphone on the mobile device. Would flutter allow this functionality? Or is it not possible to get access to microphone by third party app? ᐧ

November 27, 2019 at 01:12AM by shubhra
https://ift.tt/2Om86Dq
New post on Flutter Dev Google group:

NoSuchMethodError: The method 'validate' was called on null.
Hello all, I am getting this error can you please help me. [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: The method 'validate' was called on null. E/flutter (13281): Receiver: null E/flutter (13281): Tried calling: validate() E/flutter (13281): #0

November 27, 2019 at 01:16AM by Mahmoud Alminawi
https://ift.tt/33mLyGY
New post on /r/flutterdev subreddit:

A question about provider and themes
Hello there!I have one question about the dark mode and provider (see this video https://www.youtube.com/watch?v=G7gV89hnooM)My comment was: "Thanks, it works great... But I'm thinking about a real app. It will rebuild the whole app when the theme is changed right? As if the app was open again(just like a restart because the listener is above everything). Right?"Any help?

November 27, 2019 at 12:48AM by feelipereis
https://ift.tt/37HJahm
New post on /r/flutterdev subreddit:

Hey Flutter Developr's check this amazing telegram channel where you can solve your problem with other enthusiastic Flutter Developr's
https://ift.tt/33mmGPF

November 27, 2019 at 05:24AM by _rushikeshmore_
https://ift.tt/34pXYzl
New post on /r/flutterdev subreddit:

Developing on Chrome OS
Does anyone do this?I have heard of people using VS Code and then taking advantage of the fact that you can run Android apps natively on the Chromebook.I currently develop on a MBP, but if I could get away with using a $500 Chromebook, I may consider it.Any insight into performance, ease of use, etc? Super curious about this.Thanks!

November 27, 2019 at 04:29AM by FeelTheDataBeTheData
https://ift.tt/2DgWvzg