New post on /r/flutterdev subreddit:
Flutter & Firebase Starter Architecture: Adding an Onboarding Screen [Part 2]
https://youtu.be/KMH-liKbFH4
October 31, 2020 at 09:19AM by bizz84
https://ift.tt/3jKfKUK
Flutter & Firebase Starter Architecture: Adding an Onboarding Screen [Part 2]
https://youtu.be/KMH-liKbFH4
October 31, 2020 at 09:19AM by bizz84
https://ift.tt/3jKfKUK
YouTube
Flutter & Firebase Starter Architecture: Adding an Onboarding Screen [Part 2]
This is the second livestream about adding an onboarding screen to my Starter Architecture demo.This time I'll show you how to persist the onboarding state w...
New post on /r/flutterdev subreddit:
Swiping (effect) like in Discord App
What widgets would you use to recreate the swiping like in the discord app? I guess GestureDetector to handle the swiping itself? I am mainly interested in how you would go about the look : New page does not overlay the old one completely (like a nearly screen size side bar) and the old page gets darker while inactive.
October 31, 2020 at 12:24PM by Coppice_DE
https://ift.tt/2HUoydE
Swiping (effect) like in Discord App
What widgets would you use to recreate the swiping like in the discord app? I guess GestureDetector to handle the swiping itself? I am mainly interested in how you would go about the look : New page does not overlay the old one completely (like a nearly screen size side bar) and the old page gets darker while inactive.
October 31, 2020 at 12:24PM by Coppice_DE
https://ift.tt/2HUoydE
reddit
Swiping (effect) like in Discord App
What widgets would you use to recreate the swiping like in the discord app? I guess GestureDetector to handle the swiping itself? I am mainly...
New post on /r/flutterdev subreddit:
Custom Paint just became more Awesome 🔥 Flutter Shape Maker | Biggest Update
https://youtu.be/FvwSNbq1RpY
October 31, 2020 at 02:14PM by Paras_Jain_09
https://ift.tt/2TH2Z2A
Custom Paint just became more Awesome 🔥 Flutter Shape Maker | Biggest Update
https://youtu.be/FvwSNbq1RpY
October 31, 2020 at 02:14PM by Paras_Jain_09
https://ift.tt/2TH2Z2A
YouTube
Flutter Shape Maker 2.0 - A Tool for Community | Made with Flutter, for Flutter 💙!
#flutter #mobileapp #google
A Tool that auto-generates Responsive code for Flutter Custom Paint Widget based on the shape you draw on the Canvas! You can directly use the generated Flutter Custom Painter in your own Flutter Apps!
✔ Introduction Tutorial…
A Tool that auto-generates Responsive code for Flutter Custom Paint Widget based on the shape you draw on the Canvas! You can directly use the generated Flutter Custom Painter in your own Flutter Apps!
✔ Introduction Tutorial…
New post on /r/flutterdev subreddit:
SharedPreferences - Keep user logged in (Credential persistance)
https://youtu.be/56_PDVvPKOc
October 31, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/3mCNp4y
SharedPreferences - Keep user logged in (Credential persistance)
https://youtu.be/56_PDVvPKOc
October 31, 2020 at 01:59PM by draculamasterwinzy
https://ift.tt/3mCNp4y
YouTube
Flutter SharedPreferences Login 🔒 | Flutter SharedPreferences Tutorial | Flutter Keep User Logged In
Keep user logged into the flutter application with Shared Preferences Package. In this Flutter SharedPreferences Tutorial I will show you how to Keep User Logged In, Shall we? Flutter SharedPreferences Login 🔒 | Flutter SharedPreferences Tutorial | Flutter…
New post on /r/flutterdev subreddit:
Released an android sdk to reduce video streaming costs by up-to 90%
Hi everyoneI am working on an android sdk which can reduce video streaming costs of CDN by up-to 90% using a hybrid decentralized technology. I have opened it up for beta-access for developers to try it out. Looking for feedback w.r.t the technology and any features you would want to have.A web demo is available here https://api.peervadoo.com/test . Click on Add new peer to see the tech in action,Android sdk link :- https://github.com/vadootvpeer/sdk-android
October 31, 2020 at 01:45PM by ANil1729
https://ift.tt/3mDoZI1
Released an android sdk to reduce video streaming costs by up-to 90%
Hi everyoneI am working on an android sdk which can reduce video streaming costs of CDN by up-to 90% using a hybrid decentralized technology. I have opened it up for beta-access for developers to try it out. Looking for feedback w.r.t the technology and any features you would want to have.A web demo is available here https://api.peervadoo.com/test . Click on Add new peer to see the tech in action,Android sdk link :- https://github.com/vadootvpeer/sdk-android
October 31, 2020 at 01:45PM by ANil1729
https://ift.tt/3mDoZI1
GitHub
GitHub - vadootvpeer/p2p-cdn-sdk-android: Free p2p cdn android github sdk to reduce video streaming costs of live and on demand…
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀 - vadootvpeer/p2p-cdn-sdk-android
New post on /r/flutterdev subreddit:
How Flutter Renders Widgets
https://youtu.be/3k70-1T_LPM
October 31, 2020 at 01:08PM by immacoder
https://ift.tt/320yZTZ
How Flutter Renders Widgets
https://youtu.be/3k70-1T_LPM
October 31, 2020 at 01:08PM by immacoder
https://ift.tt/320yZTZ
YouTube
Rendering - Flutter Deep Dive
Rendering - Flutter Deep Dive
After going through what Widgets really are, we need to take a look at how Flutter renders widgets onto the actual device. How does flutter go from Widget tree to pixels on the screen. All this explained and showed off in this…
After going through what Widgets really are, we need to take a look at how Flutter renders widgets onto the actual device. How does flutter go from Widget tree to pixels on the screen. All this explained and showed off in this…
New post on /r/flutterdev subreddit:
How to view multiple images from firebase storage in image carousel
I have uploaded my images to firebase now i want to show them in carousel they are multiple images
October 31, 2020 at 02:43PM by ihs_ahm
https://ift.tt/3kLIded
How to view multiple images from firebase storage in image carousel
I have uploaded my images to firebase now i want to show them in carousel they are multiple images
October 31, 2020 at 02:43PM by ihs_ahm
https://ift.tt/3kLIded
reddit
How to view multiple images from firebase storage in image carousel
I have uploaded my images to firebase now i want to show them in carousel they are multiple images
New post on /r/flutterdev subreddit:
Good tutorial for adding functionality to my app?
I know the question may sound weird.Building the UI isn't the problem for me. It's making the app "functional", what is the problem to me. Things like storing data, etc.Anyone can help me out?
October 31, 2020 at 02:26PM by Daaaniell
https://ift.tt/35TR2My
Good tutorial for adding functionality to my app?
I know the question may sound weird.Building the UI isn't the problem for me. It's making the app "functional", what is the problem to me. Things like storing data, etc.Anyone can help me out?
October 31, 2020 at 02:26PM by Daaaniell
https://ift.tt/35TR2My
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New tweet from FlutterDev:
Do you want to join #AdoptAWidget?!
1. Review the rules and info → https://t.co/UpohdS1Q2Y
2. Find a widget you know.
3. Improve its introductory documentation.
Add a code or DartPad snippet, references, and an explanation.
💙 Good luck, can't wait to see your contributions. pic.twitter.com/AmfugC4od7— Flutter (@FlutterDev) October 31, 2020
October 31, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1322584155515953153
Do you want to join #AdoptAWidget?!
1. Review the rules and info → https://t.co/UpohdS1Q2Y
2. Find a widget you know.
3. Improve its introductory documentation.
Add a code or DartPad snippet, references, and an explanation.
💙 Good luck, can't wait to see your contributions. pic.twitter.com/AmfugC4od7— Flutter (@FlutterDev) October 31, 2020
October 31, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1322584155515953153
Twitter
#adoptawidget hashtag on Twitter
38m ago @FlutterDev tweeted: "Do you want to join #AdoptAWidget?!
1. .." - read what others are saying and join the conversation.
1. .." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
What do you prefer for Flutter state management
View Poll
October 31, 2020 at 06:42PM by ALOKAMAR123
https://ift.tt/3eg5qm5
What do you prefer for Flutter state management
View Poll
October 31, 2020 at 06:42PM by ALOKAMAR123
https://ift.tt/3eg5qm5
New post on /r/flutterdev subreddit:
Added a Deck widget to my UIC package
https://ift.tt/3oMYKAK
October 31, 2020 at 06:36PM by echedev
https://ift.tt/320t0yw
Added a Deck widget to my UIC package
https://ift.tt/3oMYKAK
October 31, 2020 at 06:36PM by echedev
https://ift.tt/320t0yw
Dart packages
uic | Flutter Package
A set of Flutter UI components that simplifies implementing most used UI cases.
New post on /r/flutterdev subreddit:
Pagination & Infinite Scrolling - Firestore - Flutter (Tutorial)
https://www.youtube.com/watch?v=IruuzPydPz4
October 31, 2020 at 08:11PM by JohannesMilke
https://ift.tt/2THfXxy
Pagination & Infinite Scrolling - Firestore - Flutter (Tutorial)
https://www.youtube.com/watch?v=IruuzPydPz4
October 31, 2020 at 08:11PM by JohannesMilke
https://ift.tt/2THfXxy
YouTube
Flutter Tutorial - Pagination & Infinite Scrolling - Firestore
Load your data from Firebase separately with Pagination & Infinite Scrolling in your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/firebas…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/firebas…
New post on /r/flutterdev subreddit:
Dart on the AWS Ecosystem with Jonathan Böcker
In the latest Dart Developer Show episode, Jonathan Böcker has a fascinating story to share about his work creating the Dart AWS Client packages and how he is using them in production to run diagnostics on his app.Use the links below to jump to any topic that interests you:01:22 -- Jonathan’s background and professional experience02:45 -- AWS big picture overview03:45 -- AWS Lambda05:21 -- AWS Lambda developer workflow08:36 -- Motivation to explore using Dart on AWS Lambda10:17 -- Creation of the Dart AWS Client libraries18:16 -- Use case in production26:11 -- The Dart AWS client open source project on GitHub30:05 -- Final thoughts
October 31, 2020 at 07:04PM by DartDeveloperShow
https://ift.tt/2HOaHFE
Dart on the AWS Ecosystem with Jonathan Böcker
In the latest Dart Developer Show episode, Jonathan Böcker has a fascinating story to share about his work creating the Dart AWS Client packages and how he is using them in production to run diagnostics on his app.Use the links below to jump to any topic that interests you:01:22 -- Jonathan’s background and professional experience02:45 -- AWS big picture overview03:45 -- AWS Lambda05:21 -- AWS Lambda developer workflow08:36 -- Motivation to explore using Dart on AWS Lambda10:17 -- Creation of the Dart AWS Client libraries18:16 -- Use case in production26:11 -- The Dart AWS client open source project on GitHub30:05 -- Final thoughts
October 31, 2020 at 07:04PM by DartDeveloperShow
https://ift.tt/2HOaHFE
The Dart Developer Show
Dart is the fastest growing programming language on Github.
You can use Dart to build mobile apps with Flutter, web apps, server backends, and even desktop apps.
The Dart Developer Show delivers educational and inspirational interviews with interesting…
You can use Dart to build mobile apps with Flutter, web apps, server backends, and even desktop apps.
The Dart Developer Show delivers educational and inspirational interviews with interesting…
New post on /r/flutterdev subreddit:
How to build a To-Do List in Flutter using Sqflite
https://www.youtube.com/watch?v=rsDx86PvMQ0
October 31, 2020 at 08:22PM by AphrxWasHere
https://ift.tt/2HU4veZ
How to build a To-Do List in Flutter using Sqflite
https://www.youtube.com/watch?v=rsDx86PvMQ0
October 31, 2020 at 08:22PM by AphrxWasHere
https://ift.tt/2HU4veZ
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:
My 1st flutter app, and I'm hooked!
Hi everybody, like the title says, I recently finished my first flutter app. Before this I was more of a Python coder, but always wanted a way to make cool apps and UI's. Flutter has without a doubt been what I've been wanting, and while difficult at times, I had a lot of fun working on this project.Feel free to check out the code: https://github.com/mancheskiL/OptionChooserI completely recognize that it is not necessarily so elegant, but for a 1st time with a DB component as well, I am quite happy with it. Someday in the future I would definitely fix it up to be a bit nicer. For now though, off to the next project!
October 31, 2020 at 10:18PM by eagle161821
https://ift.tt/3oSuiWj
My 1st flutter app, and I'm hooked!
Hi everybody, like the title says, I recently finished my first flutter app. Before this I was more of a Python coder, but always wanted a way to make cool apps and UI's. Flutter has without a doubt been what I've been wanting, and while difficult at times, I had a lot of fun working on this project.Feel free to check out the code: https://github.com/mancheskiL/OptionChooserI completely recognize that it is not necessarily so elegant, but for a 1st time with a DB component as well, I am quite happy with it. Someday in the future I would definitely fix it up to be a bit nicer. For now though, off to the next project!
October 31, 2020 at 10:18PM by eagle161821
https://ift.tt/3oSuiWj
GitHub
GitHub - mancheskiL/OptionChooser: Flutter based app that allows for item input and then randomly chooses a item for you. Records…
Flutter based app that allows for item input and then randomly chooses a item for you. Records item history. - GitHub - mancheskiL/OptionChooser: Flutter based app that allows for item input and th...
New post on /r/flutterdev subreddit:
I am very happy to release the first alpha version of my Flutter App: TuneIn (But i need help)
https://youtu.be/fuW6i7LdEpM
October 31, 2020 at 11:54PM by RARBK
https://ift.tt/2HNcJFU
I am very happy to release the first alpha version of my Flutter App: TuneIn (But i need help)
https://youtu.be/fuW6i7LdEpM
October 31, 2020 at 11:54PM by RARBK
https://ift.tt/2HNcJFU
YouTube
TuneIn Mobile Music Player Made With Flutter Demo
TuneIn is a music player app created with Flutter that lets you listen, organize, and cast your local song library. It has a great UI and a dynamic theme bas...
New post on /r/flutterdev subreddit:
Where can I store user data (Flutter)
I’m going to develop a little “social” App written in Flutter. I need to get user’s info, store them somewhere, set up the login with Facebook, Google...My question is : what can I use to store these data? Some people suggested me to use Firebase...I don’t have a back-end experience so I don’t know where I should start...I’m also young so I miss basics.
October 31, 2020 at 11:45PM by _seeking_answers
https://ift.tt/323eIwW
Where can I store user data (Flutter)
I’m going to develop a little “social” App written in Flutter. I need to get user’s info, store them somewhere, set up the login with Facebook, Google...My question is : what can I use to store these data? Some people suggested me to use Firebase...I don’t have a back-end experience so I don’t know where I should start...I’m also young so I miss basics.
October 31, 2020 at 11:45PM by _seeking_answers
https://ift.tt/323eIwW
New post on /r/flutterdev subreddit:
How to be sure a ColorScheme is accessible for color blind people? I made a plugin for that! Also supports individual colors and has a contrast checker for tests/CI.
https://ift.tt/3jIWWoH
October 31, 2020 at 11:23PM by bernaferrari
https://ift.tt/320kEHe
How to be sure a ColorScheme is accessible for color blind people? I made a plugin for that! Also supports individual colors and has a contrast checker for tests/CI.
https://ift.tt/3jIWWoH
October 31, 2020 at 11:23PM by bernaferrari
https://ift.tt/320kEHe
GitHub
GitHub - bernaferrari/ColorBlindnessFlutter: Simulate color blindness in color themes.
Simulate color blindness in color themes. Contribute to bernaferrari/ColorBlindnessFlutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Quick and easy flutter canvas animations, live coding
https://youtu.be/ELHPGm74Y8g
October 31, 2020 at 11:21PM by indy900000
https://ift.tt/37YYNUj
Quick and easy flutter canvas animations, live coding
https://youtu.be/ELHPGm74Y8g
October 31, 2020 at 11:21PM by indy900000
https://ift.tt/37YYNUj
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Nature Inspired 3] (2020)
Generative art is a way of creating art using code. In this video I will show you how get creative and create a nature inspired animation using Flutter canva...
New post on /r/flutterdev subreddit:
Flutter consume data with Http Get and Http Post
https://ift.tt/31YNVSo
November 01, 2020 at 03:53AM by rrtutors
https://ift.tt/31Za6Ie
Flutter consume data with Http Get and Http Post
https://ift.tt/31YNVSo
November 01, 2020 at 03:53AM by rrtutors
https://ift.tt/31Za6Ie
Rrtutors
Flutter consume data with Http Get and Http Post
HTTP requests are at the core of most web and mobile apps. Let look at how to setup our Flutter apps to make HTTP requests using the flutter_http plugin
New post on Flutter Dev Google group:
App crashes on launch on physical iOS 14 device in debug mode when debugger not attached
My log: [✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale en) *•** Flutter version 1.22.1 at /Users/eskadeniasoftware/Downloads/flutter* *•** Framework revision f30b7f4db9 (3 weeks ago), 2020-10-08 10:06:30 -0700* *•** Engine revision 75bef9f6c8* *•**
November 01, 2020 at 09:27AM by Sawsan Sbeih
https://ift.tt/37Yx9a3
App crashes on launch on physical iOS 14 device in debug mode when debugger not attached
My log: [✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale en) *•** Flutter version 1.22.1 at /Users/eskadeniasoftware/Downloads/flutter* *•** Framework revision f30b7f4db9 (3 weeks ago), 2020-10-08 10:06:30 -0700* *•** Engine revision 75bef9f6c8* *•**
November 01, 2020 at 09:27AM by Sawsan Sbeih
https://ift.tt/37Yx9a3
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.