New post on /r/flutterdev subreddit:
Firebase Security Rules 🔐 Basics
https://ift.tt/3gvVCrc
June 16, 2021 at 10:05AM by KushalGoel786
https://ift.tt/3gvIQc1
Firebase Security Rules 🔐 Basics
https://ift.tt/3gvVCrc
June 16, 2021 at 10:05AM by KushalGoel786
https://ift.tt/3gvIQc1
Medium
Firebase Security Rules 🔐 Basics
App Development 📱 is not Easy. But after doing so much Hard Work 😮💨, what if somebody steals 🥷🏻 your User Data? Firebase Security…
New post on /r/flutterdev subreddit:
Flutter: Reduce Render Time
https://ift.tt/3vA6atx
June 17, 2021 at 10:56PM by alex_melnyk
https://ift.tt/3gKp7Ei
Flutter: Reduce Render Time
https://ift.tt/3vA6atx
June 17, 2021 at 10:56PM by alex_melnyk
https://ift.tt/3gKp7Ei
Medium
Flutter: Reduce Render Time
Shorticle
New post on /r/flutterdev subreddit:
Why are so many firebase plugins in firebase in beta?
And also why was the firebase ml kit deprecated?
June 17, 2021 at 11:39PM by Similar-Dust-2338
https://ift.tt/35x1g5Y
Why are so many firebase plugins in firebase in beta?
And also why was the firebase ml kit deprecated?
June 17, 2021 at 11:39PM by Similar-Dust-2338
https://ift.tt/35x1g5Y
reddit
r/FlutterDev - Why are so many firebase plugins in firebase in beta?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Announcing jovial_svg, a Flutter Scalable Vector Graphics library
Hi all,I just published an SVG library for Flutter that some might find useful. The existing alternatives I was able to find didn't work with the SVG files I had (from an open-source program I'm porting to Flutter), and workflows like converting through AVDs came up short on some of the images, too. After running into a few brick walls, I decided there were enough structural and performance issues that I just made my own.I tried to be careful to make the profile features be a predictable set, based on published SVG specs (notably, SVG 1.1 and SVG Tiny 1.2). The library is intended for static SVG images, so CSS and a DOM aren't supported. (Well, it wouldn't be *that* hard to add a DART DOM wrapper around the SVG parse tree to support animation from dart code, but I stopped myself before going down that rabbit hole. At least for now :-) ) AFAIK there are no unexpected implementation limitations (like not processing forward references).I also made a fast-loading binary format, so I can load pre-parsed application resource images an order of magnitude faster than is possible when parsing XML. There is, of course, a command-line program to convert SVG files (and Android Vector Drawables) to this binary format. With this, it's plenty fast and compact even on the web runtime, like on my HP 16C calculator - I'd hesitate to include a whole XML parser in a Flutter web app, just for an icon! It's free - BSD license, source available, etc.Let me know if you find this useful.https://github.com/zathras/jovial_svg/https://pub.dev/packages/jovial_svg(BTW, the "jovial" is after the computer language JOVIAL, which has been in the family since the late '50s. Full story on that over at https://jovial.com/.)(Post moved from dartlang reddit -- I guess they keep flutter stuff out of there?)
June 18, 2021 at 02:10AM by Zathras_II
https://ift.tt/3wCu74M
Announcing jovial_svg, a Flutter Scalable Vector Graphics library
Hi all,I just published an SVG library for Flutter that some might find useful. The existing alternatives I was able to find didn't work with the SVG files I had (from an open-source program I'm porting to Flutter), and workflows like converting through AVDs came up short on some of the images, too. After running into a few brick walls, I decided there were enough structural and performance issues that I just made my own.I tried to be careful to make the profile features be a predictable set, based on published SVG specs (notably, SVG 1.1 and SVG Tiny 1.2). The library is intended for static SVG images, so CSS and a DOM aren't supported. (Well, it wouldn't be *that* hard to add a DART DOM wrapper around the SVG parse tree to support animation from dart code, but I stopped myself before going down that rabbit hole. At least for now :-) ) AFAIK there are no unexpected implementation limitations (like not processing forward references).I also made a fast-loading binary format, so I can load pre-parsed application resource images an order of magnitude faster than is possible when parsing XML. There is, of course, a command-line program to convert SVG files (and Android Vector Drawables) to this binary format. With this, it's plenty fast and compact even on the web runtime, like on my HP 16C calculator - I'd hesitate to include a whole XML parser in a Flutter web app, just for an icon! It's free - BSD license, source available, etc.Let me know if you find this useful.https://github.com/zathras/jovial_svg/https://pub.dev/packages/jovial_svg(BTW, the "jovial" is after the computer language JOVIAL, which has been in the family since the late '50s. Full story on that over at https://jovial.com/.)(Post moved from dartlang reddit -- I guess they keep flutter stuff out of there?)
June 18, 2021 at 02:10AM by Zathras_II
https://ift.tt/3wCu74M
Jovial
JRPN Calculators
JRPN Reverse Polish Notation Calculators inspired by the HP-15C and HP-16C
New post on /r/flutterdev subreddit:
When would you NOT use/recommend Flutter (mid-2021 version)
Most of us here use Flutter every day and probably advocate for it too. Nevertheless, it's good to know what are some reasons why someone should NOT opt for Flutter.Here's the Apr 2019 version but many reasons such as not enough maintained packages, Dart not being null-safe, etc. seem to not be valid anymore: https://www.reddit.com/r/FlutterDev/comments/bim9fy/please_can_we_gather_reasons_why_one_should_not/So as of June 2021, when would suggest someone to not choose Flutter?
June 18, 2021 at 01:31AM by tanejarohan
https://ift.tt/3vAFjh4
When would you NOT use/recommend Flutter (mid-2021 version)
Most of us here use Flutter every day and probably advocate for it too. Nevertheless, it's good to know what are some reasons why someone should NOT opt for Flutter.Here's the Apr 2019 version but many reasons such as not enough maintained packages, Dart not being null-safe, etc. seem to not be valid anymore: https://www.reddit.com/r/FlutterDev/comments/bim9fy/please_can_we_gather_reasons_why_one_should_not/So as of June 2021, when would suggest someone to not choose Flutter?
June 18, 2021 at 01:31AM by tanejarohan
https://ift.tt/3vAFjh4
reddit
Please can we gather reasons why one should not use Flutter right now
I appreciate all the tutorials and articles that have been posted here but can we please have a conversation on the reasons one shouldn't pick...
New post on /r/flutterdev subreddit:
Creating a To-Do List in Flutter using SQFLite
https://youtu.be/rsDx86PvMQ0
June 18, 2021 at 02:59AM by AphrxWasHere
https://ift.tt/2TIBUPK
Creating a To-Do List in Flutter using SQFLite
https://youtu.be/rsDx86PvMQ0
June 18, 2021 at 02:59AM by AphrxWasHere
https://ift.tt/2TIBUPK
YouTube
Creating a To-Do List in Flutter
Hi guys,
In this video, I'll be doing a Flutter build. This is a To-Do list, though hopefully i'll do more videos covering more builds. Keep in mind that this is not a tutorial on Flutter so I'm expecting all the viewers to have a basic understanding of…
In this video, I'll be doing a Flutter build. This is a To-Do list, though hopefully i'll do more videos covering more builds. Keep in mind that this is not a tutorial on Flutter so I'm expecting all the viewers to have a basic understanding of…
New post on /r/flutterdev subreddit:
Why Flutter Prefers Dart over other Languages?
https://ift.tt/3vGkctr
June 18, 2021 at 06:55AM by RachaelGrey28
https://ift.tt/35zEUAF
Why Flutter Prefers Dart over other Languages?
https://ift.tt/3vGkctr
June 18, 2021 at 06:55AM by RachaelGrey28
https://ift.tt/35zEUAF
Medium
Why Flutter Prefers Dart over other Languages?
Know why Flutter uses Dart instead of any other Javascript-based programming
New post on /r/flutterdev subreddit:
Flutter WooCommerce Admin App - EP 08 - Variable Product Attributes
https://youtu.be/9f6lLj5lTiU
June 18, 2021 at 06:48AM by K_SNIPPET
https://ift.tt/3zLb22m
Flutter WooCommerce Admin App - EP 08 - Variable Product Attributes
https://youtu.be/9f6lLj5lTiU
June 18, 2021 at 06:48AM by K_SNIPPET
https://ift.tt/3zLb22m
YouTube
Flutter WooCommerce Admin App - EP 08 - Variable Product Attributes 🔥🔥
This is the 8th Video of Flutter WooCommerce Admin App Series, In this Video we will learn how to add Product Attributes for Variable Products with WooCommerce Rest API and Flutter Application.
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils…
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils…
New post on /r/flutterdev subreddit:
error with my flutter web view plugin
im new to flutter and dart i have issue with my flutter web view pluginas per flutter docs i have added webview_flutter: 2.0.8 in pubspec.yaml file but still i get the error Unused import:package:webview_flutter/webview_flutter.dart';can any one give me a solution
June 18, 2021 at 08:10AM by vickeyjaeden
https://ift.tt/35zLQhb
error with my flutter web view plugin
im new to flutter and dart i have issue with my flutter web view pluginas per flutter docs i have added webview_flutter: 2.0.8 in pubspec.yaml file but still i get the error Unused import:package:webview_flutter/webview_flutter.dart';can any one give me a solution
June 18, 2021 at 08:10AM by vickeyjaeden
https://ift.tt/35zLQhb
reddit
error with my flutter web view plugin
im new to flutter and dart i have issue with my flutter web view plugin as per flutter docs i have added webview_flutter: ^2.0.8 in pubspec.yaml...
New post on /r/flutterdev subreddit:
How to make Count query to Firebase in Flutter?? - Flutter Agency
https://ift.tt/3wBRjjH
June 18, 2021 at 07:51AM by lil_dragplix
https://ift.tt/3zzcG6Y
How to make Count query to Firebase in Flutter?? - Flutter Agency
https://ift.tt/3wBRjjH
June 18, 2021 at 07:51AM by lil_dragplix
https://ift.tt/3zzcG6Y
Flutter Agency
How to make Count query to Firebase in Flutter?? - Flutter Agency
There are no inbuilt Count Function in Firebase that displays how to make Count query to Firebase in Flutter. Flutter Agecncy
New post on /r/flutterdev subreddit:
Are there people interested in making a client library for JaguarDB?
It's a NoSQL database.
June 18, 2021 at 08:37AM by 2reform
https://ift.tt/3gyxTGL
Are there people interested in making a client library for JaguarDB?
It's a NoSQL database.
June 18, 2021 at 08:37AM by 2reform
https://ift.tt/3gyxTGL
reddit
Are there people interested in making a client library for JaguarDB?
It's a NoSQL database.
New post on /r/flutterdev subreddit:
Checking Dart SDK... << was unexpected at this time.
This error is coming when running flutter doctor. it came out of nowhere. Everything was fine and running and suddenly it came today. Any help please. What to do?
June 18, 2021 at 09:50AM by Previous-Science-381
https://ift.tt/35xBzCj
Checking Dart SDK... << was unexpected at this time.
This error is coming when running flutter doctor. it came out of nowhere. Everything was fine and running and suddenly it came today. Any help please. What to do?
June 18, 2021 at 09:50AM by Previous-Science-381
https://ift.tt/35xBzCj
reddit
Checking Dart SDK... << was unexpected at this time.
This error is coming when running flutter doctor. it came out of nowhere. Everything was fine and running and suddenly it came today. Any help...
New post on /r/flutterdev subreddit:
Integrating Riverpod For State Management In Flutter
https://ift.tt/3q3gysE
June 18, 2021 at 10:58AM by cheerfulboy
https://ift.tt/35vBRcO
Integrating Riverpod For State Management In Flutter
https://ift.tt/3q3gysE
June 18, 2021 at 10:58AM by cheerfulboy
https://ift.tt/35vBRcO
GeekyAnts Tech Blog
Integrating Riverpod For State Management In Flutter
Learn how to integrate Riverpod, a superior state management tool into your Flutter applications
New post on /r/flutterdev subreddit:
Intermediate: Text Recognition, Language detection and Language translation using Huawei ML Kit in Flutter (Cross platform)
/r/HMSCore/comments/o1tp96/intermediate_text_recognition_language_detection/
June 18, 2021 at 10:52AM by ooWYXNoo
https://ift.tt/3q4Lw3D
Intermediate: Text Recognition, Language detection and Language translation using Huawei ML Kit in Flutter (Cross platform)
/r/HMSCore/comments/o1tp96/intermediate_text_recognition_language_detection/
June 18, 2021 at 10:52AM by ooWYXNoo
https://ift.tt/3q4Lw3D
reddit
Intermediate: Text Recognition, Language detection and Language...
Posted in r/FlutterDev by u/ooWYXNoo • 0 points and 0 comments
New post on /r/flutterdev subreddit:
Dart FFI in Linux - Call C library in Linux using Flutter
https://youtu.be/Hd-tJT-csdM
June 18, 2021 at 10:51AM by AseemWangoo
https://ift.tt/3vCa19s
Dart FFI in Linux - Call C library in Linux using Flutter
https://youtu.be/Hd-tJT-csdM
June 18, 2021 at 10:51AM by AseemWangoo
https://ift.tt/3vCa19s
YouTube
Dart FFI and Linux | Call C library from Linux using Flutter
This video shows how to use dart ffi in Linux. We can call c library from Linux using Flutter
* Dart FFI and Linux | Call C library from Linux using Flutter*
We will cover briefly:
1. Creating C Library
2. Call from Flutter on Linux
3. Passing parameter…
* Dart FFI and Linux | Call C library from Linux using Flutter*
We will cover briefly:
1. Creating C Library
2. Call from Flutter on Linux
3. Passing parameter…
New post on /r/flutterdev subreddit:
Conditionally loading a Flutter App’s first screen with AutoRoute and Navigator 2.0
I've just started writing so I'm beginning with small stuff that helped me along the way, hacks and such which makes my job easier. Check out the blog here.
June 18, 2021 at 10:28AM by hotfix666
https://ift.tt/35zjpQI
Conditionally loading a Flutter App’s first screen with AutoRoute and Navigator 2.0
I've just started writing so I'm beginning with small stuff that helped me along the way, hacks and such which makes my job easier. Check out the blog here.
June 18, 2021 at 10:28AM by hotfix666
https://ift.tt/35zjpQI
Medium
Conditionally loading a Flutter App’s first screen with AutoRoute and Navigator 2.0
This is just a small blog to help you understand how easy it is to conditionally navigate to adifferent page on app launch with auto-route.
New post on /r/flutterdev subreddit:
So you want to be an expert?
https://youtu.be/snILtHbfXCo
June 18, 2021 at 12:11PM by plangora
https://ift.tt/3iWxuQ9
So you want to be an expert?
https://youtu.be/snILtHbfXCo
June 18, 2021 at 12:11PM by plangora
https://ift.tt/3iWxuQ9
YouTube
So you want to be an expert? - Flying High with Flutter #11
Hi everyone! We had a great time with Mangirdas Kazlauskas. In this episode, Mangirdas shared with us how he has successfully evolved into a Google Developer Expert specializing in Flutter and Dart. And we found his experience extremely amazing. Watch it…
New post on /r/flutterdev subreddit:
Effective Algorithms for Dart and Flutter. Big O.
https://ift.tt/2UhYsHx
June 18, 2021 at 11:25AM by Elegium
https://ift.tt/3qa21LU
Effective Algorithms for Dart and Flutter. Big O.
https://ift.tt/2UhYsHx
June 18, 2021 at 11:25AM by Elegium
https://ift.tt/3qa21LU
Medium
Effective Algorithms for Dart and Flutter. Big O.
Probably the most important part of a technical interview is the knowledge check for Algorithms and Data Structures. This is the must-have…
New post on /r/flutterdev subreddit:
App Feedback Thread - June 18, 2021
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
June 18, 2021 at 03:00PM by AutoModerator
https://ift.tt/35A6jCM
App Feedback Thread - June 18, 2021
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
June 18, 2021 at 03:00PM by AutoModerator
https://ift.tt/35A6jCM
reddit
App Feedback Thread - June 18, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
Flutter - Let's work on the OTP Screen of WhatsApp Clone || Speed Coding || WhatsApp Clone #29
https://youtu.be/lP36Ox5LpX0
June 18, 2021 at 02:54PM by devstack06
https://ift.tt/2TJLPVk
Flutter - Let's work on the OTP Screen of WhatsApp Clone || Speed Coding || WhatsApp Clone #29
https://youtu.be/lP36Ox5LpX0
June 18, 2021 at 02:54PM by devstack06
https://ift.tt/2TJLPVk
YouTube
Flutter - Let's work on the OTP Screen of WhatsApp Clone || Speed Coding || WhatsApp Clone #29
In this video we are going to work on the OTP page of whatsappp clone with flutter ( Chat App using flutter)
#Flutter #ChatApp #WhatsappClone
🤩 Last Video : https://youtu.be/6_3l0WHP7dY
🤩 GitHub Repo (Do give star) :
🤝 🤝 WhatsApp Flutter Clone : ht…
#Flutter #ChatApp #WhatsappClone
🤩 Last Video : https://youtu.be/6_3l0WHP7dY
🤩 GitHub Repo (Do give star) :
🤝 🤝 WhatsApp Flutter Clone : ht…
New post on /r/flutterdev subreddit:
Which backend I should choose?
Guys I was planning a flutter based e tournament application with fitness tracker also little bit e-commerce integration but was heavily confused about what backend or which framework I should choosetheir was a 2 option that is suitable for me one is firebase or another django but the problem it's that firebase is might little bit costly for me when the application can grow or more data requests ( because there alots of read write request will create for single user)And with django I face problem with authentication ( more clearly with social authentication )So I comes out with final results so use both firebase and django firebase or NoSQL for user authentication and django or SQL database product, and other related. So is it's ok to store data in different different locations if yes then what its the best way to storing or using the data or no so why and how can I improve it's.
June 18, 2021 at 02:33PM by Prashant_4200
https://ift.tt/2SJ5y7t
Which backend I should choose?
Guys I was planning a flutter based e tournament application with fitness tracker also little bit e-commerce integration but was heavily confused about what backend or which framework I should choosetheir was a 2 option that is suitable for me one is firebase or another django but the problem it's that firebase is might little bit costly for me when the application can grow or more data requests ( because there alots of read write request will create for single user)And with django I face problem with authentication ( more clearly with social authentication )So I comes out with final results so use both firebase and django firebase or NoSQL for user authentication and django or SQL database product, and other related. So is it's ok to store data in different different locations if yes then what its the best way to storing or using the data or no so why and how can I improve it's.
June 18, 2021 at 02:33PM by Prashant_4200
https://ift.tt/2SJ5y7t
reddit
Which backend I should choose?
Guys I was planning a flutter based e tournament application with fitness tracker also little bit e-commerce integration but was heavily confused...