GGroup: red screen but no log message
Hello, I don't not when it has begun but now the flutter app shows a red screen and doesn't print any log messages. Is it possible to get it the old way that red screen messages also appear in the log window (hopefully with line numbers where it happened)? Ralph p.s I use IntelliJ and
Submitted November 13, 2018 at 04:49PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2PUpWip
Hello, I don't not when it has begun but now the flutter app shows a red screen and doesn't print any log messages. Is it possible to get it the old way that red screen messages also appear in the log window (hopefully with line numbers where it happened)? Ralph p.s I use IntelliJ and
Submitted November 13, 2018 at 04:49PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2PUpWip
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 kill a navigation stack?
So I have this kind of walkthrough that pushes the user from one screen to another (Six screens in total). In the last page, I would like the user to press "Done" and take him back to the first screen without being able to pop back to any of the previous screens.Right now it will pop the last screen but not any of the other ones so it take me back to my original screen with the ability to pop back to the screen before the last screen (hopefully that last sentence makes sense to you, because the last screen was popped it takes me back to the screen before that one).Any idea how to get around that?Thanks!
Submitted November 13, 2018 at 05:36PM by SocialMammoth
via reddit https://ift.tt/2zQur3K
So I have this kind of walkthrough that pushes the user from one screen to another (Six screens in total). In the last page, I would like the user to press "Done" and take him back to the first screen without being able to pop back to any of the previous screens.Right now it will pop the last screen but not any of the other ones so it take me back to my original screen with the ability to pop back to the screen before the last screen (hopefully that last sentence makes sense to you, because the last screen was popped it takes me back to the screen before that one).Any idea how to get around that?Thanks!
Submitted November 13, 2018 at 05:36PM by SocialMammoth
via reddit https://ift.tt/2zQur3K
reddit
r/FlutterDev - How to kill a navigation stack?
2 votes and 2 comments so far on Reddit
GGroup: SharedPreferences best practice usage
Hello, I was hoping someone could help me understand if in the example bellow am I using this plugin correctly. In ClassA (main.dart file), I wrapped runApp() inside a future.then() so that the user would not notice later on any lag or values "changing" when the widget loads in ClassC (which
Submitted November 13, 2018 at 06:44PM by Luis Rodrigues
via Flutter Dev https://ift.tt/2OHpvDI
Hello, I was hoping someone could help me understand if in the example bellow am I using this plugin correctly. In ClassA (main.dart file), I wrapped runApp() inside a future.then() so that the user would not notice later on any lag or values "changing" when the widget loads in ClassC (which
Submitted November 13, 2018 at 06:44PM by Luis Rodrigues
via Flutter Dev https://ift.tt/2OHpvDI
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: Simple Recipes App made in Flutter — Firebase and Google Sign-In
https://ift.tt/2zPwx3I
Submitted November 13, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2T6Qc8l
https://ift.tt/2zPwx3I
Submitted November 13, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2T6Qc8l
Medium
Simple Recipes App made in Flutter — Firebase and Google Sign-In
Firebase, Google Authentication and Flutter. Let’s see how it works.
Reddit: Flutter UI - Cakes Catalog
https://youtu.be/X6zmk2LfGf0
Submitted November 13, 2018 at 06:24PM by rajayogan27
via reddit https://ift.tt/2T8HKVW
https://youtu.be/X6zmk2LfGf0
Submitted November 13, 2018 at 06:24PM by rajayogan27
via reddit https://ift.tt/2T8HKVW
YouTube
Flutter UI - Cakes Catalog
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: New Flutter Beta v0.11.3 available
The new Flutter Beta v0.11.3 is available.Upgrade Instructions
Submitted November 13, 2018 at 06:54PM by Pixelreddit
via reddit https://ift.tt/2Dj8Bcq
The new Flutter Beta v0.11.3 is available.Upgrade Instructions
Submitted November 13, 2018 at 06:54PM by Pixelreddit
via reddit https://ift.tt/2Dj8Bcq
flutter.dev
Upgrading Flutter
StreamBuilder lets you create widgets that keep up with asynchronous streams of data from Firebase, sensor events, network connection status, and more.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/66I2mmzfzp— Flutter (@flutterio) November 13, 2018
November 13, 2018 at 07:19PM
via Twitter https://twitter.com/flutterio
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/66I2mmzfzp— Flutter (@flutterio) November 13, 2018
November 13, 2018 at 07:19PM
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.
Reddit: Flutter Widgets Deep Dive -[Part 1] Square Peg in a Round Hole — Generics in Dart
https://ift.tt/2qM1mlC
Submitted November 13, 2018 at 10:30PM by Nash0x7E2
via reddit https://ift.tt/2QAP5vD
https://ift.tt/2qM1mlC
Submitted November 13, 2018 at 10:30PM by Nash0x7E2
via reddit https://ift.tt/2QAP5vD
Medium
Flutter Widgets Deep Dive Part 1: Square Peg in a Round Hole — Generics in Dart
Hello Flutterisans :), after giving more than 40 talks about Flutter within this year in different countries, I found that there are same…
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:...