New tweet from FlutterDev:
π Enjoying #GoogleIO?
π We are too!
Join us for Flutter codelabs, workshops, AMAs and much more. Let people know youβll be attending using the hashtag #GoogleIO.
See you at Day 2 π https://t.co/zA7as17Rmj pic.twitter.com/GXA3hMfWWhβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 02:59AM
http://twitter.com/FlutterDev/status/1394820055020589056
π Enjoying #GoogleIO?
π We are too!
Join us for Flutter codelabs, workshops, AMAs and much more. Let people know youβll be attending using the hashtag #GoogleIO.
See you at Day 2 π https://t.co/zA7as17Rmj pic.twitter.com/GXA3hMfWWhβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 02:59AM
http://twitter.com/FlutterDev/status/1394820055020589056
New tweet from FlutterDev:
Grab a seat at the Flutter & @Firebase fireside chat π₯ β https://t.co/qve5ZkrtnZ pic.twitter.com/uedCHkbIaoβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 03:59AM
http://twitter.com/FlutterDev/status/1394835165524922370
Grab a seat at the Flutter & @Firebase fireside chat π₯ β https://t.co/qve5ZkrtnZ pic.twitter.com/uedCHkbIaoβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 03:59AM
http://twitter.com/FlutterDev/status/1394835165524922370
Twitter
Firebase (@Firebase) | Twitter
The latest Tweets from Firebase (@Firebase). The tools and infrastructure to build better apps and grow successful businesses // Releases @FirebaseRelease // For support https://t.co/07yo9M8rF7. The Internet
New post on /r/flutterdev subreddit:
[Fixed] Flutter Web Choppy/Laggy scrolling on Flutter Vancouver Website
Hey All!Few days ago, I shared that I made the code for Flutter Vancouver website created using Flutter Web open source. There was a lot of feedback in multiple threads that the scrolling of the website was bad and choppy and many people felt that it was a problem with Flutter Web. I wanted to share that that I used the wrong widget for a child list which caused the choppy scrolling.Please make sure to clear cache before testing the changes on your browser.What was I doing wrong?So, the website uses the SliverAppBar and then SliverChildListDelegate for rest of the children. I initially thought that since its not a builder it's not going to lazy load the children. But it was lazy loading the children even tho if I was providing an explicit list. Is it an issue with the widget, I am not sure.What is the fix?You can see the fix in this commit. I used SliverToBoxAdapter and made use of our old ListView friend shrink-wrap. I couldn't find that option when using SliverList. Maybe there is a better way to fix the issue. If you know it, please let me know.I tested the changes on iPhone(safari), mac(chrome, safari). Please let me know how the scrolling is on your device, would really appreciate it.Please note that this is no means advocates if you should use Flutter Web for all such use cases. My main goal was to use Flutter Web to showcase Flutter and also build a website for Flutter Vancouver community. I am writing this reddit post to tell you all that it was my fault for the choppy scrolling. If you want to know what my thoughts are on if you should use Flutter Web, please checkout this medium article, I am not going to about that in depth here.Cheers!
May 19, 2021 at 04:34AM by wisecrack2
https://ift.tt/3hBS6fz
[Fixed] Flutter Web Choppy/Laggy scrolling on Flutter Vancouver Website
Hey All!Few days ago, I shared that I made the code for Flutter Vancouver website created using Flutter Web open source. There was a lot of feedback in multiple threads that the scrolling of the website was bad and choppy and many people felt that it was a problem with Flutter Web. I wanted to share that that I used the wrong widget for a child list which caused the choppy scrolling.Please make sure to clear cache before testing the changes on your browser.What was I doing wrong?So, the website uses the SliverAppBar and then SliverChildListDelegate for rest of the children. I initially thought that since its not a builder it's not going to lazy load the children. But it was lazy loading the children even tho if I was providing an explicit list. Is it an issue with the widget, I am not sure.What is the fix?You can see the fix in this commit. I used SliverToBoxAdapter and made use of our old ListView friend shrink-wrap. I couldn't find that option when using SliverList. Maybe there is a better way to fix the issue. If you know it, please let me know.I tested the changes on iPhone(safari), mac(chrome, safari). Please let me know how the scrolling is on your device, would really appreciate it.Please note that this is no means advocates if you should use Flutter Web for all such use cases. My main goal was to use Flutter Web to showcase Flutter and also build a website for Flutter Vancouver community. I am writing this reddit post to tell you all that it was my fault for the choppy scrolling. If you want to know what my thoughts are on if you should use Flutter Web, please checkout this medium article, I am not going to about that in depth here.Cheers!
May 19, 2021 at 04:34AM by wisecrack2
https://ift.tt/3hBS6fz
reddit
Flutter Vancouver website built using Flutter Web
Hey there! I maintain the Flutter Vancouver group and it's website. Today I am making the code public, sooner than I wanted to. We recently hit...
New post on /r/flutterdev subreddit:
An E-commerce application built in Flutter.
https://ift.tt/3hksjW4
May 19, 2021 at 06:45AM by ashishrawat2911
https://ift.tt/3u68Cr6
An E-commerce application built in Flutter.
https://ift.tt/3hksjW4
May 19, 2021 at 06:45AM by ashishrawat2911
https://ift.tt/3u68Cr6
GitHub
GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
An Ecommerce application built in Flutter using Firebase. - GitHub - ashishrawat2911/flutter_commerce: An Ecommerce application built in Flutter using Firebase.
New post on /r/flutterdev subreddit:
Android - Flutter vs Native
If cross platform development is not a concern, i.e, I only want to develop an app for Android, which is a better choice? Flutter or Native Kotlin/Java. How likely is it that Google will eventually port all their apps to Flutter? As of v2.2 what are the biggest things flutter lack for large projects or what kind of application should I completely avoid using flutter (as opposed to making native plugins if in case a plugin doesnβt exist for a feature I require)
May 19, 2021 at 06:44AM by yahya31415
https://ift.tt/3bCmliQ
Android - Flutter vs Native
If cross platform development is not a concern, i.e, I only want to develop an app for Android, which is a better choice? Flutter or Native Kotlin/Java. How likely is it that Google will eventually port all their apps to Flutter? As of v2.2 what are the biggest things flutter lack for large projects or what kind of application should I completely avoid using flutter (as opposed to making native plugins if in case a plugin doesnβt exist for a feature I require)
May 19, 2021 at 06:44AM by yahya31415
https://ift.tt/3bCmliQ
reddit
Android - Flutter vs Native
If cross platform development is not a concern, i.e, I only want to develop an app for Android, which is a better choice? Flutter or Native...
New post on Flutter Dev Google group:
Flutter projects with best practices
Please recommend me Flutter projects (with source code) of best practices. Not cookbook's little snippets, but the real well-written projects. It's for education (Futures, Streams, Isolates, BLoc, Provider, MobX, Redux, GetIt, Cloud Firebase). Thank you in advance.
May 19, 2021 at 08:39AM by Steepe Hare
https://ift.tt/3fxJ4h2
Flutter projects with best practices
Please recommend me Flutter projects (with source code) of best practices. Not cookbook's little snippets, but the real well-written projects. It's for education (Futures, Streams, Isolates, BLoc, Provider, MobX, Redux, GetIt, Cloud Firebase). Thank you in advance.
May 19, 2021 at 08:39AM by Steepe Hare
https://ift.tt/3fxJ4h2
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 UI - Project management app UI
https://youtu.be/JOQVqtbYfI4
May 19, 2021 at 09:15AM by vilhd
https://ift.tt/3oweCIw
Flutter UI - Project management app UI
https://youtu.be/JOQVqtbYfI4
May 19, 2021 at 09:15AM by vilhd
https://ift.tt/3oweCIw
YouTube
Flutter UI β Project Management App Design | Protorix Code
Project Management is an integral part of any company to work effectively. Learn how to design an amazing Flutter UI for Project Management app. Hope this video inspires you to design more amazing apps. If you have a specific app design that you would likeβ¦
New post on /r/flutterdev subreddit:
Is there any changes for '--dart-define' system in Flutter2.2?
When I upgrade the flutter to Flutter 2.2, build error occurs in my project. It is seemed to related to '--dart-define' system. Is there any changes in Flutter 2.2?
May 19, 2021 at 09:02AM by Old_Actuator_9043
https://ift.tt/3bBVV0O
Is there any changes for '--dart-define' system in Flutter2.2?
When I upgrade the flutter to Flutter 2.2, build error occurs in my project. It is seemed to related to '--dart-define' system. Is there any changes in Flutter 2.2?
May 19, 2021 at 09:02AM by Old_Actuator_9043
https://ift.tt/3bBVV0O
reddit
Is there any changes for '--dart-define' system in Flutter2.2?
When I upgrade the flutter to Flutter 2.2, build error occurs in my project. It is seemed to related to '--dart-define' system. Is there any...
New post on /r/flutterdev subreddit:
Announcing Flutter 2.2 at Google I/O 2021
https://ift.tt/3fukqhf
May 19, 2021 at 08:23AM by maria_garcia20
https://ift.tt/3bEbVz7
Announcing Flutter 2.2 at Google I/O 2021
https://ift.tt/3fukqhf
May 19, 2021 at 08:23AM by maria_garcia20
https://ift.tt/3bEbVz7
Medium
Announcing Flutter 2.2 at Google I/O 2021
Growing momentum for the leading UI toolkit for multiplatform development
New post on /r/flutterdev subreddit:
Hiding Stuffs With Git
https://ift.tt/3fxPA7u
May 19, 2021 at 09:40AM by Chinky_Sight
https://ift.tt/33W63Nr
Hiding Stuffs With Git
https://ift.tt/3fxPA7u
May 19, 2021 at 09:40AM by Chinky_Sight
https://ift.tt/33W63Nr
Medium
Hiding Stuffs With Git
Have you ever searched for software for hiding files & folders? I bet you did. But have you ever thought you can use Git? If not then, weβ¦
New post on /r/flutterdev subreddit:
1000 Subs Special Video π Was very fun π
https://www.youtube.com/watch?v=ZLDMpmWH_bI
May 19, 2021 at 10:54AM by fluttermapp
https://ift.tt/3u0P4UL
1000 Subs Special Video π Was very fun π
https://www.youtube.com/watch?v=ZLDMpmWH_bI
May 19, 2021 at 10:54AM by fluttermapp
https://ift.tt/3u0P4UL
YouTube
Coding 1000 Flutter Projects - VERY STUPID
#creatornow
I coded 1000 Applications Straight (1000 apps) !! This take over 18 Hours to complete. Was it really fun to code 1000 apps? ... hmmm maybe. Was it worth? Always! If you have more challenges feel free to ask in the comment section! This was forβ¦
I coded 1000 Applications Straight (1000 apps) !! This take over 18 Hours to complete. Was it really fun to code 1000 apps? ... hmmm maybe. Was it worth? Always! If you have more challenges feel free to ask in the comment section! This was forβ¦
New post on /r/flutterdev subreddit:
Certain Variables marked as Final in flutter custom classes - Flutter Agency
https://ift.tt/2RuTKFh
May 19, 2021 at 11:57AM by lil_dragplix
https://ift.tt/33U2wiI
Certain Variables marked as Final in flutter custom classes - Flutter Agency
https://ift.tt/2RuTKFh
May 19, 2021 at 11:57AM by lil_dragplix
https://ift.tt/33U2wiI
Flutter Agency
Certain Variables marked as Final in flutter custom classes - Flutter Agency
When it comes to a flutter everything you see on a screen is a widget. So lets get to know variables marked as final in flutter custom classes
New post on /r/flutterdev subreddit:
Webrtc 3 peer connection in Flutter
HI, I just want to make 3 peer video chat in Flutter webrtc. 2 weeks gone, I searched a lot, there are no tutorials on the internet to make 3 peer connection. Only one that from webrtc, but I didn't get an idea to make 3 peer connection in Flutter. Anyone please help me or suggest a way how to achieve that? any code and reference should help if you provide,
May 19, 2021 at 12:47PM by Sea-Impression1241
https://ift.tt/3v4XP1m
Webrtc 3 peer connection in Flutter
HI, I just want to make 3 peer video chat in Flutter webrtc. 2 weeks gone, I searched a lot, there are no tutorials on the internet to make 3 peer connection. Only one that from webrtc, but I didn't get an idea to make 3 peer connection in Flutter. Anyone please help me or suggest a way how to achieve that? any code and reference should help if you provide,
May 19, 2021 at 12:47PM by Sea-Impression1241
https://ift.tt/3v4XP1m
reddit
Webrtc 3 peer connection in Flutter
HI, I just want to make 3 peer video chat in Flutter webrtc. 2 weeks gone, I searched a lot, there are no tutorials on the internet to make 3...
New post on /r/flutterdev subreddit:
Flutter 2.2 Recap - Google IO
https://youtu.be/g6nD-yfioqg
May 19, 2021 at 02:48PM by RobertBrunhage
https://ift.tt/3eXByx1
Flutter 2.2 Recap - Google IO
https://youtu.be/g6nD-yfioqg
May 19, 2021 at 02:48PM by RobertBrunhage
https://ift.tt/3eXByx1
YouTube
Flutter 2.2 Recap - Google IO
The google IO keynote had some amazing news so let's focus on the news for Flutter. More specifically Flutter 2.2 and Dart 2.13 β‘
Course to build a production-ready app π https://robertbrunhage.com/course
Join my newsletter and get a FREE Flutter tips PDF:β¦
Course to build a production-ready app π https://robertbrunhage.com/course
Join my newsletter and get a FREE Flutter tips PDF:β¦
New post on /r/flutterdev subreddit:
When we are expected to see Material You in Flutter?
So Google announced Material You in Google I/O. It is a new design language for Android. When we are expected to see Material You in Flutter?Thanks.
May 19, 2021 at 02:38PM by ravgeet
https://ift.tt/3ftdfWS
When we are expected to see Material You in Flutter?
So Google announced Material You in Google I/O. It is a new design language for Android. When we are expected to see Material You in Flutter?Thanks.
May 19, 2021 at 02:38PM by ravgeet
https://ift.tt/3ftdfWS
reddit
When we are expected to see Material You in Flutter?
So Google announced Material You in Google I/O. It is a new design language for Android. When we are expected to see Material You in Flutter? Thanks.
New post on /r/flutterdev subreddit:
Flutter CSV 5.0.0 - Export Data to CSV file
https://ift.tt/2Rn8JkL
May 19, 2021 at 03:25PM by rrtutors
https://ift.tt/2Sb97T9
Flutter CSV 5.0.0 - Export Data to CSV file
https://ift.tt/2Rn8JkL
May 19, 2021 at 03:25PM by rrtutors
https://ift.tt/2Sb97T9
Rrtutors
Flutter CSV 5.0.0 - Export List Data to CSV file
export List data to CSV file. To create CSV file we are going to use csv 5.0.0 package. To Export list data first we need to create a file in device storage then we need to pass list data to csv 5.0.0 library method
New post on /r/flutterdev subreddit:
can we make exported web app to tizen or webos like cordova?
As i know we can make cordova web apps to tizen so what's is difference between flutter exported Web app an cordova Web app? Is it possible to do this?
May 19, 2021 at 04:17PM by diyar_gulli
https://ift.tt/3f1f5z7
can we make exported web app to tizen or webos like cordova?
As i know we can make cordova web apps to tizen so what's is difference between flutter exported Web app an cordova Web app? Is it possible to do this?
May 19, 2021 at 04:17PM by diyar_gulli
https://ift.tt/3f1f5z7
reddit
r/FlutterDev - can we make exported web app to tizen or webos like cordova?
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
On now: Build your first Flutter app β https://t.co/Yl84IgvdFw π
Check out this #GoogleIO Workshop for a chance to learn the basics of Flutter development.
Don't worry if the session is full, you can still watch! pic.twitter.com/ewTesLFPeSβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 04:44PM
http://twitter.com/FlutterDev/status/1395027598246285312
On now: Build your first Flutter app β https://t.co/Yl84IgvdFw π
Check out this #GoogleIO Workshop for a chance to learn the basics of Flutter development.
Don't worry if the session is full, you can still watch! pic.twitter.com/ewTesLFPeSβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 04:44PM
http://twitter.com/FlutterDev/status/1395027598246285312
Google I/O 2021
Google I/O returns virtually and live May 18-20.
New tweet from FlutterDev:
π¦ A #GoogleIO Fireside chat π₯ β https://t.co/qve5ZkrtnZ
Bring your burning questions to this meetup that will be an interactive space for developers to connect with the Flutter and @Firebase teams! pic.twitter.com/6SYAqFxsiTβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 04:59PM
http://twitter.com/FlutterDev/status/1395031485728559112
π¦ A #GoogleIO Fireside chat π₯ β https://t.co/qve5ZkrtnZ
Bring your burning questions to this meetup that will be an interactive space for developers to connect with the Flutter and @Firebase teams! pic.twitter.com/6SYAqFxsiTβ Flutter (@FlutterDev) May 19, 2021
May 19, 2021 at 04:59PM
http://twitter.com/FlutterDev/status/1395031485728559112
New post on /r/flutterdev subreddit:
Be warned: dart-defines now uses Base64 encoding in Flutter 2.2!
https://github.com/flutter/flutter/issues/82865#issuecomment-844222972
May 19, 2021 at 05:59PM by shinayser
https://ift.tt/3wnT6bz
Be warned: dart-defines now uses Base64 encoding in Flutter 2.2!
https://github.com/flutter/flutter/issues/82865#issuecomment-844222972
May 19, 2021 at 05:59PM by shinayser
https://ift.tt/3wnT6bz
GitHub
Flutter 2.2 Could not create task ':app:processDevDebugMainManifest'. Β· Issue #82865 Β· flutter/flutter
I just upgraded my Flutter framework version to 2.2 and getting this error when trying to run the app on my phone: Running Gradle task 'assembleDevDebug'... FAILURE: Build failed wi...