Reddit: Flutter UI - Minimal Travel Diary
https://youtu.be/0-mM42MSMfk
Submitted October 16, 2018 at 05:03PM by rajayogan27
via reddit https://ift.tt/2RMRXXz
https://youtu.be/0-mM42MSMfk
Submitted October 16, 2018 at 05:03PM by rajayogan27
via reddit https://ift.tt/2RMRXXz
YouTube
Flutter UI - Minimal travel diary
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Reddit: Build Responsive UIs in Flutter – Flutter Community – Medium
https://ift.tt/2En4X3d
Submitted October 16, 2018 at 01:24PM by rahiche
via reddit https://ift.tt/2yk2Ojs
https://ift.tt/2En4X3d
Submitted October 16, 2018 at 01:24PM by rahiche
via reddit https://ift.tt/2yk2Ojs
Medium
Build Responsive UIs in Flutter
How to Build the Best Responsive Uis with Flutter
Reddit: How do I go about creating these message blocks?
Do I create a Box Constraints or cards? Will any of you please recommend a particular widget that would be really good for these types of message blocks? Thanks so much!https://i.redd.it/etdx3rcf6ks11.jpg
Submitted October 16, 2018 at 04:33PM by xpaultheman
via reddit https://ift.tt/2yGpPMU
Do I create a Box Constraints or cards? Will any of you please recommend a particular widget that would be really good for these types of message blocks? Thanks so much!https://i.redd.it/etdx3rcf6ks11.jpg
Submitted October 16, 2018 at 04:33PM by xpaultheman
via reddit https://ift.tt/2yGpPMU
Taming your widget children can be simple with Flutter’s Tables widget. The Tables widget gives you the control to quickly adjust grid viewing, alignment, column sizing and border properties.
Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/cLuN82wyMz— Flutter (@flutterio) October 16, 2018
October 16, 2018 at 08:47PM
via Twitter https://twitter.com/flutterio
Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/cLuN82wyMz— Flutter (@flutterio) October 16, 2018
October 16, 2018 at 08:47PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
GGroup: build server / continuous integration recommendations?
I’d like to set up a build server to automate the build/packaging of my flutter app for the iOS/Android platforms. However, since Flutter depends on XCode, and hence MacOS, this seems to narrow the options quite a bit. Generic virtual machine on AWS + Jenkins => no MacOS AWS Codebuild =>
Submitted October 16, 2018 at 09:05PM by rto...@emporiaenergy.com
via Flutter Dev https://ift.tt/2ylAn4D
I’d like to set up a build server to automate the build/packaging of my flutter app for the iOS/Android platforms. However, since Flutter depends on XCode, and hence MacOS, this seems to narrow the options quite a bit. Generic virtual machine on AWS + Jenkins => no MacOS AWS Codebuild =>
Submitted October 16, 2018 at 09:05PM by rto...@emporiaenergy.com
via Flutter Dev https://ift.tt/2ylAn4D
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: Flutter packages upgrade confusion
When I run this, should it automatically update my pubspec.yaml with the updated packages? Does this only upgrade flutter packages or also dart packages from the pubspec. Sincerely, Super Confused.
Submitted October 16, 2018 at 10:03PM by Bryan Gintz
via Flutter Dev https://ift.tt/2J0yuP3
When I run this, should it automatically update my pubspec.yaml with the updated packages? Does this only upgrade flutter packages or also dart packages from the pubspec. Sincerely, Super Confused.
Submitted October 16, 2018 at 10:03PM by Bryan Gintz
via Flutter Dev https://ift.tt/2J0yuP3
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: How to user Multiple Streams in a StreamBuilder
Hello, I am trying to do multiple queries with FireStore and I ran into the issue of having multiple streams, one for each query, and now I want to display all the query results in my UI. I figured I'd use a StreamBuilder, I tried to use StreamGroup.merge([stm1, strm2]) to combine 2 streams, but it would always show me the results of strm2 even if I switched the order and it would show me strm1(now strm2).Does anyone know how I can either combine multiple streams into StreamBuilder, or how to combine multiple quires into the UI?Thanks
Submitted October 16, 2018 at 10:20PM by BrilliantEmber
via reddit https://ift.tt/2NKX3An
Hello, I am trying to do multiple queries with FireStore and I ran into the issue of having multiple streams, one for each query, and now I want to display all the query results in my UI. I figured I'd use a StreamBuilder, I tried to use StreamGroup.merge([stm1, strm2]) to combine 2 streams, but it would always show me the results of strm2 even if I switched the order and it would show me strm1(now strm2).Does anyone know how I can either combine multiple streams into StreamBuilder, or how to combine multiple quires into the UI?Thanks
Submitted October 16, 2018 at 10:20PM by BrilliantEmber
via reddit https://ift.tt/2NKX3An
reddit
r/FlutterDev - How to user Multiple Streams in a StreamBuilder
1 vote and 1 comment so far on Reddit
Reddit: Table - Flutter Widget of the Week
https://www.youtube.com/attribution_link?a=TFL3W2J52IA&u=%2Fwatch%3Fv%3D_lbE0wsVZSw%26feature%3Dshare
Submitted October 17, 2018 at 05:29AM by Pixelreddit
via reddit https://ift.tt/2PCyzuV
https://www.youtube.com/attribution_link?a=TFL3W2J52IA&u=%2Fwatch%3Fv%3D_lbE0wsVZSw%26feature%3Dshare
Submitted October 17, 2018 at 05:29AM by Pixelreddit
via reddit https://ift.tt/2PCyzuV
YouTube
Table - Flutter Widget of the Week
Table is perfect for creating a grid of widgets that you don’t want to scroll, especially if you have widgets of all different sizes. Nested rows and columns...
GGroup: Implement CircularProgressIndicator in webview?
How to implement a progress indicator before loading the URL in web view and hide after loading it.
Submitted October 17, 2018 at 08:46AM by Ajnas Askar
via Flutter Dev https://ift.tt/2CPjD9Y
How to implement a progress indicator before loading the URL in web view and hide after loading it.
Submitted October 17, 2018 at 08:46AM by Ajnas Askar
via Flutter Dev https://ift.tt/2CPjD9Y
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: Material Components: BottomAppBar (Flutter)
https://ift.tt/2AegyOd
Submitted October 17, 2018 at 08:18AM by Elixane
via reddit https://ift.tt/2QUIcoP
https://ift.tt/2AegyOd
Submitted October 17, 2018 at 08:18AM by Elixane
via reddit https://ift.tt/2QUIcoP
Medium
Material Components: BottomAppBar (Flutter)
One of the new features introduced in the Google I/O 2018 was Material Theming, which customizes Material Design to better reflect our…
GGroup: Connect to bluetooth printer
Hi Team, Do you have sample project, how to connect bluetooth printer on flutter? Thanks and Regards Edi Kurniawan
Submitted October 17, 2018 at 10:07AM by Edi Kurniawan
via Flutter Dev https://ift.tt/2CM4OVL
Hi Team, Do you have sample project, how to connect bluetooth printer on flutter? Thanks and Regards Edi Kurniawan
Submitted October 17, 2018 at 10:07AM by Edi Kurniawan
via Flutter Dev https://ift.tt/2CM4OVL
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: Comparison ideas for master thesis on Flutter.
Hey guys,I decided to write my master thesis with topic close to 'Comparative analysis of the Flutter framework against other mobile development technologies' and I have a request for you.I am looking for what technologies should I compare to (I was thinking about Kotlin, Swift, Kotlin/Native, React Native, Xamarin, Ionic), do you think it makes sense to compare Flutter to native or should I stick only to cross-platform?I am also looking for what I can measure and compare. My ideas were: (un)available features (like maps for Flutter), app sizes, maybe some comparison of code length for similar apps, animations, speed (any ideas on how to measure FPS?), development speed (hot reload) but also things like documentation, maintenance, popularity, code increment, stability etc. It is important to be able to have those metrics measurable.If you have any thoughts on what would be worth mentioning I would highly appreciate any help :)
Submitted October 17, 2018 at 11:04AM by Marcinus
via reddit https://ift.tt/2ylQwac
Hey guys,I decided to write my master thesis with topic close to 'Comparative analysis of the Flutter framework against other mobile development technologies' and I have a request for you.I am looking for what technologies should I compare to (I was thinking about Kotlin, Swift, Kotlin/Native, React Native, Xamarin, Ionic), do you think it makes sense to compare Flutter to native or should I stick only to cross-platform?I am also looking for what I can measure and compare. My ideas were: (un)available features (like maps for Flutter), app sizes, maybe some comparison of code length for similar apps, animations, speed (any ideas on how to measure FPS?), development speed (hot reload) but also things like documentation, maintenance, popularity, code increment, stability etc. It is important to be able to have those metrics measurable.If you have any thoughts on what would be worth mentioning I would highly appreciate any help :)
Submitted October 17, 2018 at 11:04AM by Marcinus
via reddit https://ift.tt/2ylQwac
reddit
r/FlutterDev - Comparison ideas for master thesis on Flutter.
2 votes and 0 comments so far on Reddit
GGroup: How to optimize the startup time performance of Flutter?
Hi, all, We really love the beautiful Flutter framework, which improves our development efficiency greatly. Since there are ten millionofusers use our Application everyday,performance is very important for us, including startup time, memory increment (will cause OOM) and App Size increment.
Submitted October 17, 2018 at 11:32AM by Max
via Flutter Dev https://ift.tt/2pWNK6M
Hi, all, We really love the beautiful Flutter framework, which improves our development efficiency greatly. Since there are ten millionofusers use our Application everyday,performance is very important for us, including startup time, memory increment (will cause OOM) and App Size increment.
Submitted October 17, 2018 at 11:32AM by Max
via Flutter Dev https://ift.tt/2pWNK6M
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: A Flutter TMDB client using the BLoC pattern
Hey reddit,a few months back I released my first Flutter app called CineReel. It was pretty basic back then but I've been updating it since, adding new features and making under the hood improvements. I'd love to hear feedback not only for the app but also for the code itself, if anyone is interested in taking a look and suggesting potential improvements. It's still early days for me in the Flutter world and learning as I go, but I've been working as an Android dev for years now, and I'm really excited by the prospect of working with Flutter professionally in the near future (hopefully!). I've also written a post about my experience.Any and all feedback, code improvements and general ideas, are welcome.
Submitted October 17, 2018 at 11:36AM by serk01
via reddit https://ift.tt/2CmCEzj
Hey reddit,a few months back I released my first Flutter app called CineReel. It was pretty basic back then but I've been updating it since, adding new features and making under the hood improvements. I'd love to hear feedback not only for the app but also for the code itself, if anyone is interested in taking a look and suggesting potential improvements. It's still early days for me in the Flutter world and learning as I go, but I've been working as an Android dev for years now, and I'm really excited by the prospect of working with Flutter professionally in the near future (hopefully!). I've also written a post about my experience.Any and all feedback, code improvements and general ideas, are welcome.
Submitted October 17, 2018 at 11:36AM by serk01
via reddit https://ift.tt/2CmCEzj
Google Play
CineReel (Flutter) - Apps on Google Play
A TMDB client built with Flutter
GGroup: Open the App screen Directly
How to navigate to a page on flutter app on the basis of time and date. For ex. i want all the current users of the app to be navigated to a particular page at let's say 3 PM.
Submitted October 17, 2018 at 12:45PM by ravi kumar
via Flutter Dev https://ift.tt/2yF1JC4
How to navigate to a page on flutter app on the basis of time and date. For ex. i want all the current users of the app to be navigated to a particular page at let's say 3 PM.
Submitted October 17, 2018 at 12:45PM by ravi kumar
via Flutter Dev https://ift.tt/2yF1JC4
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: Looking for tips on Methods For Group Based App
Hi all,I'm not a developer, but I work on apps & web-apps in my spare time. Trying to learn development and I also do some small projects pro-bono for non-profits.I am looking for documentation/best practices for app structures for a certain scenario.Scenario:I want to create an app for an organization with 4 locations. Users will be able to subscribe to notifications/ alerts for their location.Some people will be able to subscribe to notifications for several branches.I am using Firebase as the backend and notifications will be based on item changes there.When I tried something similar before, the problem I had was that Firebase authentication doesn't allow you to add fields to users (Like a location field) and I didn't see a way to create a FiresStore Document automatically automatically when a user registered.What are some approaches/suggestions you guys would give?Thanks in advance!
Submitted October 17, 2018 at 05:31PM by cyberxsec
via reddit https://ift.tt/2pYHonp
Hi all,I'm not a developer, but I work on apps & web-apps in my spare time. Trying to learn development and I also do some small projects pro-bono for non-profits.I am looking for documentation/best practices for app structures for a certain scenario.Scenario:I want to create an app for an organization with 4 locations. Users will be able to subscribe to notifications/ alerts for their location.Some people will be able to subscribe to notifications for several branches.I am using Firebase as the backend and notifications will be based on item changes there.When I tried something similar before, the problem I had was that Firebase authentication doesn't allow you to add fields to users (Like a location field) and I didn't see a way to create a FiresStore Document automatically automatically when a user registered.What are some approaches/suggestions you guys would give?Thanks in advance!
Submitted October 17, 2018 at 05:31PM by cyberxsec
via reddit https://ift.tt/2pYHonp
reddit
r/FlutterDev - Looking for tips on Methods For Group Based App
2 votes and 0 comments so far on Reddit
Reddit: Flutter library for creating random colors
https://ift.tt/2RWqQJC
Submitted October 17, 2018 at 06:29PM by Snppy
via reddit https://ift.tt/2Agbwkm
https://ift.tt/2RWqQJC
Submitted October 17, 2018 at 06:29PM by Snppy
via reddit https://ift.tt/2Agbwkm
Dart Packages
random_color | Flutter Package
random_color Flutter and Dart package - Generate random colors that are visualy appearing
GGroup: JSON IS deprecated and shouldnt be used
hello please can anybody hep me i tried decoding json file and its showing me this JSON.decode(response.body).toString(); , it seems its from the flutter upgrade
Submitted October 17, 2018 at 07:19PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2Pa0eWO
hello please can anybody hep me i tried decoding json file and its showing me this JSON.decode(response.body).toString(); , it seems its from the flutter upgrade
Submitted October 17, 2018 at 07:19PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2Pa0eWO
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.
Today on The Boring Show, @filiphracek and Will Larche showcase the application of @MaterialDesign, theming and integration in Flutter.
Watch #BoringShow here → https://t.co/ImuLQYX01W pic.twitter.com/zLlU8oiMAH— Flutter (@flutterio) October 17, 2018
October 17, 2018 at 10:27PM
via Twitter https://twitter.com/flutterio
Watch #BoringShow here → https://t.co/ImuLQYX01W pic.twitter.com/zLlU8oiMAH— Flutter (@flutterio) October 17, 2018
October 17, 2018 at 10:27PM
via Twitter https://twitter.com/flutterio
Twitter
Filip Hráček (@filiphracek) | Twitter
The latest Tweets from Filip Hráček (@filiphracek). I explain difficult things to smart people. Separately, I also make games (@RaindeadGames) and useful little software projects (https://t.co/LnvSFrXDLK). San Fransisco Bay Area
GGroup: Opening Maps App
Hi, I'm using the url_launcher to open a native app using the specific schemes for Apple map or Google Map. It works fine and opens the map with a little catch. It flashes a white screen that looks like an in-app browser before opening the native map app. I wonder if there's any way to get
Submitted October 17, 2018 at 11:22PM by Quan Nguyen
via Flutter Dev https://ift.tt/2PIY3H7
Hi, I'm using the url_launcher to open a native app using the specific schemes for Apple map or Google Map. It works fine and opens the map with a little catch. It flashes a white screen that looks like an in-app browser before opening the native map app. I wonder if there's any way to get
Submitted October 17, 2018 at 11:22PM by Quan Nguyen
via Flutter Dev https://ift.tt/2PIY3H7
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.