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

Flutter Layout : How to align independently several widgets centered horizontally
Hi. I'm learning Flutter and I test and looking for the web to understand the hierarchy of flutter development ! I would like to do that [image: Home.png] There is my code with no issues: import 'package:flutter/material.dart'; class Intro extends StatelessWidget{ @override Widget build(BuildCon

November 02, 2020 at 05:23PM by divi...@gmail.com
https://ift.tt/35Zs2n9
New post on Flutter Dev Google group:

Timeout in WebSockets.
How to implement time out feature while listening to a stream provide by a web socket api? Like if the connection state is open/active/waiting for a particular period of time it should timeout and stop listening

November 02, 2020 at 05:23PM by Tushar Sharma
https://ift.tt/3mEwluW
New post on Flutter Dev Google group:

New Dart DevTools Release - 0.9.4
DevTools 0.9.4 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - Give us your feedback by taking the Q4 DevTools survey! When you launch DevTools during the month of November, you will be prompted to take a survey and

November 02, 2020 at 05:27PM by Kenzie Schmoll
https://ift.tt/2HXX06Q
New post on Flutter Dev Google group:

Non nullable named parameters compiler error
Should you get a compiler error: Expected '}' before this For non nullable required named parameters? (No ? after param type)

November 02, 2020 at 05:30PM by Kevin Chadwick
https://ift.tt/2HX3rHz
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 63! - Tutorials, videos, packages, and much more!
https://ift.tt/388LEIj

November 02, 2020 at 07:41PM by vensign
https://ift.tt/2TJbQ3Y
New post on /r/flutterdev subreddit:

Glitch effect
I'm experimenting with creating a glitch effect. Maybe it could be helpful for somebody.Result: https://raw.githubusercontent.com/kherel/flutter_fun/master/gifs/glitch.gifCode: https://github.com/kherel/flutter_fun

November 02, 2020 at 07:17PM by kherel
https://ift.tt/3oJznzU
New post on /r/flutterdev subreddit:

Is it possible to develop Flutter apps on OpenWRT?
I was wondering what the the current status of Flutter support for OpenWRT running on devices that support running 60 fps games?If there is no current support, is there a roadmap for this?

November 02, 2020 at 08:45PM by kingofthecream
https://ift.tt/3jVrZ0B
New post on /r/flutterdev subreddit:

A Flutter package that helps you to protect your work against greedy employers not willing to pay by letting you to remotely control the app's usability
https://ift.tt/34QuX2s

November 02, 2020 at 08:31PM by fperson_
https://ift.tt/2TMfEBt
New post on Flutter Dev Google group:

No Ads on iOS
My app went live 1 week ago and its showing Admob ads on Android devices fine, but not ads on iOS devices. Test ads are working fine. Is it because I upgraded to flutter 1.22? Anyone else facing similar issue? Thanks

November 02, 2020 at 10:33PM by IT365 Solutions Inc
https://ift.tt/3843jRn
New post on /r/flutterdev subreddit:

My CV website (with source)
Hey all! I started learning Flutter this year, to build a personal project by myself. I am not a developer nor studied programming but I always had an interest in coding. It's been a lot of fun! Last month I also made a "CV website" as a web app. It's the first app that I release publicly. Any feedback, on any aspect, would be greatly appreciated!
I also want to thank the Flutter community at large. So many people are positive and helpful. I couldn't do much without the help of people answering questions online or writing tutorials. Looking forward to the futur Flutter developments!My CV website, a Flutter web app : https://louisdeveseleer.com/The source code : https://github.com/louisdeveseleer/resume_web

November 02, 2020 at 11:52PM by king-louis-rds
https://ift.tt/386297S
New post on Flutter Dev Google group:

Best practices for audio playing
Hi all, I would like to understand what's the best option in order to play audio on mobile devices with Flutter. It seems that there is no official / core Flutter library for this. I have been looking at just_audio as a possible solution, but I would like to know what more experienced Flutter

November 03, 2020 at 12:10AM by Federico Mestrone
https://ift.tt/3jT4GVe
New post on /r/flutterdev subreddit:

Any one here “full stack” Google?
This post isn’t suppose to be too serious, just a general discussion. By full stack I mean:-Dart -Golang -Flutter -Google CloudBasically, do focus your stack solely on Google technology?I would love to know if you’ve made a career out of it, do you have a back up plan if for whatever reason Google stopped developing these technologies?I’m curious to know!

November 03, 2020 at 12:17AM by augst1
https://ift.tt/3jQTwAx
New post on Flutter Dev Google group:

methodCall vs 16 bit aligned data
I'm using flutter_sound which mostly passes 16 bit vectors from Java land. There is no int16 type apparently, so it sends as uint8List, but then it shows up in dart in a byte buffer at offset 49 (why 49?). This is unfortunate since it can't be aliased as 16 bit (Int16List rejects unaligned

November 03, 2020 at 02:36AM by Jim Hurd
https://ift.tt/2I2slVZ