Reddit: Cookbook Recipes: Voting Thread
http://ift.tt/2GblGnL
Submitted March 08, 2018 at 06:45PM by phillywiggins
via reddit http://ift.tt/2DarDhz
http://ift.tt/2GblGnL
Submitted March 08, 2018 at 06:45PM by phillywiggins
via reddit http://ift.tt/2DarDhz
GitHub
Cookbook Recipes: Suggestions & Voting Thread #15297
Hey all 👋 I'm helping to write the Flutter cookbook, and have received a tremendous amount of feedback regarding the types of recipes folks would like to see -- Thank you all so much! Now, I...
GGroup: Full Viewport Background Images with Carousel
Hello, I'm currently trying to implement full viewport background images using SizedBox, Carousel, and PageView. I think that FittedBox would be more appropriate, but it doesn't know how to interact with the Carousel. I put "fit: BoxFit.cover" into a few locations within SizedBox but it doesn't
Submitted March 08, 2018 at 07:09PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2G7vYoR
Hello, I'm currently trying to implement full viewport background images using SizedBox, Carousel, and PageView. I think that FittedBox would be more appropriate, but it doesn't know how to interact with the Carousel. I put "fit: BoxFit.cover" into a few locations within SizedBox but it doesn't
Submitted March 08, 2018 at 07:09PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2G7vYoR
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.
GGroup: [Breaking change] showDialog will take a builder rather than a child widget
Howdy, PR http://ift.tt/2G6j3TR will remove the "child" named parameter of the showDialog method and add a "builder" named parameter which takes a Builder instead of any Widget. This change ensures that the dialog children are using the context from inside the dialog
Submitted March 08, 2018 at 07:55PM by Jonah Williams
via Flutter Dev http://ift.tt/2Ft4mcz
Howdy, PR http://ift.tt/2G6j3TR will remove the "child" named parameter of the showDialog method and add a "builder" named parameter which takes a Builder instead of any Widget. This change ensures that the dialog children are using the context from inside the dialog
Submitted March 08, 2018 at 07:55PM by Jonah Williams
via Flutter Dev http://ift.tt/2Ft4mcz
GitHub
Replace child parameter with builder on showDialog by jonahwilliams · Pull Request #15303 · flutter/flutter
Changes the API of showDialog to take a Builder rather than any Widget. This change ensures that the dialog children are using the context from inside the dialog route, and not the context used to...
GGroup: [Breaking Change]
Howdy, The PR http://ift.tt/2G6j0Ye will change the Color instance used for ThemeData's primary color from MaterialColor[500] to MaterialColor in light mode. The actual color value is not changing. This addresses issue http://ift.tt/2DaSKsK
Submitted March 08, 2018 at 08:26PM by Jonah Williams
via Flutter Dev http://ift.tt/2G5hc1H
Howdy, The PR http://ift.tt/2G6j0Ye will change the Color instance used for ThemeData's primary color from MaterialColor[500] to MaterialColor in light mode. The actual color value is not changing. This addresses issue http://ift.tt/2DaSKsK
Submitted March 08, 2018 at 08:26PM by Jonah Williams
via Flutter Dev http://ift.tt/2G5hc1H
GitHub
change ThemeData.primaryColor to PrimarySwatch instead of PrimarySwatch[500] by jonahwilliams · Pull Request #15265 · flutter/flutter
Currently, ThemeData always chooses PrimarySwatch[500] as the primary color for light themes, since this is the case for all included MaterialColors. MaterialColor and ColorSwatch also implement C...
Reddit: The different approaches to cross platform apps
http://ift.tt/2FoOQlV
Submitted March 08, 2018 at 09:04PM by sethladd
via reddit http://ift.tt/2tss4UH
http://ift.tt/2FoOQlV
Submitted March 08, 2018 at 09:04PM by sethladd
via reddit http://ift.tt/2tss4UH
Medium
The different approaches to cross platform apps
If you are an Android or an iOS developer you’ve probably spent countless hours debating whether cross platform frameworks are worth of…
GGroup: BottomNavigationBar bug
Hello, I am loving Flutter but this bug is major. Will you guys please fix this bug? BottomNavigationBar items become white when more than 3 items are present #13642 http://ift.tt/2FsMa2P Thanks, Wil
Submitted March 08, 2018 at 11:42PM by william Lee
via Flutter Dev http://ift.tt/2G7sBOB
Hello, I am loving Flutter but this bug is major. Will you guys please fix this bug? BottomNavigationBar items become white when more than 3 items are present #13642 http://ift.tt/2FsMa2P Thanks, Wil
Submitted March 08, 2018 at 11:42PM by william Lee
via Flutter Dev http://ift.tt/2G7sBOB
GitHub
BottomNavigationBar items become white when more than 3 items are present #13642
Steps to Reproduce When adding more than 3 items in a BottomNavigationBar, all items turn white, and are unreadable on the light-gray background. Also, the active item is also white, and not the pr...
GGroup: Trying to get full View Port Background Images Using BoxFit with Carousel
I am using the following code to pull three images into a carousel and display as background images using PageView. The problem I'm having is that I can't get the images to span the whole viewport. Depending on the image dimensions, they either go fully vertical and have white space in the left
Submitted March 08, 2018 at 11:42PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2FvhDBa
I am using the following code to pull three images into a carousel and display as background images using PageView. The problem I'm having is that I can't get the images to span the whole viewport. Depending on the image dimensions, they either go fully vertical and have white space in the left
Submitted March 08, 2018 at 11:42PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2FvhDBa
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.
Reddit: Using Global Keys to get State and Validate Input in Flutter (video tutorial)
https://www.youtube.com/watch?v=-Bh_U5u_1Lo
Submitted March 09, 2018 at 12:05AM by Purple_Pizzazz
via reddit http://ift.tt/2DbGVTg
https://www.youtube.com/watch?v=-Bh_U5u_1Lo
Submitted March 09, 2018 at 12:05AM by Purple_Pizzazz
via reddit http://ift.tt/2DbGVTg
YouTube
Using Global Keys to get State and Validate Input in Dart's Flutter Framework
In this tutorial, we look a the Global Keys and Input Validation in Flutter.
Source Code: https://github.com/tensor-programming/Flutter_Input
Source Code: https://github.com/tensor-programming/Flutter_Input
Reddit: Tutorial : Flutter App powered by Google Cloud Functions
http://ift.tt/2oVJC7b
Submitted March 08, 2018 at 11:02PM by KingBaal
via reddit http://ift.tt/2tsR8en
http://ift.tt/2oVJC7b
Submitted March 08, 2018 at 11:02PM by KingBaal
via reddit http://ift.tt/2tsR8en
Romin Irani’s Blog
Tutorial : Flutter App powered by Google Cloud Functions
The Beta release of Flutter from Google has caught the attention of several developers and that includes me. I am always interested in…
Reddit: Why I’m Giving Up Everything for Flutter – Dean Chalk
http://ift.tt/2Hkclct
Submitted March 08, 2018 at 11:01PM by sethladd
via reddit http://ift.tt/2oTLT2K
http://ift.tt/2Hkclct
Submitted March 08, 2018 at 11:01PM by sethladd
via reddit http://ift.tt/2oTLT2K
Dean Chalk
Why I’m Giving Up Everything for Flutter
The Xamarin Developer Story
Reddit: Unofficial Flutter Discord Server!
Hi everyone! I thought I would share a Discord server that I am starting to put together for people of this Reddit to chat, collaborate and help grow this community! (yes I am aware of the gitter chat)This Discord server is very fresh, so please feel free to give any feedback/requests in the #suggestions room, or in this post.If you are a notable dev currently in Flutter community, message myself (Pritykin) or any other Mod to assign your server role.https://discord.gg/p7Aj8wFThanks!
Submitted March 09, 2018 at 01:07AM by Finaltrigger
via reddit http://ift.tt/2p0wVHk
Hi everyone! I thought I would share a Discord server that I am starting to put together for people of this Reddit to chat, collaborate and help grow this community! (yes I am aware of the gitter chat)This Discord server is very fresh, so please feel free to give any feedback/requests in the #suggestions room, or in this post.If you are a notable dev currently in Flutter community, message myself (Pritykin) or any other Mod to assign your server role.https://discord.gg/p7Aj8wFThanks!
Submitted March 09, 2018 at 01:07AM by Finaltrigger
via reddit http://ift.tt/2p0wVHk
Discord
Join the /r/FlutterDev Discord Server!
Official discord of the r/FlutterDev reddit community. Come discuss flutter, your apps, and more! | 27,459 members
Reddit: A Flutter widget to create an iOS settings-table
http://ift.tt/2G6ZtqC
Submitted March 09, 2018 at 01:52AM by Purple_Pizzazz
via reddit http://ift.tt/2FuNthO
http://ift.tt/2G6ZtqC
Submitted March 09, 2018 at 01:52AM by Purple_Pizzazz
via reddit http://ift.tt/2FuNthO
GitHub
matthinc/flutter_cupertino_settings
Contribute to flutter_cupertino_settings development by creating an account on GitHub.
GGroup: Flutter gets stuck at 'Initializing gradle...'
I followed the steps flutter.io to prep my pc for development, and in trying to get my first app, unfortunately it doesn't go pass the 'Initializing gradle...' stage. This is getting really frustrating. Am I doing something wrong? Did I miss a step during setup? Has anyone had this same issue
Submitted March 09, 2018 at 07:04AM by Dennis Dan
via Flutter Dev http://ift.tt/2DcGM1L
I followed the steps flutter.io to prep my pc for development, and in trying to get my first app, unfortunately it doesn't go pass the 'Initializing gradle...' stage. This is getting really frustrating. Am I doing something wrong? Did I miss a step during setup? Has anyone had this same issue
Submitted March 09, 2018 at 07:04AM by Dennis Dan
via Flutter Dev http://ift.tt/2DcGM1L
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.
Reddit: Introducing: Flutter Challenges!
http://ift.tt/2FtB6SO
Submitted March 09, 2018 at 07:07AM by KingBaal
via reddit http://ift.tt/2Ga16UL
http://ift.tt/2FtB6SO
Submitted March 09, 2018 at 07:07AM by KingBaal
via reddit http://ift.tt/2Ga16UL
Medium
Introducing: Flutter Challenges!
Flutter is Google’s new mobile development SDK for building Android and iOS apps. When I first heard about it I was extremely skeptical…
Reddit: redux_persist: Persist Redux state across app restarts in Flutter.
http://ift.tt/2FqQ7Vv
Submitted March 09, 2018 at 02:39PM by Purple_Pizzazz
via reddit http://ift.tt/2p034ic
http://ift.tt/2FqQ7Vv
Submitted March 09, 2018 at 02:39PM by Purple_Pizzazz
via reddit http://ift.tt/2p034ic
Dart Packages
redux_persist | Flutter Package
redux_persist 0.0.1 Flutter and Dart package - Persist Redux State
GGroup: Flutter Splash Page not Working
Are there any known bugs with the current version of flutter handling images in the splash page folder? I'm following the instructions and placing the three LaunchImage png files into the LaunchImage.imageset folder but nothing appears on load.
Submitted March 09, 2018 at 06:07PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2GaLi43
Are there any known bugs with the current version of flutter handling images in the splash page folder? I'm following the instructions and placing the three LaunchImage png files into the LaunchImage.imageset folder but nothing appears on load.
Submitted March 09, 2018 at 06:07PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2GaLi43
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.
Reddit: New recipes in the Flutter cookbook!
A lot of new recipes !! Read them in the cookbook.
Submitted March 09, 2018 at 06:19PM by KingBaal
via reddit http://ift.tt/2Df2wdc
A lot of new recipes !! Read them in the cookbook.
Submitted March 09, 2018 at 06:19PM by KingBaal
via reddit http://ift.tt/2Df2wdc
GitHub
Cookbook part4 (#869) · flutter/website@5ef88ed
* More Recipes for the cookbook on Images, Lists, and Gesture Handling.
* Fix Horizontal List complete example
* Fix Typo in Long Lists recipe
* Next few recipes
* Fix Horizontal List complete example
* Fix Typo in Long Lists recipe
* Next few recipes
GGroup: Animating a Splash Page?
I have a static image displaying on the load screen for my flutter app, but want to animate the logo. Does anyone know how this would be done?
Submitted March 09, 2018 at 07:16PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2Dc7pUB
I have a static image displaying on the load screen for my flutter app, but want to animate the logo. Does anyone know how this would be done?
Submitted March 09, 2018 at 07:16PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2Dc7pUB
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.
GGroup: package developers : how do you set up your projects?
I am wandering on what project setup do you use to develop packages and examples? Can you set it up inside single intellij project or do you create one project for library and one project for example? Obvious advantage of having both inside one project would be refactoring library while you
Submitted March 09, 2018 at 08:09PM by Matej The Tree
via Flutter Dev http://ift.tt/2G90D4Z
I am wandering on what project setup do you use to develop packages and examples? Can you set it up inside single intellij project or do you create one project for library and one project for example? Obvious advantage of having both inside one project would be refactoring library while you
Submitted March 09, 2018 at 08:09PM by Matej The Tree
via Flutter Dev http://ift.tt/2G90D4Z
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.
Reddit: SpriteWidget - 2D Game Engine for Flutter
http://ift.tt/2FF2UHb
Submitted March 09, 2018 at 08:13PM by Purple_Pizzazz
via reddit http://ift.tt/2HmV2aN
http://ift.tt/2FF2UHb
Submitted March 09, 2018 at 08:13PM by Purple_Pizzazz
via reddit http://ift.tt/2HmV2aN
SpriteWidget
SpriteWidget - 2D Game Engine for Flutter
SpriteWidget is an open source toolkit for building complex, high
performance animations and 2D games with Flutter. You can use SpriteWidget
to create anything from an animated icon to a full fledged game.
performance animations and 2D games with Flutter. You can use SpriteWidget
to create anything from an animated icon to a full fledged game.
Reddit: Persist Redux in Flutter
http://ift.tt/2HjY3se
Submitted March 09, 2018 at 07:32PM by CraftThatBlock
via reddit http://ift.tt/2oZdoYs
http://ift.tt/2HjY3se
Submitted March 09, 2018 at 07:32PM by CraftThatBlock
via reddit http://ift.tt/2oZdoYs
Medium
Persist Redux in Flutter
Flutter is great, with it’s first beta out and a growing ecosystem, more and more developers are trying it out and falling in love (myself…