GGroup: Flutter device ratio, How?
Hi, I have a small code from my app as shown below, I use MediaQuery.*of*(context) to get device height and width. Problem is In Samsun S7 Edge looks perfect but when I try to use it on Samsung Note 8 everything fail. font size as well as as the padding top fails. How to calculate device
Submitted October 18, 2018 at 03:07PM by Niyazi Toros
via Flutter Dev https://ift.tt/2J8gjqQ
Hi, I have a small code from my app as shown below, I use MediaQuery.*of*(context) to get device height and width. Problem is In Samsun S7 Edge looks perfect but when I try to use it on Samsung Note 8 everything fail. font size as well as as the padding top fails. How to calculate device
Submitted October 18, 2018 at 03:07PM by Niyazi Toros
via Flutter Dev https://ift.tt/2J8gjqQ
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: Multiselect dropdown
Hi everyone. I'm looking to migrate step by step my cordova project to flutter. I have to find the equivalent of every type of inputs in html/angular. I have a trouble with the equivalent of *AngularJs UI-Select*. What is the equivalent input displaying like this: [image: 2018-10-18_161630.png]
Submitted October 18, 2018 at 03:16PM by Rija
via Flutter Dev https://ift.tt/2OxScb0
Hi everyone. I'm looking to migrate step by step my cordova project to flutter. I have to find the equivalent of every type of inputs in html/angular. I have a trouble with the equivalent of *AngularJs UI-Select*. What is the equivalent input displaying like this: [image: 2018-10-18_161630.png]
Submitted October 18, 2018 at 03:16PM by Rija
via Flutter Dev https://ift.tt/2OxScb0
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: Flutter: BLoC Pattern Episode 2 | BLoC Component
https://youtu.be/QnAoEV5UraI
Submitted October 18, 2018 at 05:55PM by RobertBrunhage
via reddit https://ift.tt/2OxGCg4
https://youtu.be/QnAoEV5UraI
Submitted October 18, 2018 at 05:55PM by RobertBrunhage
via reddit https://ift.tt/2OxGCg4
YouTube
Flutter: BLoC Pattern Episode 2 | BLoC Component
2 month of free premium Skillshare ➡️ http://bit.ly/Skillshare-Robert ⭐⭐⭐ SUPPORT ME ⭐⭐⭐ Patreon: https://www.patreon.com/join/RobertBrunhage PayPal: https:/...
Reddit: Image Cropping plugin for Flutter
https://ift.tt/2AgS2fs
Submitted October 18, 2018 at 06:26PM by Elixane
via reddit https://ift.tt/2OvtNTx
https://ift.tt/2AgS2fs
Submitted October 18, 2018 at 06:26PM by Elixane
via reddit https://ift.tt/2OvtNTx
Dart packages
image_crop | Flutter Package
A flutter plugin to crop image on iOS and Android. It processes image files off main thread natively. The plugin provides a Crop widget to display image cropping to a user.
#FlutterLive registration opens Tuesday Oct. 23rd, 18:00 GMT+1 (10:00 AM PDT)!
This will be your chance to request an invite, but seating is limited. Please also register for one of our global viewing parties or tune in from home. The entire event will be livestreamed! pic.twitter.com/mP8Vvvmptv— Flutter (@flutterio) October 18, 2018
October 18, 2018 at 06:55PM
via Twitter https://twitter.com/flutterio
This will be your chance to request an invite, but seating is limited. Please also register for one of our global viewing parties or tune in from home. The entire event will be livestreamed! pic.twitter.com/mP8Vvvmptv— Flutter (@flutterio) October 18, 2018
October 18, 2018 at 06:55PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
Reddit: Flutter + DynamoDB
Does anybody have any experience with this or resources?
Submitted October 18, 2018 at 08:47PM by pegasi320
via reddit https://ift.tt/2RXTPg9
Does anybody have any experience with this or resources?
Submitted October 18, 2018 at 08:47PM by pegasi320
via reddit https://ift.tt/2RXTPg9
reddit
r/FlutterDev - Flutter + DynamoDB
1 vote and 0 comments so far on Reddit
GGroup: how to integration test an app with Firebase and Google Sign-in?
I'm creating an app that uses Google Sign-in to authenticate with Firebase. I want to create integration tests for my app using FlutterDriver.... Seems like I'll need: 1) create a test Google account I don't mind sharing the credentials for 2) make the flutter driver tests navigate through the
Submitted October 19, 2018 at 02:13AM by steve christensen
via Flutter Dev https://ift.tt/2NOgQyA
I'm creating an app that uses Google Sign-in to authenticate with Firebase. I want to create integration tests for my app using FlutterDriver.... Seems like I'll need: 1) create a test Google account I don't mind sharing the credentials for 2) make the flutter driver tests navigate through the
Submitted October 19, 2018 at 02:13AM by steve christensen
via Flutter Dev https://ift.tt/2NOgQyA
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: how to integration test an app with Firebase and Google Sign-in?
I'm creating an app that uses Google Sign-in to authenticate with Firebase. I want to create integration tests for my app using FlutterDriver.... Seems like I'll need: 1) create a test Google account I don't mind sharing the credentials for 2) make the flutter driver tests navigate through the
Submitted October 19, 2018 at 02:13AM by steve christensen
via Flutter Dev https://ift.tt/2NOgQyA
I'm creating an app that uses Google Sign-in to authenticate with Firebase. I want to create integration tests for my app using FlutterDriver.... Seems like I'll need: 1) create a test Google account I don't mind sharing the credentials for 2) make the flutter driver tests navigate through the
Submitted October 19, 2018 at 02:13AM by steve christensen
via Flutter Dev https://ift.tt/2NOgQyA
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: Help with Google APIs
I've spent the better part of a day trying to figure out how to interact with Google APIs in a Flutter app, particularly with authentication. I'm trying to make my app integrate with Google Calendar to view and manipulate the user's Google Calendar. I'm using the googleapis package, but the documentation is lacking. Most of the examples are for other Google services and for service accounts, but I want access to the user's account.I'm very new to Dart and Flutter, but I've done this in Python and in Apps Script without much difficulty, but the documentation for that was much more complete.Anyway, I'd really appreciate it if someone could give me an example of how to do this, or at least point me in the right direction.Thanks.
Submitted October 19, 2018 at 04:10AM by dude8604
via reddit https://ift.tt/2AjchZR
I've spent the better part of a day trying to figure out how to interact with Google APIs in a Flutter app, particularly with authentication. I'm trying to make my app integrate with Google Calendar to view and manipulate the user's Google Calendar. I'm using the googleapis package, but the documentation is lacking. Most of the examples are for other Google services and for service accounts, but I want access to the user's account.I'm very new to Dart and Flutter, but I've done this in Python and in Apps Script without much difficulty, but the documentation for that was much more complete.Anyway, I'd really appreciate it if someone could give me an example of how to do this, or at least point me in the right direction.Thanks.
Submitted October 19, 2018 at 04:10AM by dude8604
via reddit https://ift.tt/2AjchZR
Dart packages
googleapis | Dart Package
Auto-generated client libraries for accessing Google APIs described through the API discovery service.
Reddit: Slivers, Demystified
https://ift.tt/2EwUJO4
Submitted October 19, 2018 at 06:55AM by codenovel
via reddit https://ift.tt/2RYju8p
https://ift.tt/2EwUJO4
Submitted October 19, 2018 at 06:55AM by codenovel
via reddit https://ift.tt/2RYju8p
Medium
Slivers, Demystified
Or, how to do fancy scrolling techniques in your mobile app with Flutter
GGroup: How to smallen a texteditor
Hey guys can anyone help me with the code on how to smallen texfield in flutter just like the one in the image below..thank u
Submitted October 19, 2018 at 09:27AM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2yWtXbZ
Hey guys can anyone help me with the code on how to smallen texfield in flutter just like the one in the image below..thank u
Submitted October 19, 2018 at 09:27AM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2yWtXbZ
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: BMI Calculator - Animated Slider Hint - Including custom animation and intervals
https://ift.tt/2Ey8ADP
Submitted October 19, 2018 at 10:14AM by Marcinus
via reddit https://ift.tt/2S1gQyU
https://ift.tt/2Ey8ADP
Submitted October 19, 2018 at 10:14AM by Marcinus
via reddit https://ift.tt/2S1gQyU
Marcin Szałek - Blog
BMI Calculator - Part 5 - Animated Slider Hint | Marcin Szałek - Blog
Hi again! It's about time to add some more code to the BMI Calculator app designed by Johny Vino. In this post, I will start creating bottom pacman slider. I will go through implementing the animated hint which will indicate user on how to use the slider.…
Reddit: Possible to list licenses names in my app?
Any way to list only licenses names in my app, I am not sure if one lib who use another Android lib got in LicenseCollector.
Submitted October 19, 2018 at 11:09AM by SunnyAX3
via reddit https://ift.tt/2PJhbEz
Any way to list only licenses names in my app, I am not sure if one lib who use another Android lib got in LicenseCollector.
Submitted October 19, 2018 at 11:09AM by SunnyAX3
via reddit https://ift.tt/2PJhbEz
reddit
r/FlutterDev - Possible to list licenses names in my app?
1 vote and 0 comments so far on Reddit
GGroup: How to set timeout for await http.get?
Most cases the await http.get is very fast. But when I am against all socket type services sometimes I get the data in 15sec. So my question is how to set timeout value for await http.get? Once I get the data I need to cancel the timeout and close the socket. here is my code? var _response =
Submitted October 19, 2018 at 12:13PM by Niyazi Toros
via Flutter Dev https://ift.tt/2S1ZD8v
Most cases the await http.get is very fast. But when I am against all socket type services sometimes I get the data in 15sec. So my question is how to set timeout value for await http.get? Once I get the data I need to cancel the timeout and close the socket. here is my code? var _response =
Submitted October 19, 2018 at 12:13PM by Niyazi Toros
via Flutter Dev https://ift.tt/2S1ZD8v
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: Slivers, Demystified – or how to do fancy scrolling.
https://ift.tt/2EwUJO4
Submitted October 19, 2018 at 02:03PM by barraymian
via reddit https://ift.tt/2R4wp7F
https://ift.tt/2EwUJO4
Submitted October 19, 2018 at 02:03PM by barraymian
via reddit https://ift.tt/2R4wp7F
Medium
Slivers, Demystified
Or, how to do fancy scrolling techniques in your mobile app with Flutter
Reddit: Quickly see which packages have major changes in pubspec.yaml
Given how quickly Flutter packages are evolving, I wanted a quick way to see which of the packages in my project had important updates available, and if so, a fast way to get to the changelog to read about breaking changes.So I made this quick and dirty Dart script. You run in on your yaml file and it will tell you which packages have updates available and if those updates are major (ex: 0.6.0 to 0.7.0), you get the link to the changelog right there.PubSpecCheckI setup an alias to it in terminal so that I can just run it in any project I make.
Submitted October 19, 2018 at 01:44PM by Cast-a-Draw
via reddit https://ift.tt/2Aj4FXd
Given how quickly Flutter packages are evolving, I wanted a quick way to see which of the packages in my project had important updates available, and if so, a fast way to get to the changelog to read about breaking changes.So I made this quick and dirty Dart script. You run in on your yaml file and it will tell you which packages have updates available and if those updates are major (ex: 0.6.0 to 0.7.0), you get the link to the changelog right there.PubSpecCheckI setup an alias to it in terminal so that I can just run it in any project I make.
Submitted October 19, 2018 at 01:44PM by Cast-a-Draw
via reddit https://ift.tt/2Aj4FXd
GitHub
holyspidoo/PubSpecCheck
Dart Script to check pubspec.yaml packages versions - holyspidoo/PubSpecCheck
Reddit: How to use graphql_flutter with scoped_model in flutter
I was wondering if it is possible to use scoped_model pattern using the graphql_flutter library to perform operations such as Query, Mutation, Subscription. However, The graphql_flutter library uses flutter widgets to perform these operations which cannot be used in the repository or model of the scoped_model pattern.
Submitted October 19, 2018 at 04:14PM by dopecoder
via reddit https://ift.tt/2EAhUqR
I was wondering if it is possible to use scoped_model pattern using the graphql_flutter library to perform operations such as Query, Mutation, Subscription. However, The graphql_flutter library uses flutter widgets to perform these operations which cannot be used in the repository or model of the scoped_model pattern.
Submitted October 19, 2018 at 04:14PM by dopecoder
via reddit https://ift.tt/2EAhUqR
reddit
r/FlutterDev - How to use graphql_flutter with scoped_model in flutter
1 vote and 0 comments so far on Reddit
Reddit: Flutter vs Django
Hi!I am new to app dev. I want to build an app for my uni that will allow people to create accounts and post content. It needs to be able to scale, handle big data. Above all else I prioritise user experience. I would also like to do some Machine Learning on the data collected.Am I better off using Flutter or Django?
Submitted October 19, 2018 at 04:12PM by ZachWolpe
via reddit https://ift.tt/2S1jBAb
Hi!I am new to app dev. I want to build an app for my uni that will allow people to create accounts and post content. It needs to be able to scale, handle big data. Above all else I prioritise user experience. I would also like to do some Machine Learning on the data collected.Am I better off using Flutter or Django?
Submitted October 19, 2018 at 04:12PM by ZachWolpe
via reddit https://ift.tt/2S1jBAb
reddit
r/FlutterDev - Flutter vs Django
0 votes and 1 comment so far on Reddit
GGroup: Access the PackageManager on an Android device to see if it can launch a URL based on mimetype
We currently have a native Android app that has logic to see if the device can launch correctly a "url" that has a certain mime-type associated with it. The code is below. The question is how can we do the same thing in Flutter? I.e. given a URL with a certain mime-type know if it can be
Submitted October 19, 2018 at 05:39PM by Steven McDowall
via Flutter Dev https://ift.tt/2J5ZPPX
We currently have a native Android app that has logic to see if the device can launch correctly a "url" that has a certain mime-type associated with it. The code is below. The question is how can we do the same thing in Flutter? I.e. given a URL with a certain mime-type know if it can be
Submitted October 19, 2018 at 05:39PM by Steven McDowall
via Flutter Dev https://ift.tt/2J5ZPPX
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: Constructor question
From a Flutter demo project class ShoppingListItem extends StatelessWidget { ShoppingListItem({Product product, this.inCart, this.onCartChanged}) : product = product, super(key: ObjectKey(product)); final Product product; final bool inCart; final CartChangedCallback onCartChanged;
Submitted October 19, 2018 at 07:21PM by John Muchow
via Flutter Dev https://ift.tt/2pZc4VE
From a Flutter demo project class ShoppingListItem extends StatelessWidget { ShoppingListItem({Product product, this.inCart, this.onCartChanged}) : product = product, super(key: ObjectKey(product)); final Product product; final bool inCart; final CartChangedCallback onCartChanged;
Submitted October 19, 2018 at 07:21PM by John Muchow
via Flutter Dev https://ift.tt/2pZc4VE
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.