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.
Reddit: 12. Flutter e-commerce app: Horizontal list view part 2
https://www.youtube.com/attribution_link?a=Pr_4jpTY1oQ&u=%2Fwatch%3Fv%3Du9npkHgkZas%26feature%3Dshare
Submitted October 19, 2018 at 07:09PM by kibatheseven
via reddit https://ift.tt/2Cv3LZm
https://www.youtube.com/attribution_link?a=Pr_4jpTY1oQ&u=%2Fwatch%3Fv%3Du9npkHgkZas%26feature%3Dshare
Submitted October 19, 2018 at 07:09PM by kibatheseven
via reddit https://ift.tt/2Cv3LZm
YouTube
12. Flutter e-commerce app: Horizontal list view part 2
this video is the continuation of the previous one
Get errors & stacktraces from production users automatically using https://t.co/lf4DcteJf5 and package:sentry.
You can send otherwise-uncaught errors using runZoned, FlutterError.onError or Isolate.current.addErrorListener. #FlutterFriday
Learn more → https://t.co/8xhVsadsVG pic.twitter.com/KbeUbhZ6cU— Flutter (@flutterio) October 19, 2018
October 19, 2018 at 11:00PM
via Twitter https://twitter.com/flutterio
You can send otherwise-uncaught errors using runZoned, FlutterError.onError or Isolate.current.addErrorListener. #FlutterFriday
Learn more → https://t.co/8xhVsadsVG pic.twitter.com/KbeUbhZ6cU— Flutter (@flutterio) October 19, 2018
October 19, 2018 at 11:00PM
via Twitter https://twitter.com/flutterio
Sentry | Error Tracking & Exception Handling — JavaScript, Python, PHP
Sentry | Error Tracking Software — JavaScript, Python, PHP, Ruby, more
Open-source error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost workflow efficiency. Improve user experience.
What are Slivers and how can you use them to create fancy scrolling effects? See for yourself in @bouncingsheep's article.
Read her post here ↓ https://t.co/PzpLLGRc3P— Flutter (@flutterio) October 19, 2018
October 20, 2018
via Twitter https://twitter.com/flutterio
Read her post here ↓ https://t.co/PzpLLGRc3P— Flutter (@flutterio) October 19, 2018
October 20, 2018
via Twitter https://twitter.com/flutterio
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
Reddit: Flutter + Firebase?
Hello, I am currently developing an App for my church and I have a question about hosting using Firebase. I started to build this app as a project and it has kind of scaled outward. We are using it to host mostly the sermons and the media files but also to push notifications as well. Its still just me and the other guy developing it along with 3 of the church employees testing it. I am scared about the scale of Flutter.We anticipate 5000 people using the app, which I think can shoot the price up on Firebase.I was wondering what other options are there?Parse Server?Thank you, I'm still a noob, so be gentle.
Submitted October 20, 2018 at 04:29AM by EagleBND
via reddit https://ift.tt/2pYXZrj
Hello, I am currently developing an App for my church and I have a question about hosting using Firebase. I started to build this app as a project and it has kind of scaled outward. We are using it to host mostly the sermons and the media files but also to push notifications as well. Its still just me and the other guy developing it along with 3 of the church employees testing it. I am scared about the scale of Flutter.We anticipate 5000 people using the app, which I think can shoot the price up on Firebase.I was wondering what other options are there?Parse Server?Thank you, I'm still a noob, so be gentle.
Submitted October 20, 2018 at 04:29AM by EagleBND
via reddit https://ift.tt/2pYXZrj
reddit
r/FlutterDev - Flutter + Firebase?
2 votes and 0 comments so far on Reddit
Reddit: Is it only me or Flutter's widgets are poor compared to Google's Android MDC?
When I code same UI with Android MDC and Flutter Widgets, Flutter design looks really poor compared to Android.
Submitted October 20, 2018 at 04:28AM by westdabestdb
via reddit https://ift.tt/2R50WSN
When I code same UI with Android MDC and Flutter Widgets, Flutter design looks really poor compared to Android.
Submitted October 20, 2018 at 04:28AM by westdabestdb
via reddit https://ift.tt/2R50WSN
reddit
r/FlutterDev - Is it only me or Flutter's widgets are poor compared to Google's Android MDC?
0 votes and 5 comments so far on Reddit
Reddit: Fuchsia Friday: New 'Sherlock' prototype offers more questions than answers
https://ift.tt/2CuMvDx
Submitted October 20, 2018 at 03:23AM by miltux
via reddit https://ift.tt/2NNbq7e
https://ift.tt/2CuMvDx
Submitted October 20, 2018 at 03:23AM by miltux
via reddit https://ift.tt/2NNbq7e
9to5Google
Fuchsia Friday: New 'Sherlock' prototype offers more questions than answers - 9to5Google
We've followed a variety of prototypes for Fuchsia OS, each filling a different niche from Google's current product line. This week on Fuchsia Friday...
GGroup: How to enable the source level debug for the release version of flutter engine?
Hi, all, When I build the debug version of engine, and use it in flutter iOS App, it will automatically enable the source level debug function in Xcode, but this does not work for the ios release engine. I try some investigation, for example, add-dlsym and set the source-map in the lldb,
Submitted October 20, 2018 at 01:02PM by Max
via Flutter Dev https://ift.tt/2S0Rnp8
Hi, all, When I build the debug version of engine, and use it in flutter iOS App, it will automatically enable the source level debug function in Xcode, but this does not work for the ios release engine. I try some investigation, for example, add-dlsym and set the source-map in the lldb,
Submitted October 20, 2018 at 01:02PM by Max
via Flutter Dev https://ift.tt/2S0Rnp8
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: Error
I/flutter (29402): ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ I/flutter (29402): The following NoSuchMethodError was thrown while handling a gesture: I/flutter (29402): The getter 'content' was called on null. I/flutter (29402):
Submitted October 20, 2018 at 01:10PM by Falak Sabbir
via Flutter Dev https://ift.tt/2P9qnVN
I/flutter (29402): ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ I/flutter (29402): The following NoSuchMethodError was thrown while handling a gesture: I/flutter (29402): The getter 'content' was called on null. I/flutter (29402):
Submitted October 20, 2018 at 01:10PM by Falak Sabbir
via Flutter Dev https://ift.tt/2P9qnVN
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 App using TMDB Api
Hello Everyone! This is my first attempt of creating a working flutter app by referring to various resources and tutorials. It is a really silly and simple app created to understand basics of flutter and web Api. I managed to create a barebones working app but I think it is in no way the right method to code flutter projects. I have uloaded the project on Github. It would be really helpful if anyone goes through the project and helps me solve the coding mistakes made, proper use of Stateful and Stateless Widgets.The project link is - https://github.com/psbankar/FindMeAMovie
Submitted October 20, 2018 at 08:18PM by psbankar
via reddit https://ift.tt/2yZJRSX
Hello Everyone! This is my first attempt of creating a working flutter app by referring to various resources and tutorials. It is a really silly and simple app created to understand basics of flutter and web Api. I managed to create a barebones working app but I think it is in no way the right method to code flutter projects. I have uloaded the project on Github. It would be really helpful if anyone goes through the project and helps me solve the coding mistakes made, proper use of Stateful and Stateless Widgets.The project link is - https://github.com/psbankar/FindMeAMovie
Submitted October 20, 2018 at 08:18PM by psbankar
via reddit https://ift.tt/2yZJRSX
GitHub
psbankar/FindMeAMovie
Contribute to psbankar/FindMeAMovie development by creating an account on GitHub.
GGroup: The meaning of MainAxis.min/max
Please I'm new to flutter , and I have been taking some tutorials lately I often use MainAxis.min/max what does it mean please I need clear explanation
Submitted October 20, 2018 at 09:26PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2NR61Mw
Please I'm new to flutter , and I have been taking some tutorials lately I often use MainAxis.min/max what does it mean please I need clear explanation
Submitted October 20, 2018 at 09:26PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2NR61Mw
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.