New post on /r/flutterdev subreddit:
Flutter WooCommerce Admin App - EP 09 - Variable Product CRUD 🔥🔥
https://youtu.be/ig60DA-EpyA
July 17, 2021 at 10:02AM by K_SNIPPET
https://ift.tt/3hJt264
Flutter WooCommerce Admin App - EP 09 - Variable Product CRUD 🔥🔥
https://youtu.be/ig60DA-EpyA
July 17, 2021 at 10:02AM by K_SNIPPET
https://ift.tt/3hJt264
YouTube
Flutter WooCommerce Admin App - EP 10 - Variable Product CRUD 🔥🔥
This is the 10th Video of Flutter WooCommerce Admin App Series, In this Video we will learn how to create Variation Products with WooCommerce Rest API and Flutter Application.
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
https://pub.de…
📎Flutter Packages
https://pub.dev/packages/snippet_coder_utils
https://pub.de…
New post on /r/flutterdev subreddit:
Background audio in Flutter with Audio Service and Just Audio
https://ift.tt/3eonoEv
July 17, 2021 at 11:36AM by Suragch
https://ift.tt/2UQhkO3
Background audio in Flutter with Audio Service and Just Audio
https://ift.tt/3eonoEv
July 17, 2021 at 11:36AM by Suragch
https://ift.tt/2UQhkO3
Medium
Background audio in Flutter with Audio Service and Just Audio
A full step-by-step tutorial
New post on /r/flutterdev subreddit:
Fetch and View PDF from Firebase Storage in your Flutter app
https://youtu.be/N4KYBSnRdL8
July 17, 2021 at 12:46PM by adityathakurxd
https://ift.tt/3etneeR
Fetch and View PDF from Firebase Storage in your Flutter app
https://youtu.be/N4KYBSnRdL8
July 17, 2021 at 12:46PM by adityathakurxd
https://ift.tt/3etneeR
YouTube
View PDF from Firebase Storage in Flutter app | Working with PDFs in Flutter
In this video, I'll show you how to retrieve and view PDFs from Firebase storage in your Flutter App by first fetching the file and then viewing using a PDF viewer.
Timestamps:
0:00 Introduction
0:49 Recap
1:15 Set up
3:02 Plugins required
3:49 View PDF…
Timestamps:
0:00 Introduction
0:49 Recap
1:15 Set up
3:02 Plugins required
3:49 View PDF…
New post on /r/flutterdev subreddit:
Flip View
https://ift.tt/3hIHQSA
July 17, 2021 at 12:36PM by shubhamhackz
https://ift.tt/3BgvCbm
Flip View
https://ift.tt/3hIHQSA
July 17, 2021 at 12:36PM by shubhamhackz
https://ift.tt/3BgvCbm
GitHub
GitHub - shubhamhackz/flip_view: A Flutter app with flip animation to view profiles of friends. 🌟
A Flutter app with flip animation to view profiles of friends. 🌟 - shubhamhackz/flip_view
New post on /r/flutterdev subreddit:
Flutter Opacity Container | Flutter Opacity Animation | Flutter Tab Bar ...
https://youtube.com/watch?v=pRDh-8ypISg&feature=share
July 17, 2021 at 12:35PM by DBestech
https://ift.tt/3kxwRx1
Flutter Opacity Container | Flutter Opacity Animation | Flutter Tab Bar ...
https://youtube.com/watch?v=pRDh-8ypISg&feature=share
July 17, 2021 at 12:35PM by DBestech
https://ift.tt/3kxwRx1
YouTube
Flutter Opacity Container | Flutter Opacity Animation | Flutter Tab Bar Opacity Animation
You will learn how to do flutter opacity container or flutter opacity animation or widget or scroll opacity or color or animated opacity. You will learn how you can pass opacity to tab bar and change the opacity with scrollController. Flutter opacity animation…
New post on /r/flutterdev subreddit:
The First Apps To Use Android 12's Material You Theming
https://ift.tt/3hNq6pf
July 17, 2021 at 12:32PM by TheInsaneApp
https://ift.tt/3B9c9cV
The First Apps To Use Android 12's Material You Theming
https://ift.tt/3hNq6pf
July 17, 2021 at 12:32PM by TheInsaneApp
https://ift.tt/3B9c9cV
Theinsaneapp
The First Apps To Use Android 12's Material You Theming
The First Apps To Use Android 12's Material You Theming. First Android Apps that use Google's Material You are Tasker, Sleep as Android & Swift Walls.
New post on /r/flutterdev subreddit:
Why does double.floor have bad performance?
ContextWhile porting KdotJPG's OpenSimplex2 to Dart (context), I discovered the following function (port + comments by me):dart int fastFloor(double x) { // We cannot simply return x.toInt() because casting to an integer floors // towards zero (truncates) and we want to floor towards negative infinity. final xi = x.toInt(); return x < xi ? xi - 1 : xi; }PerformanceThe name "fastFloor" surprised me - I thought: this cannot be faster than double.floor, right?So, I ran some benchmarks and I discovered:**fastFloor is about 20% faster than floor** (tested for values between -10000000 and 10000000 on macOS)IssueI have opened an issue about it here: https://github.com/dart-lang/sdk/issues/46650DiscussionMy question is: why is that the case? Does anyone have an idea why this could be?
July 17, 2021 at 04:37PM by creativemaybeno
https://ift.tt/3rgX4kG
Why does double.floor have bad performance?
ContextWhile porting KdotJPG's OpenSimplex2 to Dart (context), I discovered the following function (port + comments by me):dart int fastFloor(double x) { // We cannot simply return x.toInt() because casting to an integer floors // towards zero (truncates) and we want to floor towards negative infinity. final xi = x.toInt(); return x < xi ? xi - 1 : xi; }PerformanceThe name "fastFloor" surprised me - I thought: this cannot be faster than double.floor, right?So, I ran some benchmarks and I discovered:**fastFloor is about 20% faster than floor** (tested for values between -10000000 and 10000000 on macOS)IssueI have opened an issue about it here: https://github.com/dart-lang/sdk/issues/46650DiscussionMy question is: why is that the case? Does anyone have an idea why this could be?
July 17, 2021 at 04:37PM by creativemaybeno
https://ift.tt/3rgX4kG
Twitter
creativecreatorormaybenot
Currently porting KdotJPG's OpenSimplex2 to #Dart to be able to use it in my funvas animations in #Flutter 🚀 Using @etiennejcb's very basic (and totally amazing) noise propagation sample to validate the implementation ✨ Looking good so far 💯
New post on Flutter Dev Google group:
when I use Flutter SDK 2 these problems appear
E:\flutter\bin\flutter.bat --no-color pub get Running "flutter pub get" in Jet... Because multirest depends on google_map_location_picker 4.1.2 which depends on intl >=0.16.0 <=0.16.1, intl >=0.16.0 <=0.16.1 is required. So, because multirest depends on intl ^0.17.0,
July 17, 2021 at 05:53PM by Naji Alkhasha
https://ift.tt/3wO8sG7
when I use Flutter SDK 2 these problems appear
E:\flutter\bin\flutter.bat --no-color pub get Running "flutter pub get" in Jet... Because multirest depends on google_map_location_picker 4.1.2 which depends on intl >=0.16.0 <=0.16.1, intl >=0.16.0 <=0.16.1 is required. So, because multirest depends on intl ^0.17.0,
July 17, 2021 at 05:53PM by Naji Alkhasha
https://ift.tt/3wO8sG7
New post on /r/flutterdev subreddit:
Dear Freelancers, can you share your journey?
/r/androiddev/comments/om5jcm/dear_freelancers_can_you_share_your_journey/
July 17, 2021 at 06:42PM by caclo
https://ift.tt/3irsVvk
Dear Freelancers, can you share your journey?
/r/androiddev/comments/om5jcm/dear_freelancers_can_you_share_your_journey/
July 17, 2021 at 06:42PM by caclo
https://ift.tt/3irsVvk
reddit
Dear Freelancers, can you share your journey?
Posted in r/FlutterDev by u/caclo • 29 points and 10 comments
New post on /r/flutterdev subreddit:
4 Ways To Set Background Color Of Screen In Flutter - For Beginners
https://ift.tt/3z4HX0o
July 18, 2021 at 07:29AM by athira_reddy
https://ift.tt/3wNaVR4
4 Ways To Set Background Color Of Screen In Flutter - For Beginners
https://ift.tt/3z4HX0o
July 18, 2021 at 07:29AM by athira_reddy
https://ift.tt/3wNaVR4
New post on /r/flutterdev subreddit:
I have created Ripple pond effect in Flutter - Check how I did it
https://twitter.com/Kubenqpl/status/1416648783883079684
July 18, 2021 at 08:42AM by kubenqpl
https://ift.tt/3rjGCQT
I have created Ripple pond effect in Flutter - Check how I did it
https://twitter.com/Kubenqpl/status/1416648783883079684
July 18, 2021 at 08:42AM by kubenqpl
https://ift.tt/3rjGCQT
Twitter
Kuba Neukirch 💙
On friday I dared @michalmalewicz to give me something crazy to implement in flutter. He challenged me with Mac pond ripple effect, that's the result of ripple pond effect v1 Read how it is done in thread below 💻#flutter #flutterdev #design #uiux
New post on /r/flutterdev subreddit:
I made Simple Riverpod MVC +S Example APP
https://ift.tt/3ihwaVU
July 18, 2021 at 09:55AM by jpohpoh
https://ift.tt/2Tjs9I9
I made Simple Riverpod MVC +S Example APP
https://ift.tt/3ihwaVU
July 18, 2021 at 09:55AM by jpohpoh
https://ift.tt/2Tjs9I9
New post on /r/flutterdev subreddit:
FlutterForce — Week 129
https://ift.tt/3zcsdJ8
July 18, 2021 at 11:05AM by flutterist
https://ift.tt/3hMEFJD
FlutterForce — Week 129
https://ift.tt/3zcsdJ8
July 18, 2021 at 11:05AM by flutterist
https://ift.tt/3hMEFJD
New post on /r/flutterdev subreddit:
App Feedback
Hey Everyone, Noob dev here!I built a clone of Microsoft Teams based on #Flutter using Stream Chat SDK & JItsi Meet SDK with fully functional video conferencing and integrated chat capabilities. I have tried to maintain a well documented Github repository following the best iterative development practices & UI/UX principles. The repo also includes Wiki pages to help navigate through the codebase.I have done my best, It would really mean a lot if you check out the repository (Star it if you like XD) & install the app! Please do provide your feedback :)Github Repository: https://github.com/Karanjot-singh/microsoft_teams_cloneVideo Demo: https://youtu.be/gfOrD80QvccFAT APK: https://drive.google.com/drive/folders/1HlLm0pWeH9ETQ5cIsXBsXDIgd5tPvsrT
July 18, 2021 at 10:32AM by rocketsingh6
https://ift.tt/2ThvzLl
App Feedback
Hey Everyone, Noob dev here!I built a clone of Microsoft Teams based on #Flutter using Stream Chat SDK & JItsi Meet SDK with fully functional video conferencing and integrated chat capabilities. I have tried to maintain a well documented Github repository following the best iterative development practices & UI/UX principles. The repo also includes Wiki pages to help navigate through the codebase.I have done my best, It would really mean a lot if you check out the repository (Star it if you like XD) & install the app! Please do provide your feedback :)Github Repository: https://github.com/Karanjot-singh/microsoft_teams_cloneVideo Demo: https://youtu.be/gfOrD80QvccFAT APK: https://drive.google.com/drive/folders/1HlLm0pWeH9ETQ5cIsXBsXDIgd5tPvsrT
July 18, 2021 at 10:32AM by rocketsingh6
https://ift.tt/2ThvzLl
GitHub
GitHub - Karanjot-singh/microsoft_teams_clone: Microsoft Teams Clone is a Video conference application with a rich integrated chat…
Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends,family & colleagues. Developed as a redesign of Microsoft Teams durin...
New post on /r/flutterdev subreddit:
Shrimad Bhagavad Gita App developed using flutter.
Hello, flutter devs,I have recently developed a flutter app for reading Shrimad Bhagavad Gita - The holiest scripture in Hinduism.Play Store LinkPlease rate it and provide feedback for necessary improvement.Thank You
July 18, 2021 at 12:44PM by Various-Truck-6929
https://ift.tt/3exI3Gh
Shrimad Bhagavad Gita App developed using flutter.
Hello, flutter devs,I have recently developed a flutter app for reading Shrimad Bhagavad Gita - The holiest scripture in Hinduism.Play Store LinkPlease rate it and provide feedback for necessary improvement.Thank You
July 18, 2021 at 12:44PM by Various-Truck-6929
https://ift.tt/3exI3Gh
Google Play
Bhagavad Gita English - Apps on Google Play
An ultimate reading experience to the holiest scripture in Hinduism.
New post on /r/flutterdev subreddit:
Selector Widget in Flutter Bloc
https://youtu.be/0nKUHx92x8M
July 18, 2021 at 12:12PM by SIVARAM16
https://ift.tt/3evAgIN
Selector Widget in Flutter Bloc
https://youtu.be/0nKUHx92x8M
July 18, 2021 at 12:12PM by SIVARAM16
https://ift.tt/3evAgIN
YouTube
Selector Widget in Flutter Bloc | Tips & Tricks
In this video, I've shown how to create a Selector Widget in Flutter Bloc which is in Provider.
#flutter #google #bloc #architecture #tipsandtricks #trending #education #tutorials #beginners #breakingcode #statemanagement
#flutter #google #bloc #architecture #tipsandtricks #trending #education #tutorials #beginners #breakingcode #statemanagement
New post on Flutter Dev Google group:
PayPal with braintree
I keep getting this error: Error: MissingPluginException(No implementation found for method start on channel flutter_braintree.drop_in) Any help???
July 18, 2021 at 12:37PM by Mahmoud Esmail
https://ift.tt/3xPxHsW
PayPal with braintree
I keep getting this error: Error: MissingPluginException(No implementation found for method start on channel flutter_braintree.drop_in) Any help???
July 18, 2021 at 12:37PM by Mahmoud Esmail
https://ift.tt/3xPxHsW
New post on /r/flutterdev subreddit:
Flutter Google News app UI Redesign
https://youtu.be/aYr0pukqSKc
July 18, 2021 at 01:31PM by mheshm
https://ift.tt/2VZsHUF
Flutter Google News app UI Redesign
https://youtu.be/aYr0pukqSKc
July 18, 2021 at 01:31PM by mheshm
https://ift.tt/2VZsHUF
YouTube
Flutter Google News app UI Redesign | Speed Code
#flutter #ui #google #news #redesign #app
Source code: https://github.com/MahmoudHesham099/Flutter-GoogleNews-app-UI-Redesign
Design Credit: https://www.behance.net/gallery/97344575/Google-News-Redesign
md2_tab_indicator Package: https://pub.dev/package…
Source code: https://github.com/MahmoudHesham099/Flutter-GoogleNews-app-UI-Redesign
Design Credit: https://www.behance.net/gallery/97344575/Google-News-Redesign
md2_tab_indicator Package: https://pub.dev/package…
New post on /r/flutterdev subreddit:
Hey guys uploaded a new video in Flutter “Shoes Delivery app with slidable widget” on my youtube channel. Have a look and let me know your feedback on the comment section. Thank you.
https://youtu.be/-pWEX2sCHFo
July 18, 2021 at 02:32PM by praveenthedesigner
https://ift.tt/3xUBcOU
Hey guys uploaded a new video in Flutter “Shoes Delivery app with slidable widget” on my youtube channel. Have a look and let me know your feedback on the comment section. Thank you.
https://youtu.be/-pWEX2sCHFo
July 18, 2021 at 02:32PM by praveenthedesigner
https://ift.tt/3xUBcOU
YouTube
Shoes Delivery App in Flutter with Slidable widget | Flutter E-commerce app | Part -1
In this video, I have tried to tell you that how to implement tab bar and slidable widget in flutter, so that you can implement this in any design.
Note: 50% of this channel earning is used for Animal welfare.
Keep Learning,
Praveen Prakash
Source code…
Note: 50% of this channel earning is used for Animal welfare.
Keep Learning,
Praveen Prakash
Source code…
New post on /r/flutterdev subreddit:
Flutter Form Validation | Flutter TextField Validation | Flutter TextFor...
https://youtube.com/watch?v=GFKqoIAPd0Q&feature=share
July 18, 2021 at 02:19PM by DBestech
https://ift.tt/3kDomjU
Flutter Form Validation | Flutter TextField Validation | Flutter TextFor...
https://youtube.com/watch?v=GFKqoIAPd0Q&feature=share
July 18, 2021 at 02:19PM by DBestech
https://ift.tt/3kDomjU
YouTube
Flutter Form Validation | Flutter TextField Validation | Flutter TextFormField
You will learn how to validate fluter form. Flutter form validation happens with flutter textformfield validator. TextFormField has a validator property. We can use that property to validate with regex expressions.
Download the starter code from the link…
Download the starter code from the link…
New post on /r/flutterdev subreddit:
Choosing A Flutter State Management Solution
https://ift.tt/3xP8grr
July 18, 2021 at 06:51PM by fredgrott
https://ift.tt/3iinH4O
Choosing A Flutter State Management Solution
https://ift.tt/3xP8grr
July 18, 2021 at 06:51PM by fredgrott
https://ift.tt/3iinH4O
Medium
Choosing A Flutter State Management Solution
There is an easy way to choose a Flutter State Management Solution, let me show you how.