New post on /r/flutterdev subreddit:
Figma Design to Flutter Code
https://youtu.be/sApYJKJAcZo
June 17, 2021 at 04:59PM by mheshm
https://ift.tt/35JJuN7
Figma Design to Flutter Code
https://youtu.be/sApYJKJAcZo
June 17, 2021 at 04:59PM by mheshm
https://ift.tt/35JJuN7
YouTube
Figma Design to Flutter Code
✒️GET FLUTTER CODE FOR FIGMA SELECTIONS
Flutter generator will look through what you select and write out the flutter equivalent
✒️EASY COPY AND PASTE
Stateless code? Stateful? Or just the widget code? Flutter generator renders them all for easy copy and…
Flutter generator will look through what you select and write out the flutter equivalent
✒️EASY COPY AND PASTE
Stateless code? Stateful? Or just the widget code? Flutter generator renders them all for easy copy and…
New post on /r/flutterdev subreddit:
Change from Light to Dark mode in Flutter
https://youtu.be/roCaIr2X5og
June 17, 2021 at 05:15PM by adityathakurxd
https://ift.tt/3q3oNVu
Change from Light to Dark mode in Flutter
https://youtu.be/roCaIr2X5og
June 17, 2021 at 05:15PM by adityathakurxd
https://ift.tt/3q3oNVu
YouTube
Change Theme in Flutter - Light to Dark mode (with a click of a button)
In this video, I'll show how to change the theme in your Flutter application with a click of a button. Your users will be able to save their preference as Sh...
New post on /r/flutterdev subreddit:
Flutter Text Editor, Async Tasks & Co. - 22 - PUB.DEV RELEASES
https://youtube.com/watch?v=J9V02_VHVIc&feature=share
June 17, 2021 at 06:42PM by syntacops
https://ift.tt/3zyLS6K
Flutter Text Editor, Async Tasks & Co. - 22 - PUB.DEV RELEASES
https://youtube.com/watch?v=J9V02_VHVIc&feature=share
June 17, 2021 at 06:42PM by syntacops
https://ift.tt/3zyLS6K
YouTube
Flutter Text Editor, Async Tasks & Co. - 22 - PUB.DEV RELEASES
The most liked Flutter packages of week 22 (from May 31 to June 06) is a Flutter Text Editor. On top of that we also get a package for asynchronous tasks and parallel executors, a banner carousel and 7 more package releases. #flutter #text #editor
📺 FULL…
📺 FULL…
New post on /r/flutterdev subreddit:
Flutter with Firebase&Stripe Build shop app from scratch - free course from udemy for 5Hrs
https://ift.tt/3q3VORk
June 17, 2021 at 06:21PM by Ordinary_Craft
https://ift.tt/3vxlmaD
Flutter with Firebase&Stripe Build shop app from scratch - free course from udemy for 5Hrs
https://ift.tt/3q3VORk
June 17, 2021 at 06:21PM by Ordinary_Craft
https://ift.tt/3vxlmaD
New post on /r/flutterdev subreddit:
Learn Hive the Right way !
Ever thought about learning Hive ? Say no more... Here is an article using which you can get started with HiveDB.https://infiniteoverflow.hashnode.dev/hive-the-right-way
June 17, 2021 at 07:34PM by Negative-Capital-570
https://ift.tt/35z6gqC
Learn Hive the Right way !
Ever thought about learning Hive ? Say no more... Here is an article using which you can get started with HiveDB.https://infiniteoverflow.hashnode.dev/hive-the-right-way
June 17, 2021 at 07:34PM by Negative-Capital-570
https://ift.tt/35z6gqC
AG's Blog
HiveDB for Flutter
A blog that explains how to use Hive Database in your flutter applications.
New post on /r/flutterdev subreddit:
Flutter: Reduce Render Time
The main idea is to avoid the widget state changes. It’s cool that you can declare some variable at the state class level, build UI for the widget partially using this state variable, and by calling method “setState” provide a callback with needed lines to change the state then re-render the widget with updated state. But in this case, you’ll rebuild a whole widget, even if a small part of it using the state you will waste CPU/GPU time.https://medium.com/litslink/flutter-reduce-render-time-ed5580377428
June 17, 2021 at 07:30PM by alex_melnyk
https://ift.tt/3vAxxUm
Flutter: Reduce Render Time
The main idea is to avoid the widget state changes. It’s cool that you can declare some variable at the state class level, build UI for the widget partially using this state variable, and by calling method “setState” provide a callback with needed lines to change the state then re-render the widget with updated state. But in this case, you’ll rebuild a whole widget, even if a small part of it using the state you will waste CPU/GPU time.https://medium.com/litslink/flutter-reduce-render-time-ed5580377428
June 17, 2021 at 07:30PM by alex_melnyk
https://ift.tt/3vAxxUm
Medium
Flutter: Reduce Render Time
Shorticle
New post on /r/flutterdev subreddit:
Ep. 037: Animated Circle Packing WITH TEXT | Flutter Processing
https://youtube.com/watch?v=uqKllxG5kbs&feature=share
June 17, 2021 at 07:25PM by Pixelreddit
https://ift.tt/3iJANdg
Ep. 037: Animated Circle Packing WITH TEXT | Flutter Processing
https://youtube.com/watch?v=uqKllxG5kbs&feature=share
June 17, 2021 at 07:25PM by Pixelreddit
https://ift.tt/3iJANdg
YouTube
Ep. 037: Animated Circle Packing WITH TEXT | Flutter Processing
Today we extend our previous animated circle packing exercise to generate text with our circles with #Flutter Processing.
The Coding Train: Circle Packing
https://www.youtube.com/watch?v=QHEQuoIKgNE
---
Follow:
https://twitter.com/suprdeclarative
Hourly…
The Coding Train: Circle Packing
https://www.youtube.com/watch?v=QHEQuoIKgNE
---
Follow:
https://twitter.com/suprdeclarative
Hourly…
New post on /r/flutterdev subreddit:
Material Theme Editor & Code Generator
Hi i hope this is ok to post, I've been working on a material theme editor that lets you rapidly prototype how a material theme will look and then generate the ThemeData() that you can then copy into your app.It doesn't cover everything in ThemeData but it does cover most of the basics that you would want and i intend to add more in the future.I hope you can find it useful.https://flutter-theme-editor.rob-b.co.ukSorry mobile users its not really responsive yet as its kind of expected you will be looking at it on the computer you are coding on.
June 17, 2021 at 08:43PM by bigbadbob2003
https://ift.tt/2U9ZKUR
Material Theme Editor & Code Generator
Hi i hope this is ok to post, I've been working on a material theme editor that lets you rapidly prototype how a material theme will look and then generate the ThemeData() that you can then copy into your app.It doesn't cover everything in ThemeData but it does cover most of the basics that you would want and i intend to add more in the future.I hope you can find it useful.https://flutter-theme-editor.rob-b.co.ukSorry mobile users its not really responsive yet as its kind of expected you will be looking at it on the computer you are coding on.
June 17, 2021 at 08:43PM by bigbadbob2003
https://ift.tt/2U9ZKUR
flutter-theme-editor.rob-b.co.uk
Flutter Theme Editor
rFlutter theme editor and code generator.
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