Reddit: Calling multiple APIs to build listview/gridview
I have an API that I call to get film information. For each page of results I have to make a new API call, what is the best way to handle these calls as I want to create a very long/infinite grid view with the JSON response.this is the API.https://api.themoviedb.org/3/search/company?api\_key=<<api\_key>>&page=1https://api.themoviedb.org/3/search/company?api_key=<<api\_key>>&page=2https://api.themoviedb.org/3/search/company?api\_key=<<api\_key>>&page=3
Submitted November 13, 2018 at 10:11PM by GotRedditFever
via reddit https://ift.tt/2PTxFgS
I have an API that I call to get film information. For each page of results I have to make a new API call, what is the best way to handle these calls as I want to create a very long/infinite grid view with the JSON response.this is the API.https://api.themoviedb.org/3/search/company?api\_key=<<api\_key>>&page=1https://api.themoviedb.org/3/search/company?api_key=<<api\_key>>&page=2https://api.themoviedb.org/3/search/company?api\_key=<<api\_key>>&page=3
Submitted November 13, 2018 at 10:11PM by GotRedditFever
via reddit https://ift.tt/2PTxFgS
GGroup: The SDK directory does not exist
hi guys, anyone encounter this error before in Android studio? [image: The SDK directory does not exist.png] [image: flutter doctor.png] Launching lib\main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Finished with error: Please review
Submitted November 13, 2018 at 10:45PM by adc dev
via Flutter Dev https://ift.tt/2zTzfoL
hi guys, anyone encounter this error before in Android studio? [image: The SDK directory does not exist.png] [image: flutter doctor.png] Launching lib\main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Finished with error: Please review
Submitted November 13, 2018 at 10:45PM by adc dev
via Flutter Dev https://ift.tt/2zTzfoL
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: Problem with default country code.
Hello everyone, can't understand can you somehow get the DefaultLanguage (as in android)? If I remove the parameter in the MaterialApp supportedByLocales, he knows only the language en_US, And on the phone there is German. How to get this German lang in flutter? In general, I want to reach the
Submitted November 14, 2018 at 05:07AM by Diaglyonok
via Flutter Dev https://ift.tt/2K0VOwA
Hello everyone, can't understand can you somehow get the DefaultLanguage (as in android)? If I remove the parameter in the MaterialApp supportedByLocales, he knows only the language en_US, And on the phone there is German. How to get this German lang in flutter? In general, I want to reach the
Submitted November 14, 2018 at 05:07AM by Diaglyonok
via Flutter Dev https://ift.tt/2K0VOwA
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: Why accessibility is not working on IOS web views?
I'm creating an ios application basically for blind people and in it, web view is not recognized (focused) by accessibility tool. I implemented semantic widget as the main widget, but it's not working, Please help
Submitted November 14, 2018 at 12:27PM by Ajnas Askar
via Flutter Dev https://ift.tt/2OGqUdB
I'm creating an ios application basically for blind people and in it, web view is not recognized (focused) by accessibility tool. I implemented semantic widget as the main widget, but it's not working, Please help
Submitted November 14, 2018 at 12:27PM by Ajnas Askar
via Flutter Dev https://ift.tt/2OGqUdB
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 transition walkthrough
https://ift.tt/2z7hAuw
Submitted November 14, 2018 at 10:08AM by Marcinus
via reddit https://ift.tt/2OJ5M6u
https://ift.tt/2z7hAuw
Submitted November 14, 2018 at 10:08AM by Marcinus
via reddit https://ift.tt/2OJ5M6u
Fidev
BMI Calculator in Flutter - Part 7 - Animated transition - Fidev
Hello there! I'm back with a new post about implementing Johny Vino's BMI Calculator design. This time we will focus on an animation between the input screen and the result screen. We will change the shape, position and size of a Widget using only one An…
GGroup: load array from firestore
Hey! Who has experience with flutter + firestore?I need to show array from firestore in my app, i know how show string or int, but i dont know how to show array
Submitted November 14, 2018 at 12:51PM by Almaz Amangaliev
via Flutter Dev https://ift.tt/2Tck0jW
Hey! Who has experience with flutter + firestore?I need to show array from firestore in my app, i know how show string or int, but i dont know how to show array
Submitted November 14, 2018 at 12:51PM by Almaz Amangaliev
via Flutter Dev https://ift.tt/2Tck0jW
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 dependency on older package
What if package does not support versions same versions of its dependencies as your project?I came to this solution recently:http://blog.mateusz.perlak.com/index.php/2018/11/14/flutter-dependency-versioning-blockade/How you deal with the versioning 'nightmare' when on dev or beta channel ?
Submitted November 14, 2018 at 01:48PM by Magillus
via reddit https://ift.tt/2B6EmE3
What if package does not support versions same versions of its dependencies as your project?I came to this solution recently:http://blog.mateusz.perlak.com/index.php/2018/11/14/flutter-dependency-versioning-blockade/How you deal with the versioning 'nightmare' when on dev or beta channel ?
Submitted November 14, 2018 at 01:48PM by Magillus
via reddit https://ift.tt/2B6EmE3
Reddit: StreamBuilder (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=7nQIIKKpzI4&u=%2Fwatch%3Fv%3DMkKEWHfy99Y%26feature%3Dshare
Submitted November 14, 2018 at 04:34PM by Pixelreddit
via reddit https://ift.tt/2ROf96I
https://www.youtube.com/attribution_link?a=7nQIIKKpzI4&u=%2Fwatch%3Fv%3DMkKEWHfy99Y%26feature%3Dshare
Submitted November 14, 2018 at 04:34PM by Pixelreddit
via reddit https://ift.tt/2ROf96I
YouTube
StreamBuilder (Flutter Widget of the Week)
Apps today are highly asynchronous, and Dart streams are a great way to manage async data. How do you build widgets that can keep up with a stream's continuo...
GGroup: DevFS: Deleting filesystem on the device (file:///data/user/0/com.example. ?????
[image: Screenshot_1542207273.png] [image: Screenshot_1542207342.png] [image: Screenshot_1542207429.png] I have to clear the cache manually on the device to have my flutter app works properly ftom the device!!!!! I wonder if the DevFs path for
Submitted November 14, 2018 at 05:16PM by Bened
via Flutter Dev https://ift.tt/2K41h5K
[image: Screenshot_1542207273.png] [image: Screenshot_1542207342.png] [image: Screenshot_1542207429.png] I have to clear the cache manually on the device to have my flutter app works properly ftom the device!!!!! I wonder if the DevFs path for
Submitted November 14, 2018 at 05:16PM by Bened
via Flutter Dev https://ift.tt/2K41h5K
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: Building .ipa File without mac/Apple Dev Account?
Hey there,I'm currently looking for a reliable way to get a usable .ipa file to my iphone, without using a developer account, or even better without a mac.I do have a travis-ci access, which i already use, to build the Runner.app file. But due to the fact, that i cannot access the output file in travis, i would need some kind of way to actually turn the result into an .ipa. Additionally i would need to push the result back to the repo via git. All of this has to work from the CLI or else it will not work with Travis CI.I tried using diawi.com to deliver the app to my phone, but i have problems installing. I guess the problem comes from the udid missing from the provisioning profile.I would really appreciate any help on this topic.Has anyone any experience with this use case and may help me out?
Submitted November 14, 2018 at 05:43PM by xardas12
via reddit https://ift.tt/2qLuXM8
Hey there,I'm currently looking for a reliable way to get a usable .ipa file to my iphone, without using a developer account, or even better without a mac.I do have a travis-ci access, which i already use, to build the Runner.app file. But due to the fact, that i cannot access the output file in travis, i would need some kind of way to actually turn the result into an .ipa. Additionally i would need to push the result back to the repo via git. All of this has to work from the CLI or else it will not work with Travis CI.I tried using diawi.com to deliver the app to my phone, but i have problems installing. I guess the problem comes from the udid missing from the provisioning profile.I would really appreciate any help on this topic.Has anyone any experience with this use case and may help me out?
Submitted November 14, 2018 at 05:43PM by xardas12
via reddit https://ift.tt/2qLuXM8
Reddit: Functional bits in Flutter
https://ift.tt/2RR0JTq
Submitted November 14, 2018 at 09:01PM by Elixane
via reddit https://ift.tt/2B5W1M3
https://ift.tt/2RR0JTq
Submitted November 14, 2018 at 09:01PM by Elixane
via reddit https://ift.tt/2B5W1M3
Medium
Functional bits in Flutter
Recently I’ve had the need to develop simple mobile applications, demo or finished products, with the main objective being monitoring and…
Reddit: Building the VoxxedDays App with Flutter by Matt Sullivan
https://www.youtube.com/attribution_link?a=V_ObRbsAMoU&u=%2Fwatch%3Fv%3DRMyDdULZglE%26feature%3Dshare
Submitted November 15, 2018 at 01:58AM by Pixelreddit
via reddit https://ift.tt/2Q2mcLS
https://www.youtube.com/attribution_link?a=V_ObRbsAMoU&u=%2Fwatch%3Fv%3DRMyDdULZglE%26feature%3Dshare
Submitted November 15, 2018 at 01:58AM by Pixelreddit
via reddit https://ift.tt/2Q2mcLS
YouTube
Building the VoxxedDays App with Flutter by Matt Sullivan
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook @ https://www.facebook.com/devoxxcom Follow Devoxx on Twitter @ https:...
GGroup: The SDK directory 'C:............' does not exist.
hi flutter team, good day guys i encounter this error while i only run the default flutter sample program. i already reinstall everything (android studio, add flutter and dart plugins). i already spend two days trying to find the answer/fixed for this error online (github, stackoverflow,
Submitted November 15, 2018 at 02:07AM by goods importer
via Flutter Dev https://ift.tt/2S0gLL5
hi flutter team, good day guys i encounter this error while i only run the default flutter sample program. i already reinstall everything (android studio, add flutter and dart plugins). i already spend two days trying to find the answer/fixed for this error online (github, stackoverflow,
Submitted November 15, 2018 at 02:07AM by goods importer
via Flutter Dev https://ift.tt/2S0gLL5
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: Event Loop in Widget Tester
https://ift.tt/2K6jW0O
Submitted November 15, 2018 at 08:23AM by Purple_Pizzazz
via reddit https://ift.tt/2B7GKdO
https://ift.tt/2K6jW0O
Submitted November 15, 2018 at 08:23AM by Purple_Pizzazz
via reddit https://ift.tt/2B7GKdO
Medium
Event Loop in Widget Tester
Flutter’s widget tester is a great way to do unit testing on widgets. It allows you to bring up a headless environment where you can…
GGroup: Scaffold persistentFooterButtons is hidden by keyboard
But persistentFooterButtons is hidden by keyboard, Is this a bug ? Sample code import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
Submitted November 15, 2018 at 08:49AM by ZP L
via Flutter Dev https://ift.tt/2zT7nkN
But persistentFooterButtons is hidden by keyboard, Is this a bug ? Sample code import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return
Submitted November 15, 2018 at 08:49AM by ZP L
via Flutter Dev https://ift.tt/2zT7nkN
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: Very short survey on Flutter Animations
Hey guys,I am doing research about a potential online Flutter course, I would really appreciate if you took literally 1 minute to complete the survey.Thank you! :)
Submitted November 15, 2018 at 09:21AM by Marcinus
via reddit https://ift.tt/2B6qLg6
Hey guys,I am doing research about a potential online Flutter course, I would really appreciate if you took literally 1 minute to complete the survey.Thank you! :)
Submitted November 15, 2018 at 09:21AM by Marcinus
via reddit https://ift.tt/2B6qLg6
Google Docs
Flutter animation course survey
This survey is dedicated for developers with at least very basic experience in Flutter.
GGroup: Set values on DropdownMenuItem based on Selected value (id) of last DropdownMenuItem in Flutter
I make a Flutter application in which user register with Country, State and city. I used DropdownButton and want to set State list on DropdownMenuItem based on selected Country id and City list based on selected State id. I'm new with flutter and not have a idea how to achieve it. Please help me.
Submitted November 15, 2018 at 10:20AM by Gursewak Singh
via Flutter Dev https://ift.tt/2zQxHfo
I make a Flutter application in which user register with Country, State and city. I used DropdownButton and want to set State list on DropdownMenuItem based on selected Country id and City list based on selected State id. I'm new with flutter and not have a idea how to achieve it. Please help me.
Submitted November 15, 2018 at 10:20AM by Gursewak Singh
via Flutter Dev https://ift.tt/2zQxHfo
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: Acquire wakelock or foreground service via flutter ?
Hi all, I am trying to get an app working that ideally needs to run, even if the screen is off. This is as it needs GPS coordinates frequently. As soon as the screen goes off, gps locations aren't returned. I've hacked around this just to test, by forcing the screen on, which solves that
Submitted November 15, 2018 at 11:43AM by Ian
via Flutter Dev https://ift.tt/2qLnrRk
Hi all, I am trying to get an app working that ideally needs to run, even if the screen is off. This is as it needs GPS coordinates frequently. As soon as the screen goes off, gps locations aren't returned. I've hacked around this just to test, by forcing the screen on, which solves that
Submitted November 15, 2018 at 11:43AM by Ian
via Flutter Dev https://ift.tt/2qLnrRk
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 change the tabBar color from the appbar default color
Hello guys please is there any way I can change my tabBar from the color of the appbar??? Any help??
Submitted November 15, 2018 at 12:16PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2FAwLCb
Hello guys please is there any way I can change my tabBar from the color of the appbar??? Any help??
Submitted November 15, 2018 at 12:16PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2FAwLCb
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: emulators problem
Is there any way by which i can use any other emulaor such as nox or memu emulator with flutter,because idont want to download any extra emulator .. These emulators work well with android studios ,but in flutter doctor it always says no device found.
Submitted November 15, 2018 at 01:27PM by Eswar Rajpurohit
via Flutter Dev https://ift.tt/2zbssrb
Is there any way by which i can use any other emulaor such as nox or memu emulator with flutter,because idont want to download any extra emulator .. These emulators work well with android studios ,but in flutter doctor it always says no device found.
Submitted November 15, 2018 at 01:27PM by Eswar Rajpurohit
via Flutter Dev https://ift.tt/2zbssrb
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.