New post on /r/flutterdev subreddit:
Can you guys help me remember the name of a plugin?
It is a widget which you can slide to left or right and hold to do something like decrease or increase a value. I found it out on Github last week but couldn't find it anywhere now...
October 05, 2020 at 10:46AM by livinglist
https://ift.tt/3nl0XD5
Can you guys help me remember the name of a plugin?
It is a widget which you can slide to left or right and hold to do something like decrease or increase a value. I found it out on Github last week but couldn't find it anywhere now...
October 05, 2020 at 10:46AM by livinglist
https://ift.tt/3nl0XD5
reddit
Can you guys help me remember the name of a plugin?
It is a widget which you can slide to left or right and hold to do something like decrease or increase a value. I found it out on Github last week...
New post on /r/flutterdev subreddit:
Automating Flutter App Versioning Using Fastlane Plugin
Hey all! Few days ago I wrote a plugin for fastlane which can be plugged into your CI/CD pipelines in order to automate versioning of your flutter apps. It's free, open-source and available on rubygems. You can read more about it here.Github
October 05, 2020 at 10:30AM by davormaricdev
https://ift.tt/33vZD8j
Automating Flutter App Versioning Using Fastlane Plugin
Hey all! Few days ago I wrote a plugin for fastlane which can be plugged into your CI/CD pipelines in order to automate versioning of your flutter apps. It's free, open-source and available on rubygems. You can read more about it here.Github
October 05, 2020 at 10:30AM by davormaricdev
https://ift.tt/33vZD8j
Medium
Automating Flutter App Versioning Using Fastlane Plugin
If you’ve ever developed mobile applications and published them to their stores, then you are aware of the specific rules of versioning an…
New post on Flutter Dev Google group:
CI/CD process.
What is the recommended CI/CD stack to be used with flutter and firebase combination.
October 05, 2020 at 11:32AM by madhu sudan
https://ift.tt/33wRznL
CI/CD process.
What is the recommended CI/CD stack to be used with flutter and firebase combination.
October 05, 2020 at 11:32AM by madhu sudan
https://ift.tt/33wRznL
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:
Is It Okay to Open a lot of Streams in One UI?
I'm working on a large scale app in Flutter, so like in one UI there's a lot of things going on and multiple widgets are related to each other. I've managed the situation by opening a multiple streams (in the bloc or whatever) for each widget?I think from read-ability perspective, the code is more cleaner, but what's about performance, is that considered a good practice?p.s: I'm closing all of them at the end?
October 05, 2020 at 12:16PM by JKirkN
https://ift.tt/3jJv84k
Is It Okay to Open a lot of Streams in One UI?
I'm working on a large scale app in Flutter, so like in one UI there's a lot of things going on and multiple widgets are related to each other. I've managed the situation by opening a multiple streams (in the bloc or whatever) for each widget?I think from read-ability perspective, the code is more cleaner, but what's about performance, is that considered a good practice?p.s: I'm closing all of them at the end?
October 05, 2020 at 12:16PM by JKirkN
https://ift.tt/3jJv84k
reddit
Is It Okay to Open a lot of Streams in One UI?
I'm working on a large scale app in Flutter, so like in one UI there's a lot of things going on and multiple widgets are related to each other....
New post on /r/flutterdev subreddit:
Realtime tracking using polyline
Hi iam trying to draw a path on googlemaps while moving from one location does anyone know how to do it using polylines
October 05, 2020 at 12:45PM by spurgab
https://ift.tt/3ndgmoV
Realtime tracking using polyline
Hi iam trying to draw a path on googlemaps while moving from one location does anyone know how to do it using polylines
October 05, 2020 at 12:45PM by spurgab
https://ift.tt/3ndgmoV
reddit
Realtime tracking using polyline
Hi iam trying to draw a path on googlemaps while moving from one location does anyone know how to do it using polylines
New post on /r/flutterdev subreddit:
Button recording with slider to cancel
Hello I would like to know, if it is possible to make the record button on flutter with the slider to cancel and locked button for recording.
October 05, 2020 at 01:11PM by youneS94
https://ift.tt/3cZKxei
Button recording with slider to cancel
Hello I would like to know, if it is possible to make the record button on flutter with the slider to cancel and locked button for recording.
October 05, 2020 at 01:11PM by youneS94
https://ift.tt/3cZKxei
reddit
Button recording with slider to cancel
Hello I would like to know, if it is possible to make the record button on flutter with the slider to cancel and locked button for recording.
New post on /r/flutterdev subreddit:
Is it just me or Flutter Web shows source code file structure in production?
Is it just me or Flutter Web shows source code file structure?Take this, for example, a website I made for my brother.https://abdulmalik.alkhalaf.dev/#/Try using Developer tools and going into the sources tab. You will find a lib folder and literally my source code files but are inaccessible from the browser because of 404 error, not found.Even codelessly website for proof: https://codelessly.com/#/Is this because web support is in beta or what?Can someone explain?
October 05, 2020 at 12:50PM by YazeedAlKhalaf
https://ift.tt/30z2NpQ
Is it just me or Flutter Web shows source code file structure in production?
Is it just me or Flutter Web shows source code file structure?Take this, for example, a website I made for my brother.https://abdulmalik.alkhalaf.dev/#/Try using Developer tools and going into the sources tab. You will find a lib folder and literally my source code files but are inaccessible from the browser because of 404 error, not found.Even codelessly website for proof: https://codelessly.com/#/Is this because web support is in beta or what?Can someone explain?
October 05, 2020 at 12:50PM by YazeedAlKhalaf
https://ift.tt/30z2NpQ
abdulmalik.alkhalaf.dev
Luckyck21 🤓
A new Flutter project.
New post on Flutter Dev Google group:
List in reverse
Hello guys, I want to reverse my listview and also i want to know to filter listview like dropdown selections base. Please guide me and check attachment.
October 05, 2020 at 02:04PM by Gulam Fahad Ahmed
https://ift.tt/3ntGRXk
List in reverse
Hello guys, I want to reverse my listview and also i want to know to filter listview like dropdown selections base. Please guide me and check attachment.
October 05, 2020 at 02:04PM by Gulam Fahad Ahmed
https://ift.tt/3ntGRXk
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:
just published V1.10 of functional_listener, the Rx like extension method on ValueListenable. Just added mergeWith()
https://ift.tt/2GH6P8U
October 05, 2020 at 01:22PM by escamoteur
https://ift.tt/33wn0yP
just published V1.10 of functional_listener, the Rx like extension method on ValueListenable. Just added mergeWith()
https://ift.tt/2GH6P8U
October 05, 2020 at 01:22PM by escamoteur
https://ift.tt/33wn0yP
Dart packages
functional_listener | Flutter Package
An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams
New post on /r/flutterdev subreddit:
ScreenShareing problem with flutter i need ScreenShareing or filesharing
hello i Need some help i need to do ScreenShareing or fileshareing while in videocall im using agora for the video call but they dont support ScreenShareing in flutter SDK they support ScreenShareing in the naitive ios and android can anyone help me please thank you in advance
October 05, 2020 at 02:13PM by Any-Ad-6023
https://ift.tt/33vLDvc
ScreenShareing problem with flutter i need ScreenShareing or filesharing
hello i Need some help i need to do ScreenShareing or fileshareing while in videocall im using agora for the video call but they dont support ScreenShareing in flutter SDK they support ScreenShareing in the naitive ios and android can anyone help me please thank you in advance
October 05, 2020 at 02:13PM by Any-Ad-6023
https://ift.tt/33vLDvc
reddit
ScreenShareing problem with flutter i need ScreenShareing or...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
My app built with flutter is live on Product Hunt! AMA 😺🚀🥳
https://www.producthunt.com/posts/today-in-lifeStarted building this with react native, and quickly ran into performance issues with animations and transitions,that's when I decided to give flutter a try and it was such an amazing experience building it with flutter,no performance issues ANYWHERE and implementing some really amazing animations and visuals were super quick!Been a fan of flutter since then and have been using it as the go to framework for building cross platform apps.Have also built and released a truly cross platform app with flutter that runs on Android, iOS, Windows, MacOS and linux all from one codebase!Would love to answer any doubts or pointers on the dev experience with flutter for cross platform development.
October 05, 2020 at 01:54PM by theCodis
https://ift.tt/3jAPoFi
My app built with flutter is live on Product Hunt! AMA 😺🚀🥳
https://www.producthunt.com/posts/today-in-lifeStarted building this with react native, and quickly ran into performance issues with animations and transitions,that's when I decided to give flutter a try and it was such an amazing experience building it with flutter,no performance issues ANYWHERE and implementing some really amazing animations and visuals were super quick!Been a fan of flutter since then and have been using it as the go to framework for building cross platform apps.Have also built and released a truly cross platform app with flutter that runs on Android, iOS, Windows, MacOS and linux all from one codebase!Would love to answer any doubts or pointers on the dev experience with flutter for cross platform development.
October 05, 2020 at 01:54PM by theCodis
https://ift.tt/3jAPoFi
Product Hunt
Today In Life - Plan your life, not tasks | Product Hunt
Today In Life is more than just a planner, kickstart your days by reminding yourself of your goals, your sources of motivation, what makes you happy in life, and then plan your day with tasks and schedule.
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 59! - Tutorials, videos, packages, and much more!
https://ift.tt/3niBJoC
October 05, 2020 at 03:16PM by vensign
https://ift.tt/3d436hM
Flutter Tap Weekly Newsletter Week 59! - Tutorials, videos, packages, and much more!
https://ift.tt/3niBJoC
October 05, 2020 at 03:16PM by vensign
https://ift.tt/3d436hM
Fluttertap
Newsletter Issue 59
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 59
New post on /r/flutterdev subreddit:
Custom Tab Bars
I wanted to know if there's a proper guide to make your own custom tab bars in your app which probably involves your own iconography, assets, and/or design language. I am kind of new on flutter, with only 2 months of experience, so maybe some guidance would be nice
October 05, 2020 at 04:18PM by loner291999
https://ift.tt/3iEvdFu
Custom Tab Bars
I wanted to know if there's a proper guide to make your own custom tab bars in your app which probably involves your own iconography, assets, and/or design language. I am kind of new on flutter, with only 2 months of experience, so maybe some guidance would be nice
October 05, 2020 at 04:18PM by loner291999
https://ift.tt/3iEvdFu
reddit
Custom Tab Bars
I wanted to know if there's a proper guide to make your own custom tab bars in your app which probably involves your own iconography, assets,...
New post on /r/flutterdev subreddit:
Hey guys new article about how to create simple forms 😉️
https://ift.tt/36M5uZt
October 05, 2020 at 03:52PM by workflow_2
https://ift.tt/30BYcTZ
Hey guys new article about how to create simple forms 😉️
https://ift.tt/36M5uZt
October 05, 2020 at 03:52PM by workflow_2
https://ift.tt/30BYcTZ
Priiimo
How to use forms in flutter easy tutorial - explained by x | PRIIIMO
Computer Science, the subject of the new century about how the word of digital data works.
New post on /r/flutterdev subreddit:
How can you get rich with Flutter ?
How can you get rich with Flutter ?
October 05, 2020 at 05:21PM by FlutterMorocco
https://ift.tt/3ivLtZi
How can you get rich with Flutter ?
How can you get rich with Flutter ?
October 05, 2020 at 05:21PM by FlutterMorocco
https://ift.tt/3ivLtZi
reddit
How can you get rich with Flutter ?
New post on /r/flutterdev subreddit:
Physics-based Animations in Flutter | Build the Tinder Card
https://youtu.be/_xEmb6mB89w
October 05, 2020 at 05:07PM by THKPMatt
https://ift.tt/3ivubv5
Physics-based Animations in Flutter | Build the Tinder Card
https://youtu.be/_xEmb6mB89w
October 05, 2020 at 05:07PM by THKPMatt
https://ift.tt/3ivubv5
YouTube
Make the Tinder Card with Flutter!
In this video, we use Flutters physics-based animation utilities to create a Tinder-like card.
GitHub:
https://github.com/AlabasterAxe/card_swiping_example
0:00 - Intro
0:21 - Laying the groundwork
1:38 - Making the card draggable
8:18 - Springing the card…
GitHub:
https://github.com/AlabasterAxe/card_swiping_example
0:00 - Intro
0:21 - Laying the groundwork
1:38 - Making the card draggable
8:18 - Springing the card…
New post on /r/flutterdev subreddit:
Any recommendation for push notification service other than Firebase and One Signal?
Our app needs to work on Huawei app store and they don't support Google services hence Firebase is out. We tried to use One Signal but their Flutter library is flaky. Have anyone had good experience with other push notification services?
October 05, 2020 at 05:00PM by nirataro
https://ift.tt/3ldiWJF
Any recommendation for push notification service other than Firebase and One Signal?
Our app needs to work on Huawei app store and they don't support Google services hence Firebase is out. We tried to use One Signal but their Flutter library is flaky. Have anyone had good experience with other push notification services?
October 05, 2020 at 05:00PM by nirataro
https://ift.tt/3ldiWJF
reddit
Any recommendation for push notification service other than...
Our app needs to work on Huawei app store and they don't support Google services hence Firebase is out. We tried to use One Signal but their...
New post on /r/flutterdev subreddit:
flutter_background_service | Flutter Package
my first plugin, contributors are welcome
https://pub.dev/packages/flutter_background_service
October 05, 2020 at 04:55PM by ekasetiawans
https://ift.tt/30zyfEC
flutter_background_service | Flutter Package
my first plugin, contributors are welcome
https://pub.dev/packages/flutter_background_service
October 05, 2020 at 04:55PM by ekasetiawans
https://ift.tt/30zyfEC
Dart packages
flutter_background_service | Flutter package
A flutter plugin for executing dart code continously even application closed.
New post on /r/flutterdev subreddit:
Creating a File Storage Application using Flutter and AWS Amplify
https://ift.tt/3jzcPis
October 05, 2020 at 05:55PM by PossibleFail2
https://ift.tt/36AGRyM
Creating a File Storage Application using Flutter and AWS Amplify
https://ift.tt/3jzcPis
October 05, 2020 at 05:55PM by PossibleFail2
https://ift.tt/36AGRyM
Medium
Making a Google Drive Clone in Flutter using AWS Amplify
Let’s make a file-sharing application — affectionately named Doogle Grive — to show off what we can accomplish with Amplify.
New post on /r/flutterdev subreddit:
Carousel Slider - Loop & Infinite ListView - Flutter (Tutorial)
https://www.youtube.com/watch?v=SQnmuulYWPU
October 05, 2020 at 06:28PM by JohannesMilke
https://ift.tt/3iw3Kpd
Carousel Slider - Loop & Infinite ListView - Flutter (Tutorial)
https://www.youtube.com/watch?v=SQnmuulYWPU
October 05, 2020 at 06:28PM by JohannesMilke
https://ift.tt/3iw3Kpd
YouTube
Flutter Tutorial - Carousel Slider - Loop & Infinite ListView
Create an infinite scrolling list with the Carousel Slider.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/carousel_slider_example
- Buy My Courses: htt…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/carousel_slider_example
- Buy My Courses: htt…
New tweet from FlutterDev:
Time to finish Favorites! 🏁
@Fitzface is back to finish building the UI for the Hacker News app Favorites list. This time, we update dependencies, poke StreamBuilder and Navigator again, and pose some new questions to tackle!
Watch the #BoringShow → https://t.co/E6vQZAcFsB pic.twitter.com/blYSfyWTQm— Flutter (@FlutterDev) October 5, 2020
October 05, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1313170418849677312
Time to finish Favorites! 🏁
@Fitzface is back to finish building the UI for the Hacker News app Favorites list. This time, we update dependencies, poke StreamBuilder and Navigator again, and pose some new questions to tackle!
Watch the #BoringShow → https://t.co/E6vQZAcFsB pic.twitter.com/blYSfyWTQm— Flutter (@FlutterDev) October 5, 2020
October 05, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1313170418849677312