New post on /r/flutterdev subreddit:
Multiple separate FlutterDriver executions on the same machine at the same time
Say I have a maxed out 2018 MacMini that I am using for a build agent for Pull-Requests merging in master and well as Pull-Requests entering code review and not yet merged to master.The machine easily has enough RAM, SSD and CPU for more than one in parallel, but there are problems with locking of flutter command execution on the same machine. With VirtualBox 6.x I could have more than one Mac within a Mac. Cool, but nested virtualization (QEMU) is not supported for VirtualBox 6.x on Intel CPUs (AMD for now). I can't virtualize MacOS on AMD CPUs so there's a catch-22 there.I could flip to Linux host and guests and redo the flutter build tool-chain for that of course. Has anyone done that on a high-spec'd phsyical machine? Are there any other downsides to multiple VirtualBox desktops running within a large host, each with screen-saver disabled, and auto-login enabled?
August 14, 2019 at 07:44PM by paul_h
https://ift.tt/2YOsgNd
Multiple separate FlutterDriver executions on the same machine at the same time
Say I have a maxed out 2018 MacMini that I am using for a build agent for Pull-Requests merging in master and well as Pull-Requests entering code review and not yet merged to master.The machine easily has enough RAM, SSD and CPU for more than one in parallel, but there are problems with locking of flutter command execution on the same machine. With VirtualBox 6.x I could have more than one Mac within a Mac. Cool, but nested virtualization (QEMU) is not supported for VirtualBox 6.x on Intel CPUs (AMD for now). I can't virtualize MacOS on AMD CPUs so there's a catch-22 there.I could flip to Linux host and guests and redo the flutter build tool-chain for that of course. Has anyone done that on a high-spec'd phsyical machine? Are there any other downsides to multiple VirtualBox desktops running within a large host, each with screen-saver disabled, and auto-login enabled?
August 14, 2019 at 07:44PM by paul_h
https://ift.tt/2YOsgNd
reddit
r/FlutterDev - Multiple separate FlutterDriver executions on the same machine at the same time
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
💥Easily switch between widgets!
IndexedStack lets you toggle between different widgets, like a TV switching between channels. Only one child shows at a time, but the state of all the children widgets is preserved.
More #WidgetoftheWeek here → https://t.co/u4T0w61b8D pic.twitter.com/WKCXSrvNs2— Flutter (@FlutterDev) August 14, 2019
August 14, 2019 at 08:33PM
http://twitter.com/FlutterDev/status/1161707441702068225
💥Easily switch between widgets!
IndexedStack lets you toggle between different widgets, like a TV switching between channels. Only one child shows at a time, but the state of all the children widgets is preserved.
More #WidgetoftheWeek here → https://t.co/u4T0w61b8D pic.twitter.com/WKCXSrvNs2— Flutter (@FlutterDev) August 14, 2019
August 14, 2019 at 08:33PM
http://twitter.com/FlutterDev/status/1161707441702068225
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Unable to launch flutter
Hello everyone please help me I am stuck. I am using geanymotion as emulator my pc is slow .when I run the emulator to start debugging the genymotion emulator runs perfect but flutter doctor as well as vs code shows no device connected/ found I tried downgrading genymotion version but nothing
August 14, 2019 at 09:05PM by Piyus
https://ift.tt/2YRtQhB
Unable to launch flutter
Hello everyone please help me I am stuck. I am using geanymotion as emulator my pc is slow .when I run the emulator to start debugging the genymotion emulator runs perfect but flutter doctor as well as vs code shows no device connected/ found I tried downgrading genymotion version but nothing
August 14, 2019 at 09:05PM by Piyus
https://ift.tt/2YRtQhB
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:
Detect if app is in background outside widget
I'd like to check if the app is in background from some bloc business logic. I don't want todo it in a widget by implementing WidgetsBindingObserver. Is it possible to do it?
August 15, 2019 at 06:04AM by pimpante
https://ift.tt/2TvJ31X
Detect if app is in background outside widget
I'd like to check if the app is in background from some bloc business logic. I don't want todo it in a widget by implementing WidgetsBindingObserver. Is it possible to do it?
August 15, 2019 at 06:04AM by pimpante
https://ift.tt/2TvJ31X
reddit
r/FlutterDev - Detect if app is in background outside widget
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
How to make login and display logged in user details in home page drwawer
I have Home screen and login screen Where my home screen app having button of login when user taps on login it takes him to loginpage and afret logging in it should written user details to user header and make login button as log out.I have attached my code below. Loginpage.dart import
August 15, 2019 at 09:21AM by mahantappa b k
https://ift.tt/2Z9qPs4
How to make login and display logged in user details in home page drwawer
I have Home screen and login screen Where my home screen app having button of login when user taps on login it takes him to loginpage and afret logging in it should written user details to user header and make login button as log out.I have attached my code below. Loginpage.dart import
August 15, 2019 at 09:21AM by mahantappa b k
https://ift.tt/2Z9qPs4
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:
How to “eval()” in Dart - Running arbitrary strings as Dart code
https://ift.tt/2YYN83O
August 15, 2019 at 09:09AM by EngineerScientist
https://ift.tt/2ZZgNHj
How to “eval()” in Dart - Running arbitrary strings as Dart code
https://ift.tt/2YYN83O
August 15, 2019 at 09:09AM by EngineerScientist
https://ift.tt/2ZZgNHj
iirokrankka.com
How to “eval()” in Dart - Running arbitrary strings as Dart code
Javascript has eval() for running a string as code. Although you most likely should never use it, sometimes you just might need to. Dart does not have eval(), but what do you do when you absolutely need it?
New post on /r/flutterdev subreddit:
Flutter vs FlutterDriver's development (Feb 2016 to now) - a side by side visualization of commits via 'Gource'
https://ift.tt/3038CtJ
August 15, 2019 at 08:48AM by paul_h
https://ift.tt/2P6hUnM
Flutter vs FlutterDriver's development (Feb 2016 to now) - a side by side visualization of commits via 'Gource'
https://ift.tt/3038CtJ
August 15, 2019 at 08:48AM by paul_h
https://ift.tt/2P6hUnM
viewsync.net
ViewSync - Multiple YouTube Viewer
Streamlined multiple YouTube viewer with built-in support for content creators.
New post on /r/flutterdev subreddit:
[HELP] bottomNavigationBar is giving me an error
Hello,I'm new to flutter and dart and I'm trying to build a bottom navigation for my app but I'm getting an error, how can i fix this?this is a screenshot of the error: https://imgur.com/a/VKFCDzxthank you
August 15, 2019 at 12:29PM by 1shot1kill1dab
https://ift.tt/2z0z7UC
[HELP] bottomNavigationBar is giving me an error
Hello,I'm new to flutter and dart and I'm trying to build a bottom navigation for my app but I'm getting an error, how can i fix this?this is a screenshot of the error: https://imgur.com/a/VKFCDzxthank you
August 15, 2019 at 12:29PM by 1shot1kill1dab
https://ift.tt/2z0z7UC
Imgur
Post with 5 views.
New post on /r/flutterdev subreddit:
Released my first app on the Play Store (iOS will come soon)
So, after trying Flutter out for a couple of months I felt comfortable enough with my app that I finally released it.Here is the link:Tag MeI really really like Flutter and would love some feedback on my app :)
August 15, 2019 at 12:18PM by schn1tzelm4nn
https://ift.tt/2OT5rDA
Released my first app on the Play Store (iOS will come soon)
So, after trying Flutter out for a couple of months I felt comfortable enough with my app that I finally released it.Here is the link:Tag MeI really really like Flutter and would love some feedback on my app :)
August 15, 2019 at 12:18PM by schn1tzelm4nn
https://ift.tt/2OT5rDA
reddit
r/FlutterDev - Released my first app on the Play Store (iOS will come soon)
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Can I develop a Tinder like Dating App with Flutter??
Hey guys, I'm curious if I can build an application like Tinder or lets call it an Dating App using Flutter and Dart? If Yes, what are the things I have learn? Eg. Swiping animation, making matches etc.I'm just curious to make one because it will be cool and to put it on my portfolio.
August 15, 2019 at 12:54PM by threeinitial
https://ift.tt/31zBVEm
Can I develop a Tinder like Dating App with Flutter??
Hey guys, I'm curious if I can build an application like Tinder or lets call it an Dating App using Flutter and Dart? If Yes, what are the things I have learn? Eg. Swiping animation, making matches etc.I'm just curious to make one because it will be cool and to put it on my portfolio.
August 15, 2019 at 12:54PM by threeinitial
https://ift.tt/31zBVEm
reddit
r/FlutterDev - Can I develop a Tinder like Dating App with Flutter??
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Thoughts on best way to continue app development due to situation. (Discussion / Thoughts / Suggestions)
Thoughts on best way to continue app development due to situation. (Discussion / Thoughts / Suggestions)Small rant / discussion, looking for others thought on this.So I have recently built a couple of apps with flutter and have deployed them to the Play Store.The first app started off as a project into learning Flutter as well making a useful app that myself and friends use multiple times throughout the day. Mission accomplished. Doing so they convinced me to put it on the PlayStore and a few weeks later to add ads into the app to generate some money.I implemented Admob to monetize the app. This went well, over the first week or so getting near the $100 dollar threshold. right before I hit the $100 required to withdraw my AdMob account became disabled. I eventually received an email stating something along the lines that I broke the terms of service do to news ads loading and showing too often.Quick rundown of the App. Home page loads with home page related stuff, you click navigation icon and change pages to do a couple task. These some of these tasks took place with webpages so I utilized web-views. On average a person would navigate roughly 10 pages an hour a few times a day.My goal was to have an add load when the app started and that ad banner stayed at the bottom of the screen on top of all screens throughout user experience. I thought this was coded correctly but in reality a new banner ad was created every time a user changed pages and this caused me to be flagged for abusing admob by increasing my ad traffic to quickly (I dont remember the exact wording but it was something close to that of ads loading to many times.)I lost the appeal (Big Shocker) and now am in tough spot. I would like to still monetize my apps but not sure of best approach. I know facebook ads are available for Android and not iOS with flutter. The ability to ad native ads have been waiting to be implemented for a while and no telling how long that could take.I could learn kotlin so I can rebuild app and use native ads. This seems like the best approach, I just think flutter has a huge future and would prefer to keep to flutter/dart for all non web development (day job is front end developer and I use ionic/angular for PWA's).Am I missing options for other ways to monetize app outside of re-writting in native code?Appreciate any feedback to help enlighten me on others thoughts.
August 15, 2019 at 01:47PM by moehagene
https://ift.tt/2Z98vzo
Thoughts on best way to continue app development due to situation. (Discussion / Thoughts / Suggestions)
Thoughts on best way to continue app development due to situation. (Discussion / Thoughts / Suggestions)Small rant / discussion, looking for others thought on this.So I have recently built a couple of apps with flutter and have deployed them to the Play Store.The first app started off as a project into learning Flutter as well making a useful app that myself and friends use multiple times throughout the day. Mission accomplished. Doing so they convinced me to put it on the PlayStore and a few weeks later to add ads into the app to generate some money.I implemented Admob to monetize the app. This went well, over the first week or so getting near the $100 dollar threshold. right before I hit the $100 required to withdraw my AdMob account became disabled. I eventually received an email stating something along the lines that I broke the terms of service do to news ads loading and showing too often.Quick rundown of the App. Home page loads with home page related stuff, you click navigation icon and change pages to do a couple task. These some of these tasks took place with webpages so I utilized web-views. On average a person would navigate roughly 10 pages an hour a few times a day.My goal was to have an add load when the app started and that ad banner stayed at the bottom of the screen on top of all screens throughout user experience. I thought this was coded correctly but in reality a new banner ad was created every time a user changed pages and this caused me to be flagged for abusing admob by increasing my ad traffic to quickly (I dont remember the exact wording but it was something close to that of ads loading to many times.)I lost the appeal (Big Shocker) and now am in tough spot. I would like to still monetize my apps but not sure of best approach. I know facebook ads are available for Android and not iOS with flutter. The ability to ad native ads have been waiting to be implemented for a while and no telling how long that could take.I could learn kotlin so I can rebuild app and use native ads. This seems like the best approach, I just think flutter has a huge future and would prefer to keep to flutter/dart for all non web development (day job is front end developer and I use ionic/angular for PWA's).Am I missing options for other ways to monetize app outside of re-writting in native code?Appreciate any feedback to help enlighten me on others thoughts.
August 15, 2019 at 01:47PM by moehagene
https://ift.tt/2Z98vzo
reddit
r/FlutterDev - Thoughts on best way to continue app development due to situation. (Discussion / Thoughts / Suggestions)
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter For Web: A Complete Guide to Create & Run a Web Application
https://ift.tt/30831Cq
August 15, 2019 at 09:55AM by Fewthp
https://ift.tt/305OUgJ
Flutter For Web: A Complete Guide to Create & Run a Web Application
https://ift.tt/30831Cq
August 15, 2019 at 09:55AM by Fewthp
https://ift.tt/305OUgJ
Medium
Flutter For Web: A Complete Guide to Create & Run a Web Application
At Google I/O 2019 developer conference, Google launched version 1.5 of Flutter, its open source mobile UI framework that helps developers…
New post on /r/flutterdev subreddit:
A brief example of how to use flutter_svg to animate an SVG drawing in a Flutter app
https://ift.tt/2Z5XzSZ
August 14, 2019 at 09:09PM by quad99
https://ift.tt/3076yAS
A brief example of how to use flutter_svg to animate an SVG drawing in a Flutter app
https://ift.tt/2Z5XzSZ
August 14, 2019 at 09:09PM by quad99
https://ift.tt/3076yAS
GitHub
dmh2000/Flutter-SVG
Using flutter_svg to animate an SVG drawing in a Flutter app - dmh2000/Flutter-SVG
New post on /r/flutterdev subreddit:
Is there some session replay tool with support for Flutter?
Our (Fortune 100 company) app will likely be migrating to Flutter, and as a big company, we've got people who really want the ability to capture and replay anonymized user sessions for the purposes of reporting and debugging.There are several solutions for such a feature on Web and Native, but we're having a hard time finding any session replay tools which support Flutter. Has anyone encountered any/do you have your own product for us to research?
August 15, 2019 at 03:41PM by GrandEdgemaster
https://ift.tt/2Z7AYSa
Is there some session replay tool with support for Flutter?
Our (Fortune 100 company) app will likely be migrating to Flutter, and as a big company, we've got people who really want the ability to capture and replay anonymized user sessions for the purposes of reporting and debugging.There are several solutions for such a feature on Web and Native, but we're having a hard time finding any session replay tools which support Flutter. Has anyone encountered any/do you have your own product for us to research?
August 15, 2019 at 03:41PM by GrandEdgemaster
https://ift.tt/2Z7AYSa
reddit
r/FlutterDev - Is there some session replay tool with support for Flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Dart data class: Automatically create boilerplate code
I just found this really nice plugin for intelliJ. Helped me a lot:
https://plugins.jetbrains.com/plugin/12429-dart-data-class/
August 15, 2019 at 04:24PM by julianlenz
https://ift.tt/2z0XktY
Dart data class: Automatically create boilerplate code
I just found this really nice plugin for intelliJ. Helped me a lot:
https://plugins.jetbrains.com/plugin/12429-dart-data-class/
August 15, 2019 at 04:24PM by julianlenz
https://ift.tt/2z0XktY
JetBrains Marketplace
Dart Data Class - IntelliJ IDEs Plugin | Marketplace
Essential utility methods generator for Dart data classes. Features: Named argument constructor generator copyWith() method generator toJson() / fromJson() methods...
New post on /r/flutterdev subreddit:
Will Flutter Kill React Native?
https://youtu.be/uw4lh4zsTs0
August 15, 2019 at 05:27PM by EngineerScientist
https://ift.tt/2MhU7ir
Will Flutter Kill React Native?
https://youtu.be/uw4lh4zsTs0
August 15, 2019 at 05:27PM by EngineerScientist
https://ift.tt/2MhU7ir
YouTube
Will Flutter Kill React Native?
After trying both Flutter and React Native, I give my take on whether Flutter will kill React Native.
----
Follow me online: https://voidpet.com/benawad
#benawad
----
Follow me online: https://voidpet.com/benawad
#benawad
New tweet from FlutterDev:
🍿Grab your popcorn, the #BoringShow is here!
The mystery continues as the Emilys dig into why the database updates but the UI won't. Watch them build a custom drop down menu using the navigation drawer, which feels like magic ✨.
Watch here → https://t.co/AOOZ6oRzkB pic.twitter.com/sBUt984J0Q— Flutter (@FlutterDev) August 15, 2019
August 15, 2019 at 06:27PM
http://twitter.com/FlutterDev/status/1162038025213190144
🍿Grab your popcorn, the #BoringShow is here!
The mystery continues as the Emilys dig into why the database updates but the UI won't. Watch them build a custom drop down menu using the navigation drawer, which feels like magic ✨.
Watch here → https://t.co/AOOZ6oRzkB pic.twitter.com/sBUt984J0Q— Flutter (@FlutterDev) August 15, 2019
August 15, 2019 at 06:27PM
http://twitter.com/FlutterDev/status/1162038025213190144
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Custom Dropdowns, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
https://youtu.be/SJKrtx759Xk
August 15, 2019 at 06:17PM by EngineerScientist
https://ift.tt/2KSbT8y
Custom Dropdowns, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
https://youtu.be/SJKrtx759Xk
August 15, 2019 at 06:17PM by EngineerScientist
https://ift.tt/2KSbT8y
YouTube
Custom Drawer, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
Ask an Emily! In this episode of the Boring Show, Emily and Emily join together to add a database to your Flutter app that will allow users to save their favorite articles, file a bug on a package, and start building a custom drawer menu.
Helpful Resources:…
Helpful Resources:…
New post on /r/flutterdev subreddit:
FlutterUI - Minimal Designs - Green Revolution
https://youtu.be/itM08p44BnA
August 15, 2019 at 06:11PM by rajayogan27
https://ift.tt/2MjHVNX
FlutterUI - Minimal Designs - Green Revolution
https://youtu.be/itM08p44BnA
August 15, 2019 at 06:11PM by rajayogan27
https://ift.tt/2MjHVNX
YouTube
FlutterUI - Minimal Designs - Green Revolution
Need an app ? - https://rajayogan.com Follow me on twitter - https://twitter.com/rajayogan14k Other flutter videos - https://www.youtube.com/playlist?list=PL...
New post on /r/flutterdev subreddit:
Custom Dropdowns, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
https://www.youtube.com/watch?v=SJKrtx759Xk&feature=youtu.be
August 15, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2Mixhaf
Custom Dropdowns, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
https://www.youtube.com/watch?v=SJKrtx759Xk&feature=youtu.be
August 15, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2Mixhaf
YouTube
Custom Drawer, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27)
Ask an Emily! In this episode of the Boring Show, Emily and Emily join together to add a database to your Flutter app that will allow users to save their fav...