New post on /r/flutterdev subreddit:
Flutter – Portrait and Landscape Layouts
https://ift.tt/333G4SC
August 02, 2019 at 11:22AM by Purple_Pizzazz
https://ift.tt/2MythSd
Flutter – Portrait and Landscape Layouts
https://ift.tt/333G4SC
August 02, 2019 at 11:22AM by Purple_Pizzazz
https://ift.tt/2MythSd
Codingwithjoe
Flutter – Portrait and Landscape Layouts | Coding With Joe
In this article we will explore how to build a Flutter form that can display itself beautifully whether in a portrait or landscape orientation. If you've ever built a Flutter form you've probably found it to be pretty easy to support a portrait orientation.…
New post on /r/flutterdev subreddit:
Zodoscope: A Horoscope Forcasting Application using Flutter
https://ift.tt/2SXbbuz
August 02, 2019 at 11:54AM by Pixels97
https://ift.tt/2LVjHJJ
Zodoscope: A Horoscope Forcasting Application using Flutter
https://ift.tt/2SXbbuz
August 02, 2019 at 11:54AM by Pixels97
https://ift.tt/2LVjHJJ
GitHub
HossamElghamry/Zodoscope
A horoscope forcasting application for both Android and iOS - HossamElghamry/Zodoscope
New post on /r/flutterdev subreddit:
Paginated ListView with Stream Builder?
Hi,I am building a simple app which fetches real time updates about something and for this I have a stream builder that fetches/updates results from cloud firestore and puts it in the list view as a card. My problem is that eventually I am potentially going to have maybe say 10k entries, and it would be highly inefficient to download all of them. So I wanted to add a functionality which basically loads only 50 updates at a time and then loads more after you continue to scroll.Now, I know that list view has an item count property -- but since the stream builder basically loads all entries in its snapshot, I am not sure how to go about this? Really confused.Any help would be highly appreciated. Thanks!
August 02, 2019 at 11:35AM by HumAapkeHaiDon
https://ift.tt/2OyQhmQ
Paginated ListView with Stream Builder?
Hi,I am building a simple app which fetches real time updates about something and for this I have a stream builder that fetches/updates results from cloud firestore and puts it in the list view as a card. My problem is that eventually I am potentially going to have maybe say 10k entries, and it would be highly inefficient to download all of them. So I wanted to add a functionality which basically loads only 50 updates at a time and then loads more after you continue to scroll.Now, I know that list view has an item count property -- but since the stream builder basically loads all entries in its snapshot, I am not sure how to go about this? Really confused.Any help would be highly appreciated. Thanks!
August 02, 2019 at 11:35AM by HumAapkeHaiDon
https://ift.tt/2OyQhmQ
reddit
r/FlutterDev - Paginated ListView with Stream Builder?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Unable to set up Google Auth on Flutter
Hi Team, I followed the flutter documentation and also a tutorial(link below), tried to implement Google signin, however, please see the error I got (below) Links I followed: https://www.youtube.com/watch?v=cHFV6JPp-6A https://ift.tt/2XBPUah I get to select the email
August 02, 2019 at 01:11PM by Maddy
https://ift.tt/3191OdX
Unable to set up Google Auth on Flutter
Hi Team, I followed the flutter documentation and also a tutorial(link below), tried to implement Google signin, however, please see the error I got (below) Links I followed: https://www.youtube.com/watch?v=cHFV6JPp-6A https://ift.tt/2XBPUah I get to select the email
August 02, 2019 at 01:11PM by Maddy
https://ift.tt/3191OdX
YouTube
Flutter - Google SignIn from Scratch
Build a Flutter 🐦 app that uses Firebase 🔥 Google SignIn and Firestore for user authentication. Learn how to use both StatefulWidget and StreamBuilder to create a reactive UI. https://fireship.io/lessons/flutter-firebase-google-oauth-firestore/
- Flutter…
- Flutter…
New post on /r/flutterdev subreddit:
Keep the app updated on phone
I am following the Flutter's official documentation to create the StartUp Name app. When my phone is connected to my laptop, the app stays in updated version with the code but when I disconnect it, it reverts back to the point when I first installed that app. Please Help!!I am just starting with Flutter. Please suggest some tutorials as well. :)
August 02, 2019 at 02:15PM by deepaktiwari_88
https://ift.tt/2ZsOAbs
Keep the app updated on phone
I am following the Flutter's official documentation to create the StartUp Name app. When my phone is connected to my laptop, the app stays in updated version with the code but when I disconnect it, it reverts back to the point when I first installed that app. Please Help!!I am just starting with Flutter. Please suggest some tutorials as well. :)
August 02, 2019 at 02:15PM by deepaktiwari_88
https://ift.tt/2ZsOAbs
reddit
r/FlutterDev - Keep the app updated on phone
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter performance vs native platforms
How does flutter compare to native platforms i.e. Android/Kotlin and iOS/swift in terms of performance? When I say performance, I mean in terms of redraw speed, CPU usage,build times, build size etc. I am looking into creating an app which involves fair bit of animation, along with lot of network calls and a database. Would like to get some opinions/thoughts as to which platform would work the best?Thanks!!
August 02, 2019 at 01:58PM by androiddevforeast
https://ift.tt/2ZtFyLo
Flutter performance vs native platforms
How does flutter compare to native platforms i.e. Android/Kotlin and iOS/swift in terms of performance? When I say performance, I mean in terms of redraw speed, CPU usage,build times, build size etc. I am looking into creating an app which involves fair bit of animation, along with lot of network calls and a database. Would like to get some opinions/thoughts as to which platform would work the best?Thanks!!
August 02, 2019 at 01:58PM by androiddevforeast
https://ift.tt/2ZtFyLo
reddit
r/FlutterDev - Flutter performance vs native platforms
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Interview with Eric Seidel(Flutter Co-Founder and Eng. Dir.)
https://www.youtube.com/watch?v=AMOs1cuNhDY
August 02, 2019 at 02:49PM by irvine5k
https://ift.tt/2YmjV3n
Interview with Eric Seidel(Flutter Co-Founder and Eng. Dir.)
https://www.youtube.com/watch?v=AMOs1cuNhDY
August 02, 2019 at 02:49PM by irvine5k
https://ift.tt/2YmjV3n
YouTube
Interview with Eric Seidel (Flutter Co-Founder)
Interview with Eric Seidel (Flutter Co-Founder) Curso "Lógica de Programação com Dart" https://www.udemy.com/logica-de-progr... Cursos "Tudo sobre Design" ht...
New post on /r/flutterdev subreddit:
FlutterDriver - pesky system dialogs during automation
https://imgur.com/a/bpHYSwDI've tried recreating the emulated device, and hard reboots, but this consistently comes up during FlutterDriver test suites. The tests ultimately pass despite this dialog being up at the before the first one goes through it and intermittently through the suite of tests. There are videos and Stackoverflow postings on how to twiddle Android settings to prevent it, but they are for older versions of Android, or not applicable to my Galaxy-flavored setup. Has anyone else encountered this 2019 and squished it? Do people do FlutterDriver suites in build-automation post commit/push at all? BuildKite is my build-automation tech, and the agent is a my own MacMini (Mojave, patched up to date, 8GB, plenty of SDD left).
August 02, 2019 at 02:41PM by paul_h
https://ift.tt/2YBV46L
FlutterDriver - pesky system dialogs during automation
https://imgur.com/a/bpHYSwDI've tried recreating the emulated device, and hard reboots, but this consistently comes up during FlutterDriver test suites. The tests ultimately pass despite this dialog being up at the before the first one goes through it and intermittently through the suite of tests. There are videos and Stackoverflow postings on how to twiddle Android settings to prevent it, but they are for older versions of Android, or not applicable to my Galaxy-flavored setup. Has anyone else encountered this 2019 and squished it? Do people do FlutterDriver suites in build-automation post commit/push at all? BuildKite is my build-automation tech, and the agent is a my own MacMini (Mojave, patched up to date, 8GB, plenty of SDD left).
August 02, 2019 at 02:41PM by paul_h
https://ift.tt/2YBV46L
Imgur
Post with 10 views.
New tweet from FlutterDev:
✨ Rise and sparkle! ✨
Make your app less boring with animated glitter effects. Watch @redbrogdon and special guest Mary as they build a customized widget on this episode of the #BoringShow.
Watch here → https://t.co/336RLNJj9Z pic.twitter.com/e29tvb26WQ— Flutter (@FlutterDev) August 2, 2019
August 02, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1157305083488559104
✨ Rise and sparkle! ✨
Make your app less boring with animated glitter effects. Watch @redbrogdon and special guest Mary as they build a customized widget on this episode of the #BoringShow.
Watch here → https://t.co/336RLNJj9Z pic.twitter.com/e29tvb26WQ— Flutter (@FlutterDev) August 2, 2019
August 02, 2019 at 05:00PM
http://twitter.com/FlutterDev/status/1157305083488559104
Twitter
Andrew Brogdon (@redbrogdon) | Twitter
The latest Tweets from Andrew Brogdon (@redbrogdon). I work with @FlutterDev at the Google
New post on Flutter Dev Google group:
Application for study materials management (and general photo organisation) developed in flutter
So as a developer and university student i decided to make a simple app to help me organise my study materials in form of photos, and it actually end up pretty useful for me and i really liked flutter concepts, so i decided to put it live on Google Play. You can give it a look here: Study Snap
August 02, 2019 at 05:02PM by Dimitar Petrov
https://ift.tt/2Zni0I9
Application for study materials management (and general photo organisation) developed in flutter
So as a developer and university student i decided to make a simple app to help me organise my study materials in form of photos, and it actually end up pretty useful for me and i really liked flutter concepts, so i decided to put it live on Google Play. You can give it a look here: Study Snap
August 02, 2019 at 05:02PM by Dimitar Petrov
https://ift.tt/2Zni0I9
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.
New tweet from FlutterDev:
🚨 #FlutterFriday update alert! 🚨
Before you publish your app to the Google Play store, check out our updated page that describes how to deploy both app bundles and APKs.
Details here → https://t.co/x9ovFLpUWW pic.twitter.com/rGrLpmwJvR— Flutter (@FlutterDev) August 2, 2019
August 02, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1157320155317321729
🚨 #FlutterFriday update alert! 🚨
Before you publish your app to the Google Play store, check out our updated page that describes how to deploy both app bundles and APKs.
Details here → https://t.co/x9ovFLpUWW pic.twitter.com/rGrLpmwJvR— Flutter (@FlutterDev) August 2, 2019
August 02, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1157320155317321729
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Flutter Plugin Release Notes - Flutter for Web Preview
Happy Friday Flutter Devs! Flutter for Web Preview *If you are using the Master channel of the Flutter SDK you can enable support for web apps. From the command line, do:flutter config --enable-webTo disable it, do:flutter config --no-enable-webThe device selector in the IDE will have the
August 02, 2019 at 06:02PM by Nilay Yener
https://ift.tt/316uPqG
Flutter Plugin Release Notes - Flutter for Web Preview
Happy Friday Flutter Devs! Flutter for Web Preview *If you are using the Master channel of the Flutter SDK you can enable support for web apps. From the command line, do:flutter config --enable-webTo disable it, do:flutter config --no-enable-webThe device selector in the IDE will have the
August 02, 2019 at 06:02PM by Nilay Yener
https://ift.tt/316uPqG
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.
New post on Flutter Dev Google group:
VS Code extensions v3.3 - Flutter Outline preview, improved device selector, improved error messages...
New versions of the VS Code extensions (v3.3.0) have been published. Release notes are included below (and available online ). Preview: Flutter Outline #605 /#961
August 02, 2019 at 06:03PM by Danny Tuppeny
https://ift.tt/2YCdtoc
VS Code extensions v3.3 - Flutter Outline preview, improved device selector, improved error messages...
New versions of the VS Code extensions (v3.3.0) have been published. Release notes are included below (and available online ). Preview: Flutter Outline #605 /#961
August 02, 2019 at 06:03PM by Danny Tuppeny
https://ift.tt/2YCdtoc
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.
New post on Flutter Dev Google group:
Can we deploy flutter app to replace our app exist on iOS app store?
Hi, We already have an app running on iOS app store. Now we want to rebuild one by flutter and deploy it to app store. However, we don't know whether it can seamlessly replace the original one on app store so that users can update it directly. Should we just copy the original bundle ID to
August 02, 2019 at 06:47PM by James Du
https://ift.tt/2YBR2eJ
Can we deploy flutter app to replace our app exist on iOS app store?
Hi, We already have an app running on iOS app store. Now we want to rebuild one by flutter and deploy it to app store. However, we don't know whether it can seamlessly replace the original one on app store so that users can update it directly. Should we just copy the original bundle ID to
August 02, 2019 at 06:47PM by James Du
https://ift.tt/2YBR2eJ
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.
New post on /r/flutterdev subreddit:
Flutter for Web Preview!
Flutter for Web PreviewIf you are using the Master channel of the Flutter SDK you can enable support for web apps. From the command line, do:flutter config --enable-webTo disable it, do:flutter config --no-enable-webThe device selector in the IDE will have the option to launch on Chrome.
August 02, 2019 at 06:27PM by MugalonDotCom
https://ift.tt/31e6iA5
Flutter for Web Preview!
Flutter for Web PreviewIf you are using the Master channel of the Flutter SDK you can enable support for web apps. From the command line, do:flutter config --enable-webTo disable it, do:flutter config --no-enable-webThe device selector in the IDE will have the option to launch on Chrome.
August 02, 2019 at 06:27PM by MugalonDotCom
https://ift.tt/31e6iA5
reddit
r/FlutterDev - Flutter for Web Preview!
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Community is giving away 10 copies of The London AppBrewery's "The Complete Flutter Development Bootcamp Using Dart"
https://twitter.com/FlutterComm/status/1157317363248898048
August 02, 2019 at 06:04PM by Nash0x7E2
https://ift.tt/2ZocS6y
Flutter Community is giving away 10 copies of The London AppBrewery's "The Complete Flutter Development Bootcamp Using Dart"
https://twitter.com/FlutterComm/status/1157317363248898048
August 02, 2019 at 06:04PM by Nash0x7E2
https://ift.tt/2ZocS6y
Twitter
Flutter Community
Flutter Community is giving away 10 copies of The London AppBrewery's "The Complete Flutter Development Bootcamp Using Dart"! We would like to say THANK YOU to our generous Patreon supporters for making this possible. (1/3)
New post on /r/flutterdev subreddit:
I hit a wall: Flutter needs CocoaPods to use plugins on iOS.
Is there a plan/roadmap to make Flutter support Carthage (or the Swift Package Manager) for iOS dependencies?
August 02, 2019 at 06:34PM by _wsgeorge
https://ift.tt/2LUrrMh
I hit a wall: Flutter needs CocoaPods to use plugins on iOS.
Is there a plan/roadmap to make Flutter support Carthage (or the Swift Package Manager) for iOS dependencies?
August 02, 2019 at 06:34PM by _wsgeorge
https://ift.tt/2LUrrMh
reddit
r/FlutterDev - I hit a wall: Flutter needs CocoaPods to use plugins on iOS.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
i want to create a functionality in my app, but the code for it will change often. how do i do it?
essentially, there is one endpoint for an api i use in my app that changes the format of the data and url for the endpoint often. because the code to access the endpoint changes, i need to change my code to access it. how should i do this? i was thinking including a web view plug-in and executing javascript that it fetches from my personal server evert time the feature is needed. i don't even know if that will work because of cors. do you guys have any suggestions?
August 02, 2019 at 07:37PM by dan-danny-daniel
https://ift.tt/2ZnPgit
i want to create a functionality in my app, but the code for it will change often. how do i do it?
essentially, there is one endpoint for an api i use in my app that changes the format of the data and url for the endpoint often. because the code to access the endpoint changes, i need to change my code to access it. how should i do this? i was thinking including a web view plug-in and executing javascript that it fetches from my personal server evert time the feature is needed. i don't even know if that will work because of cors. do you guys have any suggestions?
August 02, 2019 at 07:37PM by dan-danny-daniel
https://ift.tt/2ZnPgit
reddit
r/FlutterDev - i want to create a functionality in my app, but the code for it will change often. how do i do it?
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
v3.3.0 of the Dart and Flutter extensions have been published and include a Flutter Outline preview, an improved device selector, a preview of better Flutter errors + much more!https://t.co/boFSnupJga pic.twitter.com/vj1Cs6JBB2— Dart & Flutter for VS Code (@DartCode) August 2, 2019
August 02, 2019 at 08:20PM
http://twitter.com/FlutterDev/status/1157355506962436096
v3.3.0 of the Dart and Flutter extensions have been published and include a Flutter Outline preview, an improved device selector, a preview of better Flutter errors + much more!https://t.co/boFSnupJga pic.twitter.com/vj1Cs6JBB2— Dart & Flutter for VS Code (@DartCode) August 2, 2019
August 02, 2019 at 08:20PM
http://twitter.com/FlutterDev/status/1157355506962436096
New post on /r/flutterdev subreddit:
Dash Chat - The most complete Chat UI for flutter
Inspired by react-native-gifted-chat. Highly customizable and helps developing chat UI faster.https://github.com/fayeed/dash_chat
August 02, 2019 at 07:54PM by boss-san
https://ift.tt/2MBEGku
Dash Chat - The most complete Chat UI for flutter
Inspired by react-native-gifted-chat. Highly customizable and helps developing chat UI faster.https://github.com/fayeed/dash_chat
August 02, 2019 at 07:54PM by boss-san
https://ift.tt/2MBEGku
GitHub
GitHub - FaridSafi/react-native-gifted-chat: 💬 The most complete chat UI for React Native
💬 The most complete chat UI for React Native. Contribute to FaridSafi/react-native-gifted-chat development by creating an account on GitHub.