New post on /r/flutterdev subreddit:
Firebase as Backend
Share your opinion . How mature is firebase for back end ? Can I get by only relying on Firebase or should I learn back ends like Django or others ?
July 05, 2020 at 06:26PM by arianRahman
https://ift.tt/3gortH6
Firebase as Backend
Share your opinion . How mature is firebase for back end ? Can I get by only relying on Firebase or should I learn back ends like Django or others ?
July 05, 2020 at 06:26PM by arianRahman
https://ift.tt/3gortH6
reddit
Firebase as Backend
Share your opinion . How mature is firebase for back end ? Can I get by only relying on Firebase or should I learn back ends like Django or others ?
New post on Flutter Dev Google group:
deleting field firestore
hi again everybody . i am facing this new problem now.. can someone help me understand what i am doing wrong? this code works!!! Firestore.instance.collection('posts').document('CWuWCggUAnfO8lfPXGojOmjBKvl1').collection('userPosts').document('1qGlO155GbGX0BJHDfUE').delete(); but this dosent
July 05, 2020 at 07:09PM by Error Place
https://ift.tt/38trE1f
deleting field firestore
hi again everybody . i am facing this new problem now.. can someone help me understand what i am doing wrong? this code works!!! Firestore.instance.collection('posts').document('CWuWCggUAnfO8lfPXGojOmjBKvl1').collection('userPosts').document('1qGlO155GbGX0BJHDfUE').delete(); but this dosent
July 05, 2020 at 07:09PM by Error Place
https://ift.tt/38trE1f
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:
Input formatting — Flutter
https://ift.tt/38rw9cI
July 05, 2020 at 06:56PM by gursheeshsingh
https://ift.tt/3itigPX
Input formatting — Flutter
https://ift.tt/38rw9cI
July 05, 2020 at 06:56PM by gursheeshsingh
https://ift.tt/3itigPX
Medium
Input formatting — Flutter
Welcome! Today we will learn about adding input formatting in Flutter
New post on /r/flutterdev subreddit:
How to create audio/ECG waveforms in flutter
I have explored many chart libraries but cannot figure out a way to plot audio waveform in flutter using an mp3 file or a json array. Can someone help me out with this.
July 05, 2020 at 06:55PM by marblecereal
https://ift.tt/2NZGymx
How to create audio/ECG waveforms in flutter
I have explored many chart libraries but cannot figure out a way to plot audio waveform in flutter using an mp3 file or a json array. Can someone help me out with this.
July 05, 2020 at 06:55PM by marblecereal
https://ift.tt/2NZGymx
reddit
How to create audio/ECG waveforms in flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Hey Guys, uploaded a new video in Flutter Animation. "Breathing Animation". Please have a look, I hope you like it and subscribe to my channel for more such content. Thank you.
https://youtu.be/6_Ngb1DLvho
July 05, 2020 at 06:46PM by praveenthedesigner
https://ift.tt/2ZBULvn
Hey Guys, uploaded a new video in Flutter Animation. "Breathing Animation". Please have a look, I hope you like it and subscribe to my channel for more such content. Thank you.
https://youtu.be/6_Ngb1DLvho
July 05, 2020 at 06:46PM by praveenthedesigner
https://ift.tt/2ZBULvn
YouTube
Breathing Animation in Flutter | Flutter Animations | Flutter tutorials
In this video, I have tried to tell you how to create a breathing animation in Flutter, you can use this animation in Banner, buttons, and anywhere in your a...
New post on Flutter Dev Google group:
ADB error
ADB exited with exit code 255 Performing Push Install adb: error: failed to copy I'm having this error when I tried to run my app on my phone. Can someone please help?
July 05, 2020 at 07:15PM by Ibnmajah Jallow
https://ift.tt/2VK7Hy0
ADB error
ADB exited with exit code 255 Performing Push Install adb: error: failed to copy I'm having this error when I tried to run my app on my phone. Can someone please help?
July 05, 2020 at 07:15PM by Ibnmajah Jallow
https://ift.tt/2VK7Hy0
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:
How do you keep up with rapid package changes / breaking changes?
Hey everyone,I'm just reaching out for some perspectives on how you handle when packages rapidly release breaking changes throughout your development cycle.For example, I've been working on an app for a client and over the last few months, flutter_sound has gone from a buggy 2.x version (which I got to work consistently), to a 3.x, 4.x, and now a 5.x, each with pretty big breaking changes.hive_generator recently broke on me and I had to fork and submit a PR to be able to keep developing (took a few hours to figure out).The image picker I use recently made all the function calls I was using deprecated.This is just a few examples. Every time Android Studio has an update, flutter has an update, dart has an update, it's just fingers crossed to see what breaks, and what I have to refactor before I can get back to implementing features. Could be two hours, could be a day of troubleshooting and github discussions.What do you do? Do you just stick with the old versions until you're forced to upgrade because of dependency issues (which happens frequently anyways). Do you update each time you start coding like me, and end up spending at least a few hours per week fixing things that break?I feel like I got started with (~in 2017) ReactJS when it was much more mature and didn't face nearly as many breaking changes or bugs. So I'm trying to find the most efficient way to handle this reality with Flutter.
July 05, 2020 at 08:54PM by boon4376
https://ift.tt/31PtEQ2
How do you keep up with rapid package changes / breaking changes?
Hey everyone,I'm just reaching out for some perspectives on how you handle when packages rapidly release breaking changes throughout your development cycle.For example, I've been working on an app for a client and over the last few months, flutter_sound has gone from a buggy 2.x version (which I got to work consistently), to a 3.x, 4.x, and now a 5.x, each with pretty big breaking changes.hive_generator recently broke on me and I had to fork and submit a PR to be able to keep developing (took a few hours to figure out).The image picker I use recently made all the function calls I was using deprecated.This is just a few examples. Every time Android Studio has an update, flutter has an update, dart has an update, it's just fingers crossed to see what breaks, and what I have to refactor before I can get back to implementing features. Could be two hours, could be a day of troubleshooting and github discussions.What do you do? Do you just stick with the old versions until you're forced to upgrade because of dependency issues (which happens frequently anyways). Do you update each time you start coding like me, and end up spending at least a few hours per week fixing things that break?I feel like I got started with (~in 2017) ReactJS when it was much more mature and didn't face nearly as many breaking changes or bugs. So I'm trying to find the most efficient way to handle this reality with Flutter.
July 05, 2020 at 08:54PM by boon4376
https://ift.tt/31PtEQ2
reddit
How do you keep up with rapid package changes / breaking changes?
Hey everyone, I'm just reaching out for some perspectives on how you handle when packages rapidly release breaking changes throughout your...
New post on Flutter Dev Google group:
TextFormField only digit
i set my Textfield to only accept digits and that's great but i need it to accept also Arabic and unicode numbers not only English, and this only allows English numbers! the code i use: TextFormField( controller: _controller, keyboardType: TextInputType.number, inputFormatters:
July 05, 2020 at 10:52PM by Yasin
https://ift.tt/2CcuBqI
TextFormField only digit
i set my Textfield to only accept digits and that's great but i need it to accept also Arabic and unicode numbers not only English, and this only allows English numbers! the code i use: TextFormField( controller: _controller, keyboardType: TextInputType.number, inputFormatters:
July 05, 2020 at 10:52PM by Yasin
https://ift.tt/2CcuBqI
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 Flutter Dev Google group:
How can I change a list with an array that has two maps, to a list of maps?
Hi all, in my firebase database I have this: [image: listen.png]
How can I change a list with an array that has two maps, to a list of maps?
Hi all, in my firebase database I have this: [image: listen.png]
New post on /r/flutterdev subreddit:
What is the best way to implement a video feed in Flutter ?
Hey!I'm building an app in flutter that contains a Video Feed like the one found in TikTok. You can imagine a ListView where you can scroll through some videos (5-25seconds).The videos are stored in Google Cloud Platform.Currently, feed that contains more than 12 or even 9(on some devices with lower memories) is causing the app to crash, understandably.Now, being an amateur myself, (barely connecting GCP to flutter and connecting it :p), I'm struggling to find a solution to be able to scroll through a feed of videos as smooth as possible. I was thinking something like a Carousel with a visibility detector, but I'm not sure how I can reload a video that has been disposed.My video player is "Video_player" package.I'm open to anything, and appreciate the help!Thanks,M
July 05, 2020 at 11:46PM by justAskinz
https://ift.tt/2NXTWrg
What is the best way to implement a video feed in Flutter ?
Hey!I'm building an app in flutter that contains a Video Feed like the one found in TikTok. You can imagine a ListView where you can scroll through some videos (5-25seconds).The videos are stored in Google Cloud Platform.Currently, feed that contains more than 12 or even 9(on some devices with lower memories) is causing the app to crash, understandably.Now, being an amateur myself, (barely connecting GCP to flutter and connecting it :p), I'm struggling to find a solution to be able to scroll through a feed of videos as smooth as possible. I was thinking something like a Carousel with a visibility detector, but I'm not sure how I can reload a video that has been disposed.My video player is "Video_player" package.I'm open to anything, and appreciate the help!Thanks,M
July 05, 2020 at 11:46PM by justAskinz
https://ift.tt/2NXTWrg
reddit
What is the best way to implement a video feed in Flutter ?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
What are my options for OpenID Connect on Android?
Hi, I am trying to implement an OpenID Connect client in my Android app. We are using a custom scheme for the redirect URI. I have written a minimal Flutter app with just one button that initiates the procedure to get an access token. Packages I have tried so far: 1. flutter_appauth: This
July 06, 2020 at 12:19AM by H Stiffel
https://ift.tt/3e3AEvg
What are my options for OpenID Connect on Android?
Hi, I am trying to implement an OpenID Connect client in my Android app. We are using a custom scheme for the redirect URI. I have written a minimal Flutter app with just one button that initiates the procedure to get an access token. Packages I have tried so far: 1. flutter_appauth: This
July 06, 2020 at 12:19AM by H Stiffel
https://ift.tt/3e3AEvg
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:
Great post on r/Programming
https://ift.tt/3e21eVF
July 06, 2020 at 04:32AM by danielolaviobr
https://ift.tt/2NVbzYP
Great post on r/Programming
https://ift.tt/3e21eVF
July 06, 2020 at 04:32AM by danielolaviobr
https://ift.tt/2NVbzYP
GitHub
AbdulMalikDev/ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨🎓 - AbdulMalikDev/ounotes
New post on Flutter Dev Google group:
Emulator field grayed out “not applicable for the main.dart configuration”
Hello guys. So i just bought new mac. i installed Android studio, x code and flutter. the emulator field is grayed out and says "not applicable for the main.dart configuration". I cloned the code from Github. When i ran it from the terminal, it gives me this error "FAILURE: Build failed with
July 06, 2020 at 04:10AM by malm...@drew.edu
https://ift.tt/31MBUAl
Emulator field grayed out “not applicable for the main.dart configuration”
Hello guys. So i just bought new mac. i installed Android studio, x code and flutter. the emulator field is grayed out and says "not applicable for the main.dart configuration". I cloned the code from Github. When i ran it from the terminal, it gives me this error "FAILURE: Build failed with
July 06, 2020 at 04:10AM by malm...@drew.edu
https://ift.tt/31MBUAl
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 Flutter Dev Google group:
Flutter Sample Apps Link Broken
The *Flutter samples* link in the Other Resources < https://flutter.dev/docs/get-started/learn-more#apply-your-existing-knowledge> in the Learn More
Flutter Sample Apps Link Broken
The *Flutter samples* link in the Other Resources < https://flutter.dev/docs/get-started/learn-more#apply-your-existing-knowledge> in the Learn More
docs.flutter.dev
Learn more
More resources to help you learn Flutter.
New post on /r/flutterdev subreddit:
Cache firebase/http response every 24 hours
I am making a basic "quote of the day" app. The server gets updated every 24 hours with a new quote. How can I cache the quote for 24 hours so that I don't read the same quote multiple times from the server but read and cache the new quote whenever the server is updated with the new quote?I was thinking something on the lines of saving an object with the quote and a dateTime value (when the next quote would be available like 14:00 GMT) and using a simple dateTime comparison to see if the quote should be received from server or local storage. Not sure if this is the best way tho.
July 06, 2020 at 07:09AM by dontGiveAnEfAnynore
https://ift.tt/2BGaqSl
Cache firebase/http response every 24 hours
I am making a basic "quote of the day" app. The server gets updated every 24 hours with a new quote. How can I cache the quote for 24 hours so that I don't read the same quote multiple times from the server but read and cache the new quote whenever the server is updated with the new quote?I was thinking something on the lines of saving an object with the quote and a dateTime value (when the next quote would be available like 14:00 GMT) and using a simple dateTime comparison to see if the quote should be received from server or local storage. Not sure if this is the best way tho.
July 06, 2020 at 07:09AM by dontGiveAnEfAnynore
https://ift.tt/2BGaqSl
reddit
Cache firebase/http response every 24 hours
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
[Flutter] Custom Splash Screen | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/61dzlUHTdJw
July 06, 2020 at 07:39AM by SnippetCoder
https://ift.tt/2O0DZRg
[Flutter] Custom Splash Screen | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/61dzlUHTdJw
July 06, 2020 at 07:39AM by SnippetCoder
https://ift.tt/2O0DZRg
YouTube
[Flutter][With Voice] Custom Splash Screen | SnippetCoder | LEARN.CODE.CREATE | HD Video
#Flutter #SplashScreen #SnippetCoder #FlutterTutorial #Dart #CodeIn this video, we learn how to create custom splash screen in Flutter Application, with just...
New post on /r/flutterdev subreddit:
Animated Login and Sign Up Design App - Flutter UI - Speed Code
https://youtu.be/ry9xZ-jU9oY
July 05, 2020 at 08:56PM by AllAboutFlutter
https://ift.tt/3f2wrJF
Animated Login and Sign Up Design App - Flutter UI - Speed Code
https://youtu.be/ry9xZ-jU9oY
July 05, 2020 at 08:56PM by AllAboutFlutter
https://ift.tt/3f2wrJF
YouTube
Animated Login and Sign Up Design App - Flutter UI - Speed Code
🚀 Animated Login and Sign Up Design App UI in Flutter
👨🎨 Inspiration
https://dribbble.com/shots/6004347-login-Sign-Up
💻 GitHub Source Code
https://github.com/gerfagerfa/login_and_signup
⚠️ IMPORTANT: If you want to learn, I strongly advise you to watch…
👨🎨 Inspiration
https://dribbble.com/shots/6004347-login-Sign-Up
💻 GitHub Source Code
https://github.com/gerfagerfa/login_and_signup
⚠️ IMPORTANT: If you want to learn, I strongly advise you to watch…
New post on /r/flutterdev subreddit:
Made Whatsapp Clone Light Theme on codepen.io, it is my first pen so don't be rude and feedbacks are really appreciated
https://ift.tt/3gtLGvh
July 05, 2020 at 04:36PM by 7JKS
https://ift.tt/2C6P0xx
Made Whatsapp Clone Light Theme on codepen.io, it is my first pen so don't be rude and feedbacks are really appreciated
https://ift.tt/3gtLGvh
July 05, 2020 at 04:36PM by 7JKS
https://ift.tt/2C6P0xx
CodePen
Whatsapp Clone Light Theme
...
New post on /r/flutterdev subreddit:
Does flutter on iOS really looks like an iOS app by default ?
Hello.I'm an Android user and i started writing some stuff in flutter to see how it looks like, i found several difference with native Android apps that annoys me a bit. I'm sure most users won't care, but i would like to know if iOS dev felt the same.What i'm talking about:
- drawer doesn't "pop-out" when you press the left side of your screen, you have to swipe.
- edge glow / ripple effects aren't the same as native apps.
- icon highlight (when you long press an icon) in appbar is too big and not in the right color.I'm sure most of them could be fixed with some dev (except edge glow / ripple effect, because it's not standard and every version of Android can have a different effect). But i wanted to check how default flutter look compared to native apps.
July 06, 2020 at 08:39AM by LEpigeon888
https://ift.tt/3e4ulaP
Does flutter on iOS really looks like an iOS app by default ?
Hello.I'm an Android user and i started writing some stuff in flutter to see how it looks like, i found several difference with native Android apps that annoys me a bit. I'm sure most users won't care, but i would like to know if iOS dev felt the same.What i'm talking about:
- drawer doesn't "pop-out" when you press the left side of your screen, you have to swipe.
- edge glow / ripple effects aren't the same as native apps.
- icon highlight (when you long press an icon) in appbar is too big and not in the right color.I'm sure most of them could be fixed with some dev (except edge glow / ripple effect, because it's not standard and every version of Android can have a different effect). But i wanted to check how default flutter look compared to native apps.
July 06, 2020 at 08:39AM by LEpigeon888
https://ift.tt/3e4ulaP
reddit
Does flutter on iOS really looks like an iOS app by default ?
Hello. I'm an Android user and i started writing some stuff in flutter to see how it looks like, i found several difference with native Android...
New post on /r/flutterdev subreddit:
Flutter Setup
Hey guys! I just started learning flutter and while running my android simulator from android studio I always get an error of “Unable to locate adb” I am on MacOS Catalina and using a Macbook pro. If someone could help me figure out this issue that would be great!
July 06, 2020 at 09:23AM by Noobdeveloperx
https://ift.tt/31PzalU
Flutter Setup
Hey guys! I just started learning flutter and while running my android simulator from android studio I always get an error of “Unable to locate adb” I am on MacOS Catalina and using a Macbook pro. If someone could help me figure out this issue that would be great!
July 06, 2020 at 09:23AM by Noobdeveloperx
https://ift.tt/31PzalU
reddit
Flutter Setup
Hey guys! I just started learning flutter and while running my android simulator from android studio I always get an error of “Unable to locate...
New post on /r/flutterdev subreddit:
Use functional features in Dart like in Kotlin, Rust, Haskell with the dartz package
https://ift.tt/33L7Kfp
July 06, 2020 at 11:11AM by satvikpendem
https://ift.tt/2ZBWtNc
Use functional features in Dart like in Kotlin, Rust, Haskell with the dartz package
https://ift.tt/33L7Kfp
July 06, 2020 at 11:11AM by satvikpendem
https://ift.tt/2ZBWtNc
Dart packages
dartz | Dart Package
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools.