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

How to decode the event from websocket.onError.listen(event)?
Here is my listener: webSocket.onError.listen((event) { print('onError: event=$event'); inspect(event); }); Here's what shows up in the console: event=[object Event] I can't find any useful information about the Event class that would allow me to find out things like the error message or status

February 20, 2021 at 03:42AM by Tom Cervenka
https://ift.tt/3sc67Ty
New post on Flutter Dev Google group:

Beginner Message; PLEASE HELP
I am new to flutter and Dart, although not new to software development. While trying to install flutter, I followed the instructions step by step but when I try to check the flutter doctor, the cmd window shuts down and there's no error message. How do I fix this please, I need help.

February 20, 2021 at 03:50AM by Adeyemi Ajiboye
https://ift.tt/37sDF7O
New post on /r/flutterdev subreddit:

Flutter Google Maps API Alternatives
I might be posting this in the wrong place, but because Google Maps Direction API doesn't work with my Flutter app unless I have a billing account attached, what free alternatives do you already use or recommend to draw polylines on a Google Map?

February 20, 2021 at 04:40AM by 21zhengj
https://ift.tt/3aB3Vik
New post on /r/flutterdev subreddit:

Zefyr Editor in Flutter
Hi, I am using Zefyr in my app. What was the problem I found out that, it won't provide a hint text or I don't know is there any feature. But I tried but nothing found. Sohow to show hint text in zefyr editor.Does it really need to provide a document to ZefyrController?

February 20, 2021 at 06:26AM by Green-Campaign101
https://ift.tt/2NDn3Dj
New post on Flutter Dev Google group:

Regarding Doubt
Hello is there any way to make a app in which when the person gets a stepping noise 4 times and the app should create alert to someone..Like a elderly person beats with leg 4 times and the app should create a alert....Is there any way to do this in flutter...

February 20, 2021 at 07:42AM by Kondaveeti Harshitharam
https://ift.tt/37rLLh5
New post on /r/flutterdev subreddit:

People who use firebase for flutter or have used it how do u get your search to work. How?
I'm a beginner and it's hard for me can u please tell me what u used to make searching feature work. Appreciate it if it was video or a text explanation Thanks

February 20, 2021 at 08:44AM by ihs_ahm
https://ift.tt/3pEJhSJ
New post on /r/flutterdev subreddit:

Is there anything like dispose method in Stateless Widget?
I don't feel like using Stateful Widget for its `dispose()` method  whenever I am using any `controller` even I don't have anything to do with the state of the widget in real time. For example, animating the opacity of a widget by using `FadeTransition`. So I wondered is there anything we could do about.

February 20, 2021 at 03:12PM by Chinky_Sight
https://ift.tt/2ZCsQeU
New post on /r/flutterdev subreddit:

Ethereum ERC-20 Token on Flutter app?
Hello,I'm working on a project and would like to know if there are packages/plugins etc.. for Ethereum ERC-20 Token on Flutter app?

February 20, 2021 at 03:10PM by SecretOasis
https://ift.tt/2NHrsFh
New post on /r/flutterdev subreddit:

Flutter constructors and classes
I am new to programming and I’m really having a hard time understanding constructors and classes and how I can pass the properties of classes to other widgets and all that stuff...could you guys share with me a video or any thing where I can easily learn about these things ?

February 20, 2021 at 03:57PM by TheQuack69
https://ift.tt/2ZBnNM6
New tweet from FlutterDev:

🥳 #30DaysOfFlutter Week 4 content is out!

This week, let's complete our apps by adding @Firebase Authentication and Cloud FireStore to keep track of our favorite rockets! Don't miss @jfkdev's livecoding and @csells Q&A on Feb 24 at 9am PST.

Join 👉 https://t.co/KxerUKm0nA pic.twitter.com/EDyZWrWIfz— Flutter (@FlutterDev) February 20, 2021

February 20, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1363171570693394436
New post on /r/flutterdev subreddit:

My new Package : Scaled List
Hey Flutter developers I made a Flutter package recently Called Scaled Listhttps://pub.dev/packages/scaled_listhttps://github.com/hosain-mohamed/scaled_listit's a horizontal Listview With Lots of modification including- Scaled current item.- Curved custom painting.- Dots indictor below it.- it makes the widget of item builder responsive to the devicescreen's width and height.You can also set the relative width, margin width, height of selected and unselected Card to the entire screen.This video show the use of it.Try it and don't forget to give it a Rate if you find it good. and Let me know if you want to modify anything in it.Thanks in advance

February 20, 2021 at 07:03PM by Crafty-Daikon-828
https://ift.tt/2ZC0RMt
New post on /r/flutterdev subreddit:

flutter book
can anyone from flutter team recommend me a book about flutter development ?

February 20, 2021 at 06:19PM by SolidSize1433
https://ift.tt/2ORILnz
New post on /r/flutterdev subreddit:

flutter book
can anyone from flutter team recommend me a book about flutter development ?

February 20, 2021 at 06:15PM by SolidSize1433
https://ift.tt/2NKZ6Ka
New post on Flutter Dev Google group:

problem with hot reload
I'm working on a Flutter app and I've noticed that whenever I save my app to see the updated changes, my entire app reloads and goes back to the first page of the app.

February 20, 2021 at 09:59PM by Harshit Jain
https://ift.tt/3qEfxqz
New post on /r/flutterdev subreddit:

Why Flutter resources are mostly video?
I have watched this subreddit for some months, and most learning resources posted are YouTube videos. This looks weird to me, no other programming-related subreddit I subscribed is like that. Is there a reason behind this?

February 20, 2021 at 09:37PM by duongdominhchau
https://ift.tt/3uhATvZ
New post on Flutter Dev Google group:

hi there , anybody can help me how to get datafrom firestore and put it in my codes
Widget _buildSliverAppbarBackground( BuildContext context,) { var imageList = restaurantDetail.image; return Column( children: [ Stack( children: [ Image.network( document.data()['image'], fit: BoxFit.cover,

February 20, 2021 at 10:15PM by Light Life
https://ift.tt/37PYydx
New post on /r/flutterdev subreddit:

Request feedback: flat_router
Hi community! I'd like to request some developer feedback regarding my approach of a router package. While the declarative Flutter Navigator 2.0 API is very powerful, it's quite large that it distracts beginners.Some thoughts about the design goal:- I wanted to keep the API as simple as possible. --> Very pro users will use fully fledged Navigator 2.0 api. Focus is beginner / intermediate.
- Fully declarative API --> "fixed set of routes" is off the table
- Don't rely on stack / hierarchy navigation model (that one apps use) --> reduces the complexity
- focus on Flutter web --> "history states / deep linking" is a mustThe result is https://pub.dev/packages/flat_routerCan you look at it and provide some constructive feedback? What are your thoughts?

February 20, 2021 at 10:55PM by felixlein
https://ift.tt/2NLrXOu
New post on Flutter Dev Google group:

Importing Contacts from Gmail
Hi, I know there is a contact_service which I use in my code to import contacts from the phone but to my knowledge there is not something to import contacts from gmail/apple accounts. I would have to think a lot of people save their contacts to the cloud now and was wondering if there was

February 21, 2021 at 01:58AM by Mark Valeriani
https://ift.tt/3sbTXK5