New post on /r/flutterdev subreddit:
Announcing DartPad Generator to simplify the process of creating sharable DartPad links π§ππ¦Έ‍βοΈ Available as VSCode Extension, CLI, & Mobile app
https://ift.tt/3azWE00
January 22, 2020 at 05:33AM by fleper
https://ift.tt/2NPFFgJ
Announcing DartPad Generator to simplify the process of creating sharable DartPad links π§ππ¦Έ‍βοΈ Available as VSCode Extension, CLI, & Mobile app
https://ift.tt/3azWE00
January 22, 2020 at 05:33AM by fleper
https://ift.tt/2NPFFgJ
GitHub
piedcipher/dotslash3.0
:dart: Creating DartPad Snippets Made Easy . Contribute to piedcipher/dotslash3.0 development by creating an account on GitHub.
New tweet from FlutterDev:
π£Flutter developers in Europe! π£#FlutterEurope conference starts tomorrow! Good luck to all @FlutterEurope organizers, speakers, and attendees.
We love to see the community come together. Have fun!
Check out the talks and speakers ↓ https://t.co/eihCkpNEayβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 09:00AM
http://twitter.com/FlutterDev/status/1219892457128640513
π£Flutter developers in Europe! π£#FlutterEurope conference starts tomorrow! Good luck to all @FlutterEurope organizers, speakers, and attendees.
We love to see the community come together. Have fun!
Check out the talks and speakers ↓ https://t.co/eihCkpNEayβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 09:00AM
http://twitter.com/FlutterDev/status/1219892457128640513
Twitter
#fluttereurope hashtag on Twitter
See Tweets about #fluttereurope on Twitter. See what people are saying and join the conversation.
New tweet from FlutterDev:
π£Flutter developers in Europe! #FlutterEurope conference starts today!
Good luck to all @FlutterEurope organizers, speakers, and attendees. We love to see the community come together. Have fun!
Check out the talks and speakers ↓ https://t.co/ThV2t4nIwHβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 10:03AM
http://twitter.com/FlutterDev/status/1219908319550173184
π£Flutter developers in Europe! #FlutterEurope conference starts today!
Good luck to all @FlutterEurope organizers, speakers, and attendees. We love to see the community come together. Have fun!
Check out the talks and speakers ↓ https://t.co/ThV2t4nIwHβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 10:03AM
http://twitter.com/FlutterDev/status/1219908319550173184
Twitter
#fluttereurope hashtag on Twitter
See Tweets about #fluttereurope on Twitter. See what people are saying and join the conversation.
New post on /r/flutterdev subreddit:
Maintainable File Structure
https://youtu.be/FsK1H6KXf0c
January 22, 2020 at 12:44PM by craetornetwork
https://ift.tt/36h1WKH
Maintainable File Structure
https://youtu.be/FsK1H6KXf0c
January 22, 2020 at 12:44PM by craetornetwork
https://ift.tt/36h1WKH
YouTube
Flutter File Structure for Large Projects
Flutter File Structure for Large Projects
File structure is something that I have struggled with, and I know a lot of people struggle with it as well. In this video I show off the file structure that I have come to work with. This has been adapted from otherβ¦
File structure is something that I have struggled with, and I know a lot of people struggle with it as well. In this video I show off the file structure that I have come to work with. This has been adapted from otherβ¦
New post on /r/flutterdev subreddit:
How I built a sparkling fireworks clock using SpriteWidget
Wrote a post on Medium about how I build the sparkling fireworks clock. Hope it can inspire other Flutter devs to add a bit more of a spark to their apps.https://medium.com/@vlidholt/building-a-sparkling-fireworks-clock-with-spritewidget-1b0d2bddbbdd
January 22, 2020 at 01:52PM by vik76
https://ift.tt/2TNS8Fw
How I built a sparkling fireworks clock using SpriteWidget
Wrote a post on Medium about how I build the sparkling fireworks clock. Hope it can inspire other Flutter devs to add a bit more of a spark to their apps.https://medium.com/@vlidholt/building-a-sparkling-fireworks-clock-with-spritewidget-1b0d2bddbbdd
January 22, 2020 at 01:52PM by vik76
https://ift.tt/2TNS8Fw
Medium
Building a sparkling fireworks clock with SpriteWidget
There was no way of saying no to the Flutter Clock Challenge. This is a walkthrough of how I built the sparkling fireworks clock.
New tweet from FlutterDev:
β Tabs.
β Tabs.
β Tabs.
Let's get organized! The DefaultTabController, TabBar, and TabBarView will get the job done. Organize your content into tabs, let a user switch between different tabs, add content to each, and more...
More #WidgetoftheWeek here → https://t.co/tbBGDW3tAy pic.twitter.com/G4CRJbzO7fβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 07:22PM
http://twitter.com/FlutterDev/status/1220049122314473472
β Tabs.
β Tabs.
β Tabs.
Let's get organized! The DefaultTabController, TabBar, and TabBarView will get the job done. Organize your content into tabs, let a user switch between different tabs, add content to each, and more...
More #WidgetoftheWeek here → https://t.co/tbBGDW3tAy pic.twitter.com/G4CRJbzO7fβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 07:22PM
http://twitter.com/FlutterDev/status/1220049122314473472
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "βοΈ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
setState() or markNeedsBuild() called during build flutter_bloc and provider mix?
Hello, I am using provider and flutter_bluc in my app. Right now I am struggling with this case: A new state is passed to BlocBuilder, which rebuilds part of the Widget Tree UI. What I want is to also update my bottomNavigationVisibility, which extends ChangeNotifier. I use this bottomNavigationVisibility for updating another part of the widget tree. That way I could easily achieve good separation logic for my UIViews IMHO.
However, right now I am always getting this error:
setState() or markNeedsBuild() called during build.Here are the code samples:
January 22, 2020 at 08:57PM by wellbranding
https://ift.tt/2tw2gbf
setState() or markNeedsBuild() called during build flutter_bloc and provider mix?
Hello, I am using provider and flutter_bluc in my app. Right now I am struggling with this case: A new state is passed to BlocBuilder, which rebuilds part of the Widget Tree UI. What I want is to also update my bottomNavigationVisibility, which extends ChangeNotifier. I use this bottomNavigationVisibility for updating another part of the widget tree. That way I could easily achieve good separation logic for my UIViews IMHO.
However, right now I am always getting this error:
setState() or markNeedsBuild() called during build.Here are the code samples:
@override Widget build(BuildContext context) { final bottomNavigationVisibility = Provider.of<ProviderBottomNavigation>(context); ... Container( height: 60.0, child: BlocBuilder<SoundsblocBloc, SoundsblocState>( condition: (previousState, state) { if (previousState is InitialSoundsblocLoading) return true; return false; }, builder: (context, state) { if (state is InitialSoundsblocLoaded) { if (state.sounds .where((sound) => sound.focused) .toList() .isEmpty) { bottomNavigationVisibility.isVisibleT(false); } else { bottomNavigationVisibility.isVisibleT(true); } } return ListView.builder( itemCount: listOfSounds.length, ... })),β
class ProviderBottomNavigation extends ChangeNotifier { bool _isVisible = false; bool get isVisible => _isVisible; void isVisibleT(bool val) { _isVisible = val; notifyListeners(); } }How should I change my code to update my ChangeNotifier from the widget, after a particular bloc state was returned?Also, could I be wrong and using the Provider for separate UI parts with flutter_bloc is a bad combo? Sorry, if I am really wrong, but state management gives me headaches :(
January 22, 2020 at 08:57PM by wellbranding
https://ift.tt/2tw2gbf
reddit
setState() or markNeedsBuild() called during build flutter_bloc...
Hello, I am using provider and flutter\_bluc in my app. Right now I am struggling with this case: A new state is passed to BlocBuilder, which...
New post on /r/flutterdev subreddit:
How could I stop my app from scaring Play Protect?
Just compiled my first release build and Play Protect really doesn't like the APK. Do I need to verify my Java signature or something?
January 22, 2020 at 09:59PM by UnicornsOnLSD
https://ift.tt/37jpeRt
How could I stop my app from scaring Play Protect?
Just compiled my first release build and Play Protect really doesn't like the APK. Do I need to verify my Java signature or something?
January 22, 2020 at 09:59PM by UnicornsOnLSD
https://ift.tt/37jpeRt
reddit
How could I stop my app from scaring Play Protect?
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
DefaultTabController & TabBar (Flutter Widget of the Week)
https://www.youtube.com/watch?v=POtoEH-5l40&feature=share
January 22, 2020 at 07:14PM by Pixelreddit
https://ift.tt/2GcllSo
DefaultTabController & TabBar (Flutter Widget of the Week)
https://www.youtube.com/watch?v=POtoEH-5l40&feature=share
January 22, 2020 at 07:14PM by Pixelreddit
https://ift.tt/2GcllSo
YouTube
DefaultTabController & TabBar (Flutter Widget of the Week)
Do you need to organize your widgets into tabs? The DefaultTabController, TabBar, and TabBarView widgets are for you.
Learn more about DefaultTabController β https://goo.gle/36yqbVu
Learn more about TabBar β https://goo.gle/35vZHmc
This video is alsoβ¦
Learn more about DefaultTabController β https://goo.gle/36yqbVu
Learn more about TabBar β https://goo.gle/35vZHmc
This video is alsoβ¦
New post on /r/flutterdev subreddit:
Can we have a weekly or monthly self promotion day?
/r/Apple has a self promotion Saturday and it's working great. I believe this could work here as well. Some people (me included, not gonna lie) want to earn a few bucks with their apps and it's sad that they can't share their work on this subreddit.With the right rules we could have self promotion without turning /r/FlutterDev into an advertising platform. The first and most important being that it would only be allowed on certain days. Here are a few other suggestions:- the author has to list the packages he has used- he has to explain which state management solution he has used- he should share the problems he has faced and how he managed to solve them- he should share some code snippets
January 22, 2020 at 09:36PM by EibeMandel
https://ift.tt/2tHNUoa
Can we have a weekly or monthly self promotion day?
/r/Apple has a self promotion Saturday and it's working great. I believe this could work here as well. Some people (me included, not gonna lie) want to earn a few bucks with their apps and it's sad that they can't share their work on this subreddit.With the right rules we could have self promotion without turning /r/FlutterDev into an advertising platform. The first and most important being that it would only be allowed on certain days. Here are a few other suggestions:- the author has to list the packages he has used- he has to explain which state management solution he has used- he should share the problems he has faced and how he managed to solve them- he should share some code snippets
January 22, 2020 at 09:36PM by EibeMandel
https://ift.tt/2tHNUoa
reddit
Can we have a weekly or monthly self promotion day?
/r/Apple has a self promotion Saturday and it's working great. I believe this could work here as well. Some people (me included, not gonna lie)...
New post on /r/flutterdev subreddit:
Is it a good idea to look for a Flutter Dev on Upwork?
So basically after 6 years of work as an Android dev I have this idea of my own app that I want to build with Flutter and Firebase. The thing is that I work full-time so have very limited time to do this after hours which is why I consider finding a contractor to do this for me. This time I would prefer to take care more of the business side of things not technology. Given that I have a lot of experience in Android and software engineering in general and I also know Flutter and Firebase I should be able to evaluate the quality of his work. Do you think it is a good idea to outsource such work through Upwork or similar platforms or will I just waste my time and money and not get anything of reasonable quality in return, which seems to be a common scenario in such situations?
January 22, 2020 at 09:35PM by WojciechSadurski
https://ift.tt/38H4CmD
Is it a good idea to look for a Flutter Dev on Upwork?
So basically after 6 years of work as an Android dev I have this idea of my own app that I want to build with Flutter and Firebase. The thing is that I work full-time so have very limited time to do this after hours which is why I consider finding a contractor to do this for me. This time I would prefer to take care more of the business side of things not technology. Given that I have a lot of experience in Android and software engineering in general and I also know Flutter and Firebase I should be able to evaluate the quality of his work. Do you think it is a good idea to outsource such work through Upwork or similar platforms or will I just waste my time and money and not get anything of reasonable quality in return, which seems to be a common scenario in such situations?
January 22, 2020 at 09:35PM by WojciechSadurski
https://ift.tt/38H4CmD
reddit
Is it a good idea to look for a Flutter Dev on Upwork?
So basically after 6 years of work as an Android dev I have this idea of my own app that I want to build with Flutter and Firebase. The thing is...
New post on Flutter Dev Google group:
C++ is not rebuilding for Android side. Works fine for ios
I've been trying to follow the instructions for using C++ in a flutter app. They are incomplete as is but I was eventually able to get something running with a flutter app and a flutter plugin that used a c++ function from within the plugin. Now, when I change the C++, the iPhone build sees
January 22, 2020 at 10:16PM by Larry Weinberg
https://ift.tt/2RLlIbQ
C++ is not rebuilding for Android side. Works fine for ios
I've been trying to follow the instructions for using C++ in a flutter app. They are incomplete as is but I was eventually able to get something running with a flutter app and a flutter plugin that used a c++ function from within the plugin. Now, when I change the C++, the iPhone build sees
January 22, 2020 at 10:16PM by Larry Weinberg
https://ift.tt/2RLlIbQ
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:
Building a sparkling fireworks clock with SpriteWidget
https://ift.tt/36eOZkF
January 22, 2020 at 10:54PM by vik76
https://ift.tt/30IgcuT
Building a sparkling fireworks clock with SpriteWidget
https://ift.tt/36eOZkF
January 22, 2020 at 10:54PM by vik76
https://ift.tt/30IgcuT
Medium
Building a sparkling fireworks clock with SpriteWidget
There was no way of saying no to the Flutter Clock Challenge. This is a walkthrough of how I built the sparkling fireworks clock.
New tweet from FlutterDev:
π€·‍βοΈWhich animation widget is right for the job?
AnimatedBuilder, AnimatedWidget, or something else? Using the right animation widget for the job will make your life sooooooo much easier.
Check out @bouncingsheep's post to learn more → https://t.co/SzzTDqndny pic.twitter.com/3WwqHbgzcIβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 10:51PM
http://twitter.com/FlutterDev/status/1220101791905267712
π€·‍βοΈWhich animation widget is right for the job?
AnimatedBuilder, AnimatedWidget, or something else? Using the right animation widget for the job will make your life sooooooo much easier.
Check out @bouncingsheep's post to learn more → https://t.co/SzzTDqndny pic.twitter.com/3WwqHbgzcIβ Flutter (@FlutterDev) January 22, 2020
January 22, 2020 at 10:51PM
http://twitter.com/FlutterDev/status/1220101791905267712
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 /r/flutterdev subreddit:
How customizable is the theming/look of an app built with flutter?
Hi all,New to flutter and mobile development in general. Creating a simple marketplace of sorts and just wondering if I am giving up any branding/looks by using flutter. It seems like many of the built in cross platform components use material design and Iβm just curious if that will limit my styling abilities compared to native iOS.Thanks!
January 22, 2020 at 10:29PM by mphard
https://ift.tt/30SqFE8
How customizable is the theming/look of an app built with flutter?
Hi all,New to flutter and mobile development in general. Creating a simple marketplace of sorts and just wondering if I am giving up any branding/looks by using flutter. It seems like many of the built in cross platform components use material design and Iβm just curious if that will limit my styling abilities compared to native iOS.Thanks!
January 22, 2020 at 10:29PM by mphard
https://ift.tt/30SqFE8
reddit
How customizable is the theming/look of an app built with flutter?
Hi all, New to flutter and mobile development in general. Creating a simple marketplace of sorts and just wondering if I am giving up any...
New post on /r/flutterdev subreddit:
Flutter Internals: a (free) book that explains how Flutter works.
I'm excited to (FINALLY!) release a free, open source "book" on how Flutter does what it does:https://www.flutterinternals.org/I posted about this project a few weeks back and was blown away by all your amazing feedback and support.It's taken a bit to find a way to continue expanding and revising the text in a collaborative, community-driven way -- but with your advice (and GitBook's generosity), I'm proud to share Flutter Internals with everyone today.The book is a bit more like SparkNotes than an actually programming text, but hopefully the material and explanations are still insightful. My hope is that the content is comprehensive and easily understood without being too wordy (or taking too long to read).Last but not least: please check out the "Get Involved" page -- I think this is a resource that will only become more valuable and useful with the community's support.Looking forward to your feedback (and please consider joining as a contributor!)
January 22, 2020 at 10:10PM by t3mp3st
https://ift.tt/2NOYocj
Flutter Internals: a (free) book that explains how Flutter works.
I'm excited to (FINALLY!) release a free, open source "book" on how Flutter does what it does:https://www.flutterinternals.org/I posted about this project a few weeks back and was blown away by all your amazing feedback and support.It's taken a bit to find a way to continue expanding and revising the text in a collaborative, community-driven way -- but with your advice (and GitBook's generosity), I'm proud to share Flutter Internals with everyone today.The book is a bit more like SparkNotes than an actually programming text, but hopefully the material and explanations are still insightful. My hope is that the content is comprehensive and easily understood without being too wordy (or taking too long to read).Last but not least: please check out the "Get Involved" page -- I think this is a resource that will only become more valuable and useful with the community's support.Looking forward to your feedback (and please consider joining as a contributor!)
January 22, 2020 at 10:10PM by t3mp3st
https://ift.tt/2NOYocj
New post on /r/flutterdev subreddit:
Recording a video ?
Hello EveryoneI was wondering If there's a tutorial or an online guide on how to create a real quick video recording app on Flutter please ?thank you so much for your support guys
January 22, 2020 at 11:26PM by TheRogue2020
https://ift.tt/2TPA0Le
Recording a video ?
Hello EveryoneI was wondering If there's a tutorial or an online guide on how to create a real quick video recording app on Flutter please ?thank you so much for your support guys
January 22, 2020 at 11:26PM by TheRogue2020
https://ift.tt/2TPA0Le
reddit
Recording a video ?
Hello Everyone I was wondering If there's a tutorial or an online guide on how to create a real quick video recording app on Flutter please...
New post on /r/flutterdev subreddit:
Flutter representation of a full Restaurant UI KIT.
https://ift.tt/2va1LUt
January 22, 2020 at 11:55PM by JideGuru
https://ift.tt/30JHcdv
Flutter representation of a full Restaurant UI KIT.
https://ift.tt/2va1LUt
January 22, 2020 at 11:55PM by JideGuru
https://ift.tt/30JHcdv
GitHub
atornel/RestaurantAppUIKit
Flutter representation of a full Restaurant app UI KIT. - atornel/RestaurantAppUIKit
New post on /r/flutterdev subreddit:
How to make a curved navigation bar static so that when the page changes it stays at the bottom?
title
January 23, 2020 at 02:22AM by jonfromthenorth
https://ift.tt/38HQfyr
How to make a curved navigation bar static so that when the page changes it stays at the bottom?
title
January 23, 2020 at 02:22AM by jonfromthenorth
https://ift.tt/38HQfyr
reddit
How to make a curved navigation bar static so that when the page...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Are there any development firms or freelancers who develop in Flutter for web?
No text found
January 23, 2020 at 04:03AM by workquicklyandrevise
https://ift.tt/2NSVrr1
Are there any development firms or freelancers who develop in Flutter for web?
No text found
January 23, 2020 at 04:03AM by workquicklyandrevise
https://ift.tt/2NSVrr1
reddit
Are there any development firms or freelancers who develop in...
Posted in r/FlutterDev by u/workquicklyandrevise β’ 5 points and 16 comments
New post on /r/flutterdev subreddit:
[RESULTS] I'm doing a little research about Flutter's learning curve
Thank you for those who responded to the survey in this postAs promised here's the result :)Enjoy guys!
January 23, 2020 at 04:18AM by crinkle_danus
https://ift.tt/2RHijuJ
[RESULTS] I'm doing a little research about Flutter's learning curve
Thank you for those who responded to the survey in this postAs promised here's the result :)Enjoy guys!
January 23, 2020 at 04:18AM by crinkle_danus
https://ift.tt/2RHijuJ
Reddit
From the FlutterDev community on Reddit: I'm doing a little research about Flutter's learning curve
Explore this post and more from the FlutterDev community