New post on Flutter Dev Google group:
Flutter Web - Need help with Laggy scrolling when display large images
I have a Flutter website built on channel beta that is used for uploading large images. When testing on Chrome, scrolling down when there are large number of image rows it is extremely laggy. Attached is a sample reproduction of the code. To reproduce > Click on Browse files and select over 50
November 30, 2020 at 06:48PM by manish kiranagi
https://ift.tt/37poJX4
Flutter Web - Need help with Laggy scrolling when display large images
I have a Flutter website built on channel beta that is used for uploading large images. When testing on Chrome, scrolling down when there are large number of image rows it is extremely laggy. Attached is a sample reproduction of the code. To reproduce > Click on Browse files and select over 50
November 30, 2020 at 06:48PM by manish kiranagi
https://ift.tt/37poJX4
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 Tap Weekly Newsletter Week 66! - Tutorials, videos, packages, and much more!
https://ift.tt/3qdNcHJ
November 30, 2020 at 08:50PM by vensign
https://ift.tt/3o9rpyX
Flutter Tap Weekly Newsletter Week 66! - Tutorials, videos, packages, and much more!
https://ift.tt/3qdNcHJ
November 30, 2020 at 08:50PM by vensign
https://ift.tt/3o9rpyX
Fluttertap
Newsletter Issue 66
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 66
New post on Flutter Dev Google group:
Flutter Web : List , View and Download User Documents As Admin
Hello All, I have already created app for ios and android With app users can authenticate with phone authentication and can upload their own pictures and documents Now I want to develop a web site which only admin user with mail and password can login to system and abla to see and if necessary
November 30, 2020 at 09:53PM by Selçuk AYDIN
https://ift.tt/39uUocE
Flutter Web : List , View and Download User Documents As Admin
Hello All, I have already created app for ios and android With app users can authenticate with phone authentication and can upload their own pictures and documents Now I want to develop a web site which only admin user with mail and password can login to system and abla to see and if necessary
November 30, 2020 at 09:53PM by Selçuk AYDIN
https://ift.tt/39uUocE
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 tweet from FlutterDev:
A #DevFest Null Safety session! @dart_lang is becoming null safe and @filiphracek joins #DevFest LATAM to introduce the foundations, share some live coding demos, and discuss soundness, migration, and more!
Watch here → https://t.co/HmSEFnSlyy pic.twitter.com/aqCqTnGHr1— Flutter (@FlutterDev) November 30, 2020
November 30, 2020 at 10:55PM
http://twitter.com/FlutterDev/status/1333530153238990854
A #DevFest Null Safety session! @dart_lang is becoming null safe and @filiphracek joins #DevFest LATAM to introduce the foundations, share some live coding demos, and discuss soundness, migration, and more!
Watch here → https://t.co/HmSEFnSlyy pic.twitter.com/aqCqTnGHr1— Flutter (@FlutterDev) November 30, 2020
November 30, 2020 at 10:55PM
http://twitter.com/FlutterDev/status/1333530153238990854
Twitter
#devfest hashtag on Twitter
On Nov 30 @FlutterDev tweeted: "A #DevFest Null Safety session!
@dart_.." - read what others are saying and join the conversation.
@dart_.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Writing some Flutter trivia questions, thoughts and suggestions?
I'm writing some trivia questions for Flutter widgets. Here are the ones I have so far for the Text widget.Right now they are mostly for fun and increasing knowledge about Flutter widgets.What effect can be applied to a `Text` `foreground` attribute?GradientBoldOpacityKerningWhat class prepares fonts downloaded remotely from a network location for use?FontLoaderFontBuilderNetworkAssetTextStyleWhat is the default text direction in Flutter?NoneLeft-to-right for text, right-to-left for numeralsLeft-to-right for text, left-to-right for numeralsRight-to-left for text, left-to-right for numeralsAmbient `Directionality` provides a default direction for `Text`. At which level does Flutter introduce `Directionality`?WidgetRenderingTreePaintingHow can the `TextDirection` for a `BuildContext` be obtained?Directionality.ofTextDirection.ofTextAlignment.ofBuildContext.of().textDirectionAccording to the concept of “Text-direction-dependent variants”, which of the following should be used to align text to display the same alignment in all languages?TextAlign.leftTextAlign.startTextDirection.ltrTextDirection.rtlAny thoughts or suggestions?
November 30, 2020 at 11:40PM by Codelessly
https://ift.tt/2HUej9j
Writing some Flutter trivia questions, thoughts and suggestions?
I'm writing some trivia questions for Flutter widgets. Here are the ones I have so far for the Text widget.Right now they are mostly for fun and increasing knowledge about Flutter widgets.What effect can be applied to a `Text` `foreground` attribute?GradientBoldOpacityKerningWhat class prepares fonts downloaded remotely from a network location for use?FontLoaderFontBuilderNetworkAssetTextStyleWhat is the default text direction in Flutter?NoneLeft-to-right for text, right-to-left for numeralsLeft-to-right for text, left-to-right for numeralsRight-to-left for text, left-to-right for numeralsAmbient `Directionality` provides a default direction for `Text`. At which level does Flutter introduce `Directionality`?WidgetRenderingTreePaintingHow can the `TextDirection` for a `BuildContext` be obtained?Directionality.ofTextDirection.ofTextAlignment.ofBuildContext.of().textDirectionAccording to the concept of “Text-direction-dependent variants”, which of the following should be used to align text to display the same alignment in all languages?TextAlign.leftTextAlign.startTextDirection.ltrTextDirection.rtlAny thoughts or suggestions?
November 30, 2020 at 11:40PM by Codelessly
https://ift.tt/2HUej9j
reddit
Writing some Flutter trivia questions, thoughts and suggestions?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Check out Dartfire! A pure Firebase SDK that works across all platforms
Just a PSA if anyone hasn't seen this package it's really great. Pure Dart implementation of Auth and Firestore, super easy to setup, lightweight and works on Desktop/Web/Mobile:https://pub.dev/packages/firedartWould be really cool if Flutter were to put some resources behind this port, or start their own pure sdk. Would be so much more portable than the existing C++ SDK that is limited to mobile Android/IOS only.
December 01, 2020 at 01:01AM by esDotDev
https://ift.tt/3lphCDc
Check out Dartfire! A pure Firebase SDK that works across all platforms
Just a PSA if anyone hasn't seen this package it's really great. Pure Dart implementation of Auth and Firestore, super easy to setup, lightweight and works on Desktop/Web/Mobile:https://pub.dev/packages/firedartWould be really cool if Flutter were to put some resources behind this port, or start their own pure sdk. Would be so much more portable than the existing C++ SDK that is limited to mobile Android/IOS only.
December 01, 2020 at 01:01AM by esDotDev
https://ift.tt/3lphCDc
Dart packages
firedart | Dart package
A dart-native implementation of the Firebase Auth and Firestore SDKs.
New post on /r/flutterdev subreddit:
Video Series on Flutter Development
Planning to create video series on Flutter Development and Dart Programming for beginners and those who find it hard to understand how flutter works. Keep an eye on Tech Talks YouTube channel for updates.https://www.youtube.com/c/TechTalksByAnkitKumarPlease show your support to keep me motivated on the topic.Thanks !!
December 01, 2020 at 03:37AM by TechTalksByAnkit
https://ift.tt/39uyVR5
Video Series on Flutter Development
Planning to create video series on Flutter Development and Dart Programming for beginners and those who find it hard to understand how flutter works. Keep an eye on Tech Talks YouTube channel for updates.https://www.youtube.com/c/TechTalksByAnkitKumarPlease show your support to keep me motivated on the topic.Thanks !!
December 01, 2020 at 03:37AM by TechTalksByAnkit
https://ift.tt/39uyVR5
New post on /r/flutterdev subreddit:
What Makes Flutter Set A New Development Trend in 2020?
https://ift.tt/37mH0EG
December 01, 2020 at 06:22AM by maria_garcia20
https://ift.tt/2Vkqrnl
What Makes Flutter Set A New Development Trend in 2020?
https://ift.tt/37mH0EG
December 01, 2020 at 06:22AM by maria_garcia20
https://ift.tt/2Vkqrnl
Mindinventory
Why Flutter is Considered the Development Trend in 2022?
This blog enlists the main benefits of using Flutter for mobile app development and top reasons why Flutter is considered the development trend in 2022.
New post on /r/flutterdev subreddit:
Explaining Flutter Widget Container for beginners
Flutter Widget: Container. Most common widget used in Flutter. https://www.instagram.com/p/CIPrNe1gdcr/?igshid=1qjqrfqd5pa2a
December 01, 2020 at 07:25AM by Thori_Manoj
https://ift.tt/2HTbyoG
Explaining Flutter Widget Container for beginners
Flutter Widget: Container. Most common widget used in Flutter. https://www.instagram.com/p/CIPrNe1gdcr/?igshid=1qjqrfqd5pa2a
December 01, 2020 at 07:25AM by Thori_Manoj
https://ift.tt/2HTbyoG
New post on Flutter Dev Google group:
Regarding Easebuzz Payment Gateway Integration in Application
Hi developers, Did anyone use the Easebuzz payment gateway in Flutter? Do I get testing Easebuzz API without uploading KYC Documents? Kindly advise me for further process. Thanks and happy coding! Regards & Thanks, Balaji Ks
December 01, 2020 at 09:03AM by Balaji K S
https://ift.tt/36mknkl
Regarding Easebuzz Payment Gateway Integration in Application
Hi developers, Did anyone use the Easebuzz payment gateway in Flutter? Do I get testing Easebuzz API without uploading KYC Documents? Kindly advise me for further process. Thanks and happy coding! Regards & Thanks, Balaji Ks
December 01, 2020 at 09:03AM by Balaji K S
https://ift.tt/36mknkl
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:
no code onboarding editor plugin tutorial - 1
https://youtu.be/THJr3ZfFHv8
December 01, 2020 at 09:55AM by mcfly-dev
https://ift.tt/36pLniX
no code onboarding editor plugin tutorial - 1
https://youtu.be/THJr3ZfFHv8
December 01, 2020 at 09:55AM by mcfly-dev
https://ift.tt/36pLniX
YouTube
How to setup Pal on your Flutter application
Pal is an onboarding editor dedicated to Flutter's applications. With Pal you can create onboarding on every page you want without any code.
More informations : http://pal-plugin.tech
Documentation : http://doc.pal-plugin.tech
Pubdev link : https://pub…
More informations : http://pal-plugin.tech
Documentation : http://doc.pal-plugin.tech
Pubdev link : https://pub…
New post on /r/flutterdev subreddit:
Flutter : Zero To Hero
FREE FLUTTER CRASH COURSE⚡📱
December 01, 2020 at 12:09PM by draculamasterwinzy
https://ift.tt/36oRCDv
Flutter : Zero To Hero
FREE FLUTTER CRASH COURSE⚡📱
*GO ZERO TO HERO*🗯️⚡Table of content :➡️ Fundamentals Of Dart Language➡️ Basics Of Widgets➡️ Quest of Stateful Vs Stateless widget➡️ Triology of MaterialApp + Scaffold + Container➡️ Complete Buttons Tour➡️ Navigation 2.0➡️ Transition of Data between Screens➡️ Handling dynamic Assets⚡Bonus section:➡️ Timer Library➡️ Custom Animations🕹️LIKE, COMMENT AND SHARE to help me reaching this course for those who need. This course shall teach you everything about REAL APP DEVELOPMENT PROJECTS!📱 And last thing, Do SUBSCRIBE if you find something meaningful❤️PS : Pizzato Food Ordering App Series Is Not Over Yet!Crash Course : https://youtu.be/0E7L0x1S1ro
December 01, 2020 at 12:09PM by draculamasterwinzy
https://ift.tt/36oRCDv
YouTube
Flutter Crash Course For Beginners | Go Zero To Hero
Flutter Crash Course For Absolute Beginners Over The New Release Of Flutter's 1.22 Stable Version Through Flutter Basics.🐦Flutter Crash Course For Beginners...
New post on Flutter Dev Google group:
Flutter security compared to Android XML
Hi there, We have been tasked with substantiating why Flutter is a secure alternative to Android XML as a front-end. We will be handling all data interactions and sanitisation in a Java backend, so flutter is of no impact there. Does anyone have some pointers or resources that we could use to
December 01, 2020 at 12:56PM by Danny Slays
https://ift.tt/2Vpi0qC
Flutter security compared to Android XML
Hi there, We have been tasked with substantiating why Flutter is a secure alternative to Android XML as a front-end. We will be handling all data interactions and sanitisation in a Java backend, so flutter is of no impact there. Does anyone have some pointers or resources that we could use to
December 01, 2020 at 12:56PM by Danny Slays
https://ift.tt/2Vpi0qC
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:
Flutter toggle button selection color is not coming
toggle button selection color is not working ToggleButtons( children:
Flutter toggle button selection color is not coming
toggle button selection color is not working ToggleButtons( children:
New post on /r/flutterdev subreddit:
App Feedback Thread - December 01, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 01, 2020 at 01:33PM by AutoModerator
https://ift.tt/2VpcRih
App Feedback Thread - December 01, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
December 01, 2020 at 01:33PM by AutoModerator
https://ift.tt/2VpcRih
reddit
App Feedback Thread - December 01, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Macbook air/pro M1 8 gb enough?
What do you guys think, is 8 gb enough for flutter devolpment?
December 01, 2020 at 02:41PM by ilmep
https://ift.tt/3offEau
Macbook air/pro M1 8 gb enough?
What do you guys think, is 8 gb enough for flutter devolpment?
December 01, 2020 at 02:41PM by ilmep
https://ift.tt/3offEau
reddit
Macbook air/pro M1 8 gb enough?
What do you guys think, is 8 gb enough for flutter devolpment?
New post on /r/flutterdev subreddit:
Julia set animation using Flutter CustomPainter
https://twitter.com/creativemaybeno/status/1333757489670746112?s=20
December 01, 2020 at 02:35PM by creativemaybeno
https://ift.tt/2JycTC0
Julia set animation using Flutter CustomPainter
https://twitter.com/creativemaybeno/status/1333757489670746112?s=20
December 01, 2020 at 02:35PM by creativemaybeno
https://ift.tt/2JycTC0
Twitter
creativecreatorormaybenot
Had a bit of fun animating the corresponding Julia sets for the points of a rotation on the complex plane about a chosen complex number in the Mandelbrot set in #Flutter 😃 I think it turned out pretty smooth 🎊 source code: https://t.co/ew6v1yWM9o https:/…
New post on /r/flutterdev subreddit:
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
December 01, 2020 at 02:21PM by candiddevmike
https://ift.tt/3lqPZK1
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
December 01, 2020 at 02:21PM by candiddevmike
https://ift.tt/3lqPZK1
reddit
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
New post on /r/flutterdev subreddit:
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support search and Elastic search and Algolia are too expensive at this stage of my project so at the moment I need to improvise, I have a collection of items that contain products, with names like "hp laptop", "Lenovo laptop" so I want to be able to search through the names and the best way I can think of is to create search tags by splitting the names of products and using array contains when querying the database so if a user types H, or Hp, or Hp Laptop they will get the right result, does anyone know how I can achieve this?
December 01, 2020 at 03:42PM by OkManufacturer6506
https://ift.tt/3odCEGQ
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support search and Elastic search and Algolia are too expensive at this stage of my project so at the moment I need to improvise, I have a collection of items that contain products, with names like "hp laptop", "Lenovo laptop" so I want to be able to search through the names and the best way I can think of is to create search tags by splitting the names of products and using array contains when querying the database so if a user types H, or Hp, or Hp Laptop they will get the right result, does anyone know how I can achieve this?
December 01, 2020 at 03:42PM by OkManufacturer6506
https://ift.tt/3odCEGQ
reddit
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support...
New post on /r/flutterdev subreddit:
Flutter CMS SDK
Hi everybody! My team and I have just released the Flutter SDK for our Headless CMS. Right below there's a "Getting Started" article, we think it's pretty good. If you would like to give us a shot, please a read it and tell us what you think. If you're interested in our product, you'll find our contact form at the end of the article.It's free for developers, all kind of feedbacks are welcome.https://web.mburger.cloud/article/how-to-deliver-contents-to-your-flutter-app
December 01, 2020 at 03:17PM by gianlupu
https://ift.tt/3qeoiaS
Flutter CMS SDK
Hi everybody! My team and I have just released the Flutter SDK for our Headless CMS. Right below there's a "Getting Started" article, we think it's pretty good. If you would like to give us a shot, please a read it and tell us what you think. If you're interested in our product, you'll find our contact form at the end of the article.It's free for developers, all kind of feedbacks are welcome.https://web.mburger.cloud/article/how-to-deliver-contents-to-your-flutter-app
December 01, 2020 at 03:17PM by gianlupu
https://ift.tt/3qeoiaS
web.mburger.cloud
MBurger - Mobile Headless CMS
MBurger is an intuitive easy-to-use headless CMS and engagement platform
for mobile projects. Easy integration with iOS, Android and Flutter SDKs
for mobile projects. Easy integration with iOS, Android and Flutter SDKs
New post on /r/flutterdev subreddit:
Flutter Tutorial - Visibility - Show / Hide Widgets (Tutorial)
https://www.youtube.com/watch?v=v1pBKuK3-nY
December 01, 2020 at 05:22PM by JohannesMilke
https://ift.tt/36tqGmq
Flutter Tutorial - Visibility - Show / Hide Widgets (Tutorial)
https://www.youtube.com/watch?v=v1pBKuK3-nY
December 01, 2020 at 05:22PM by JohannesMilke
https://ift.tt/36tqGmq
YouTube
Flutter Tutorial - Visibility - Show / Hide Widgets
Make widgets visible and invisible by making them transparent or hiding them completely.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/visibility_example…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/visibility_example…