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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
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...
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
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
reddit
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...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
People who use firebase for flutter or have used it how do u get...
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...
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
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
reddit
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 ...
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
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
reddit
Ethereum ERC-20 Token on Flutter app?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Debugging with Breakpoints and Stack Trace
https://youtu.be/O0UvfT5bUPg
February 20, 2021 at 02:28PM by immacoder
https://ift.tt/3dsF1U1
Debugging with Breakpoints and Stack Trace
https://youtu.be/O0UvfT5bUPg
February 20, 2021 at 02:28PM by immacoder
https://ift.tt/3dsF1U1
YouTube
Easy Debugging with Breakpoints and Stack Trace
The very basic debugging tools that almost every IDE has is break points and stacktrace. These two are probably the two most important things to utilize when trying to debug code. 90% of bugs can be solved using these tools.
I Built a Site to Learn Flutter:…
I Built a Site to Learn Flutter:…
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
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
reddit
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...
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
🥳 #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
Twitter
#30daysofflutter hashtag on Twitter
38m ago @FlutterDev tweeted: "👏 Last days of #30DaysOfFlutter!
We ho.." - read what others are saying and join the conversation.
We ho.." - read what others are saying and join the conversation.
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
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
Dart packages
scaled_list | Flutter Package
A Horizontal List view With Lots of modification including a scaled current item and curved custom painting.
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
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
reddit
flutter book
can anyone from flutter team recommend me a book about flutter development ?
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
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
reddit
flutter book
can anyone from flutter team recommend me a book about flutter development ?
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
[Flutter Web] Implement OAuth authentication flow
https://rouxguillaume.medium.com/flutter-web-twitch-oauth2-authentication-flow-implementation-77d239c72be5
February 20, 2021 at 09:38PM by TesteurManiak
https://ift.tt/37yKZPo
[Flutter Web] Implement OAuth authentication flow
https://rouxguillaume.medium.com/flutter-web-twitch-oauth2-authentication-flow-implementation-77d239c72be5
February 20, 2021 at 09:38PM by TesteurManiak
https://ift.tt/37yKZPo
Medium
Flutter Web: Twitch OAuth2 authentication flow implementation
Currently, it is difficult to implement authentication flow such as OAuth2 on Flutter Web. One of the difficulties encountered is to be…
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
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
reddit
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...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Responsive UI Text Layout - Auto Size Text (Johannes Milke)
https://www.youtube.com/watch?v=0O_qDZ48F7o
February 20, 2021 at 09:24PM by JohannesMilke
https://ift.tt/3uiuFw0
Flutter Tutorial - Responsive UI Text Layout - Auto Size Text (Johannes Milke)
https://www.youtube.com/watch?v=0O_qDZ48F7o
February 20, 2021 at 09:24PM by JohannesMilke
https://ift.tt/3uiuFw0
YouTube
Flutter Tutorial - Responsive UI Text Layout - Auto Size Text
Learn to create responsive text layouts for Flutter mobile & web with Flutter Auto Size Text.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Dart packages
flat_router | Flutter Package
A minimalistic declarative router with deep link support.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.