New post on Flutter Dev Google group:
CRUD flutter firebase & UPDATING rather then creating new
i have a function that creates and add new data to the cloud firestore! i want the function to check if the documents already exist, if so update them otherwise create them! i do not know how its done. can someone help me with this please! thank you all in advance. this is the function. static
March 25, 2020 at 12:20PM by Error Place
https://ift.tt/3duYlO0
CRUD flutter firebase & UPDATING rather then creating new
i have a function that creates and add new data to the cloud firestore! i want the function to check if the documents already exist, if so update them otherwise create them! i do not know how its done. can someone help me with this please! thank you all in advance. this is the function. static
March 25, 2020 at 12:20PM by Error Place
https://ift.tt/3duYlO0
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:
Got bored during quarantine Made a paper flip animation using Flutter.
https://ift.tt/2QJXX4p
March 25, 2020 at 02:05PM by gafaar
https://ift.tt/3aeC0Ca
Got bored during quarantine Made a paper flip animation using Flutter.
https://ift.tt/2QJXX4p
March 25, 2020 at 02:05PM by gafaar
https://ift.tt/3aeC0Ca
GitHub
anupcowkur/Flip
A paper flipping animation built using Flutter. Contribute to anupcowkur/Flip development by creating an account on GitHub.
New post on Flutter Dev Google group:
looking for someone to create my app
Hello... so I am beginner app developer. I don't know how to code just yet,. but Im learning. I have a app idea and I am looking for someone to possibly build it for payment. If you are interested please contact me. My email is appst...@yahoo.com Thanks! Cole
March 25, 2020 at 02:37PM by cole caswell
https://ift.tt/2JaMoPs
looking for someone to create my app
Hello... so I am beginner app developer. I don't know how to code just yet,. but Im learning. I have a app idea and I am looking for someone to possibly build it for payment. If you are interested please contact me. My email is appst...@yahoo.com Thanks! Cole
March 25, 2020 at 02:37PM by cole caswell
https://ift.tt/2JaMoPs
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:
Its true that the 10% is the most difficult.. Tips and trick needed.
Been working on a project for about 6 months now. Still learning flutter and dart as i go. Took a break for a month, because of overworking and now im back. I really want to finish this project because i feel that its still very promising and i see a market for something like this.I've been quite overwhelmed by learning eveything from firebase, cloud functions, webscraping, how to structure communication from client- to server and the other way around to not get lost in my own code. The whole app is based on online features so its essential that it works correctly.Now, i'm on the last features i want to finish and polish but i'm really stuck in this procrastinate period because i lost my mojo when i took the break. I've been thinking about trying to find help like looking for freelancer with more experience in firebase and flutter but it's been hard trying to find anyone that have experience with this.Any tips or tricks you have when getting stuck in a period like this, what do you usually do? Also where would you recommend to look if you would like to look for help in your project?
March 25, 2020 at 03:19PM by TheLadvoxGuy
https://ift.tt/2WTnSL1
Its true that the 10% is the most difficult.. Tips and trick needed.
Been working on a project for about 6 months now. Still learning flutter and dart as i go. Took a break for a month, because of overworking and now im back. I really want to finish this project because i feel that its still very promising and i see a market for something like this.I've been quite overwhelmed by learning eveything from firebase, cloud functions, webscraping, how to structure communication from client- to server and the other way around to not get lost in my own code. The whole app is based on online features so its essential that it works correctly.Now, i'm on the last features i want to finish and polish but i'm really stuck in this procrastinate period because i lost my mojo when i took the break. I've been thinking about trying to find help like looking for freelancer with more experience in firebase and flutter but it's been hard trying to find anyone that have experience with this.Any tips or tricks you have when getting stuck in a period like this, what do you usually do? Also where would you recommend to look if you would like to look for help in your project?
March 25, 2020 at 03:19PM by TheLadvoxGuy
https://ift.tt/2WTnSL1
reddit
Its true that the 10% is the most difficult.. Tips and trick needed.
Been working on a project for about 6 months now. Still learning flutter and dart as i go. Took a break for a month, because of overworking and...
New post on Flutter Dev Google group:
Error(the method setData isn't defined for the class CollectionReference!)
hi guys! i am not sure what im doing wrong here! can someone help me with this? this is my code static void createPostMonday(Post post) { postsRef.document(post.authorId).collection('Monaday').setData({ 'alOne':post.alOne, 'alTwo':post.alTwo, 'alThree':post.alThree, 'alFour':pos
March 25, 2020 at 03:07PM by Error Place
https://ift.tt/2UvkMKc
Error(the method setData isn't defined for the class CollectionReference!)
hi guys! i am not sure what im doing wrong here! can someone help me with this? this is my code static void createPostMonday(Post post) { postsRef.document(post.authorId).collection('Monaday').setData({ 'alOne':post.alOne, 'alTwo':post.alTwo, 'alThree':post.alThree, 'alFour':pos
March 25, 2020 at 03:07PM by Error Place
https://ift.tt/2UvkMKc
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:
CircularProgressIndicator and LinearProgressIndicator (Flutter Widget of...
https://www.youtube.com/watch?v=O-rhXZLtpv0&feature=share
March 25, 2020 at 06:07PM by Pixelreddit
https://ift.tt/2QNX5Me
CircularProgressIndicator and LinearProgressIndicator (Flutter Widget of...
https://www.youtube.com/watch?v=O-rhXZLtpv0&feature=share
March 25, 2020 at 06:07PM by Pixelreddit
https://ift.tt/2QNX5Me
YouTube
CircularProgressIndicator and LinearProgressIndicator (Flutter Widget of the Week)
Do you want to show that your Material app is making progress or working on something? We've got widgets for that! Use CircularProgressIndicator if you want ...
New post on /r/flutterdev subreddit:
Is it right to set a fixed width for button?
Hi guys,My question is about the right method for designing an app that can perform in various screen sizes. For example; setting the width of buttons as 300.0 on a screen may be problematic? What is the right way to have widgets that seems perfect regardless of screen size?
March 25, 2020 at 06:35PM by cenkna
https://ift.tt/33MYGa4
Is it right to set a fixed width for button?
Hi guys,My question is about the right method for designing an app that can perform in various screen sizes. For example; setting the width of buttons as 300.0 on a screen may be problematic? What is the right way to have widgets that seems perfect regardless of screen size?
March 25, 2020 at 06:35PM by cenkna
https://ift.tt/33MYGa4
reddit
Is it right to set a fixed width for button?
Hi guys, My question is about the right method for designing an app that can perform in various screen sizes. For example; setting the width of...
New post on /r/flutterdev subreddit:
I made a Hotel Booking UI theme with Flutter during the quarantine.
https://www.youtube.com/watch?v=WcV9HUVjHAw
March 25, 2020 at 07:09PM by srineesh
https://ift.tt/2WI4MXZ
I made a Hotel Booking UI theme with Flutter during the quarantine.
https://www.youtube.com/watch?v=WcV9HUVjHAw
March 25, 2020 at 07:09PM by srineesh
https://ift.tt/2WI4MXZ
YouTube
New Featured Hotel Booking app UI kit with Flutter(2020)
Full UI CODE: https://bit.ly/fullCodeHere
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at http://…
For any queries write to me at srineesh.errortech@gmail.com
or message me on WhatsApp here: https://bit.ly/whatsApp_Contact
or add me on skype at srineesh.salur
Feel free to post your product queries at http://…
New post on /r/flutterdev subreddit:
form_bloc v0.11.0 releases tutorials on flutter web, and support Wizard/Stepper Forms, Conditional Fields, List and Group fields, Asynchronous Validation and More! @GiancarloCode
https://ift.tt/39iLY4f
March 25, 2020 at 07:33PM by GiancarloCode
https://ift.tt/3bCcirN
form_bloc v0.11.0 releases tutorials on flutter web, and support Wizard/Stepper Forms, Conditional Fields, List and Group fields, Asynchronous Validation and More! @GiancarloCode
https://ift.tt/39iLY4f
March 25, 2020 at 07:33PM by GiancarloCode
https://ift.tt/3bCcirN
giancarlocode.github.io
form_bloc
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.
New post on /r/flutterdev subreddit:
How to force ScrollController to recalculate position.maxExtents?
Does anyone know the answer to this question?
https://stackoverflow.com/questions/60855712/flutter-how-to-force-scrollcontroller-to-recalculate-position-maxextents=====================================================================I'm trying to create a desktop-style scrollbar, that changes it's size based on the size of the content.My scrollbar shares a ScrollController with a list, and relies on the position.maxExtents to know how large the content area is.The issue is that when I change the number of rows, the maxExtents will not update, until a scrollEvent is initiated.I've worked around it with code like this, moving 1px up, and 1px down over 100ms:
March 25, 2020 at 08:42PM by esDotDev
https://ift.tt/2QInsmM
How to force ScrollController to recalculate position.maxExtents?
Does anyone know the answer to this question?
https://stackoverflow.com/questions/60855712/flutter-how-to-force-scrollcontroller-to-recalculate-position-maxextents=====================================================================I'm trying to create a desktop-style scrollbar, that changes it's size based on the size of the content.My scrollbar shares a ScrollController with a list, and relies on the position.maxExtents to know how large the content area is.The issue is that when I change the number of rows, the maxExtents will not update, until a scrollEvent is initiated.I've worked around it with code like this, moving 1px up, and 1px down over 100ms:
widget.controller.jumpTo(controller.position.pixels + 1); Future.microtask(() => widget.controller.animateTo(controller.position.pixels - 1, duration: 100.milliseconds, curve: Curves.linear));Which works pretty quite well when the list can scroll. However, when the list is < the height of the view, it can't scroll, and these calls have no effect, and I'm stuck with a stale maxExtents.How can I just tell the list: Hey, list, recalculate your children!
March 25, 2020 at 08:42PM by esDotDev
https://ift.tt/2QInsmM
Stack Overflow
How to force ScrollController to recalculate position.maxExtents?
I'm trying to create a desktop-style scrollbar, that changes it's size based on the size of the content. My scrollbar shares a ScrollController with a list, and relies on the position.maxExtents to...
New post on /r/flutterdev subreddit:
🔥 form_bloc v0.11.0 releases tutorials on flutter web, and support Wizard/Stepper Forms, Conditional Fields, List and Group fields, Asynchronous Validation and More! @GiancarloCode https://ift.tt/3avvg2M
https://ift.tt/3avvg2M
March 25, 2020 at 08:15PM by GiancarloCode
https://ift.tt/33LkLWz
🔥 form_bloc v0.11.0 releases tutorials on flutter web, and support Wizard/Stepper Forms, Conditional Fields, List and Group fields, Asynchronous Validation and More! @GiancarloCode https://ift.tt/3avvg2M
https://ift.tt/3avvg2M
March 25, 2020 at 08:15PM by GiancarloCode
https://ift.tt/33LkLWz
giancarlocode.github.io
form_bloc
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.
New post on /r/flutterdev subreddit:
Sweetsheet : show bottoms sheets as confirmation dialog
I'm happy to announce the Flutter package Sweetsheet. Sweetsheet helps you show quickly and easily beautiful bottoms sheets as confirmation dialog. sweetsheet package@FlutterDev @r_FlutterDev @FlutterWk @FlutterComm #Flutter #flutterdev
March 25, 2020 at 08:52PM by CorneilleEdi
https://ift.tt/3ahHwEg
Sweetsheet : show bottoms sheets as confirmation dialog
I'm happy to announce the Flutter package Sweetsheet. Sweetsheet helps you show quickly and easily beautiful bottoms sheets as confirmation dialog. sweetsheet package@FlutterDev @r_FlutterDev @FlutterWk @FlutterComm #Flutter #flutterdev
March 25, 2020 at 08:52PM by CorneilleEdi
https://ift.tt/3ahHwEg
Dart packages
sweetsheet | Flutter Package
Show beautiful bottom sheet as confirmation dialog quickly and easily.
New post on /r/flutterdev subreddit:
Sleek button, spacing and palette (maybe more soon) !
https://ift.tt/39esYnq
March 25, 2020 at 10:09PM by aloisdeniel
https://ift.tt/2QJDTzd
Sleek button, spacing and palette (maybe more soon) !
https://ift.tt/39esYnq
March 25, 2020 at 10:09PM by aloisdeniel
https://ift.tt/2QJDTzd
GitHub
aloisdeniel/sleek
A toolbelt for building your next user interface. Contribute to aloisdeniel/sleek development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to choose which Flutter Animation Widget is right for you? - Flutter...
https://www.youtube.com/watch?v=GXIJJkq_H8g&feature=share
March 25, 2020 at 10:31PM by Pixelreddit
https://ift.tt/2UGkXCm
How to choose which Flutter Animation Widget is right for you? - Flutter...
https://www.youtube.com/watch?v=GXIJJkq_H8g&feature=share
March 25, 2020 at 10:31PM by Pixelreddit
https://ift.tt/2UGkXCm
YouTube
How to choose which Flutter Animation Widget is right for you? - Flutter in Focus
In previous episodes of Flutter in Focus, we learned how to implement animations using Implicit widgets, Explicit widgets, and learned even more about how an...
New post on /r/flutterdev subreddit:
Real Flutter Hero : u/imthepk gave away 1600+ Twitter users FREE access to his Flutter course so that they could learn Flutter while they are quarantined.
https://twitter.com/imthepk/status/1242891098231455744
March 25, 2020 at 10:13PM by EngineerScientist
https://ift.tt/2QL5Ari
Real Flutter Hero : u/imthepk gave away 1600+ Twitter users FREE access to his Flutter course so that they could learn Flutter while they are quarantined.
https://twitter.com/imthepk/status/1242891098231455744
March 25, 2020 at 10:13PM by EngineerScientist
https://ift.tt/2QL5Ari
Twitter
Pawan Kumar 💙
The Flutter Course link for free access has been sent to all 1600+ people who followed the rules on time. Please make sure to check spam & also use the coupon before or by 27th March 11AM IST otherwise It will be expired. I won't resend anything. Thanks for…
New tweet from FlutterDev:
🤔Which animation widget?
Unsure which animation widget to use? There are so many options that figuring out which one is best can be hard. @bouncingsheep walks us through a series of questions to help decide!
📺 Watch this #FlutterinFocus episode → https://t.co/Ck0V6leNsY pic.twitter.com/LLJy2xGsCi— Flutter (@FlutterDev) March 25, 2020
March 25, 2020 at 10:46PM
http://twitter.com/FlutterDev/status/1242930767895957504
🤔Which animation widget?
Unsure which animation widget to use? There are so many options that figuring out which one is best can be hard. @bouncingsheep walks us through a series of questions to help decide!
📺 Watch this #FlutterinFocus episode → https://t.co/Ck0V6leNsY pic.twitter.com/LLJy2xGsCi— Flutter (@FlutterDev) March 25, 2020
March 25, 2020 at 10:46PM
http://twitter.com/FlutterDev/status/1242930767895957504
Twitter
Emily Fortuna (@bouncingsheep) | Twitter
The latest Tweets from Emily Fortuna (@bouncingsheep). Known human, actor and computer scientist. I tweet about many things. Generally she/her. Seattle
New post on Flutter Dev Google group:
Dispositivo no disponible
hola estoy apenas en mis primeros 3 dias de flutter tengo un problema que no puedo resolver mi pc es un poco antigua y no puedo ejecutar ADV VIRTUAL DISPOSITIVO porque mi pc no lo soporta este mensaje me pone YOUR CPU DOES NOT SUPPORT VT-x quiero poner mi telefono lo conecto a mi pc pero no
March 26, 2020 at 02:08AM by jose carlos murillo lopez
https://ift.tt/39ePk8k
Dispositivo no disponible
hola estoy apenas en mis primeros 3 dias de flutter tengo un problema que no puedo resolver mi pc es un poco antigua y no puedo ejecutar ADV VIRTUAL DISPOSITIVO porque mi pc no lo soporta este mensaje me pone YOUR CPU DOES NOT SUPPORT VT-x quiero poner mi telefono lo conecto a mi pc pero no
March 26, 2020 at 02:08AM by jose carlos murillo lopez
https://ift.tt/39ePk8k
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:
Disabling forms or Modal Progress Indicator
I've been making progress with flutter using Udemy and at one point in Andrea's course, he suggests a challenge to disable the forms while it's saving. Earlier in the course, it was just disabled with a TODO for the indicator. I looked up the Modal Progress HUD, built my own and now I'm left wondering:TLDRIf a modal barrier on the stack can prevent interaction with the layer below, is it still necessary or perhaps best practice to disable the forms and buttons? It seems unnecessary to me.
March 26, 2020 at 04:40AM by Cnkcv
https://ift.tt/2WFCMnX
Disabling forms or Modal Progress Indicator
I've been making progress with flutter using Udemy and at one point in Andrea's course, he suggests a challenge to disable the forms while it's saving. Earlier in the course, it was just disabled with a TODO for the indicator. I looked up the Modal Progress HUD, built my own and now I'm left wondering:TLDRIf a modal barrier on the stack can prevent interaction with the layer below, is it still necessary or perhaps best practice to disable the forms and buttons? It seems unnecessary to me.
March 26, 2020 at 04:40AM by Cnkcv
https://ift.tt/2WFCMnX
reddit
Disabling forms or Modal Progress Indicator
I've been making progress with flutter using Udemy and at one point in Andrea's course, he suggests a challenge to disable the forms while it's...
New post on /r/flutterdev subreddit:
Flutter Row widget cheat sheet
https://ift.tt/2WQqY1Y
March 26, 2020 at 04:39AM by ishanfx
https://ift.tt/3bsbXaR
Flutter Row widget cheat sheet
https://ift.tt/2WQqY1Y
March 26, 2020 at 04:39AM by ishanfx
https://ift.tt/3bsbXaR
New post on Flutter Dev Google group:
flutter and Golang
It's possible to use flutter with Golang ??
March 26, 2020 at 07:53AM by husam alkdary
https://ift.tt/2JcRYkv
flutter and Golang
It's possible to use flutter with Golang ??
March 26, 2020 at 07:53AM by husam alkdary
https://ift.tt/2JcRYkv
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:
Flutter MediaQuery & SafeArea Widget - Flutter Widget Essentials #7 | Flutter Tutorial
https://m.youtube.com/watch?feature=youtu.be&v=GKhgmhRb3hU
March 26, 2020 at 08:17AM by Elixane
https://ift.tt/3ajAZst
Flutter MediaQuery & SafeArea Widget - Flutter Widget Essentials #7 | Flutter Tutorial
https://m.youtube.com/watch?feature=youtu.be&v=GKhgmhRb3hU
March 26, 2020 at 08:17AM by Elixane
https://ift.tt/3ajAZst
YouTube
Flutter MediaQuery & SafeArea Widget - Flutter Widget Essentials #7 | Flutter Tutorial
#flutter #mediaquery #safearea
In this Flutter Tutorial, we will be taking an in depth look at Flutter MediaQuery and how it can be used to make your Flutter Apps Responsive. We will be discussing the Size and Orientation given to us by the MediaQuery and…
In this Flutter Tutorial, we will be taking an in depth look at Flutter MediaQuery and how it can be used to make your Flutter Apps Responsive. We will be discussing the Size and Orientation given to us by the MediaQuery and…