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...
New post on /r/flutterdev subreddit:
Flutter Custom Icons – Automatic & Manual Way (Icon Font or SVG)
https://youtu.be/qZYqmM3daO0
August 15, 2019 at 07:53PM by EngineerScientist
https://ift.tt/33DIsQo
Flutter Custom Icons – Automatic & Manual Way (Icon Font or SVG)
https://youtu.be/qZYqmM3daO0
August 15, 2019 at 07:53PM by EngineerScientist
https://ift.tt/33DIsQo
YouTube
Flutter Custom Icons – Automatic & Manual Way (Icon Font or SVG)
📗 Learn from the written tutorial & get all links 👇👇
https://resocoder.com/flutter-custom-icons
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Icons are Flutter's first class citizen. Even right out of the box, you get access…
https://resocoder.com/flutter-custom-icons
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Icons are Flutter's first class citizen. Even right out of the box, you get access…
New post on /r/flutterdev subreddit:
Flutter App connecting to Hardware(ESP32) through BLE
https://youtu.be/13voX5Y9fTc
August 15, 2019 at 09:19PM by XBriefer
https://ift.tt/2TxW2jH
Flutter App connecting to Hardware(ESP32) through BLE
https://youtu.be/13voX5Y9fTc
August 15, 2019 at 09:19PM by XBriefer
https://ift.tt/2TxW2jH
YouTube
ESP32 | FLUTTER | BLE - Temperature & Humidity Check App (Deprecated)
**Note**
This Flutter app was created in version 1.x. It no longer works in the latest Flutter environment. Please check out other flutter apps for BLE connection on my channel.
Flutter is Google's mobile app SDK for crafting high-quality native interfaces…
This Flutter app was created in version 1.x. It no longer works in the latest Flutter environment. Please check out other flutter apps for BLE connection on my channel.
Flutter is Google's mobile app SDK for crafting high-quality native interfaces…
New post on /r/flutterdev subreddit:
'60 Days of Flutter: Building a Messenger from Scratch' : Day 3–4 : Building a Chat Screen in Flutter
https://ift.tt/2TBc9wX
August 15, 2019 at 10:48PM by aditya_gurjar
https://ift.tt/2Hb5UL7
'60 Days of Flutter: Building a Messenger from Scratch' : Day 3–4 : Building a Chat Screen in Flutter
https://ift.tt/2TBc9wX
August 15, 2019 at 10:48PM by aditya_gurjar
https://ift.tt/2Hb5UL7
Medium
60 Days of Flutter : Day 3–4 : Building a Chat Screen in Flutter
And Custom Widgets
New post on /r/flutterdev subreddit:
🔥 Package that proposes a new way for create forms with bloc 🔥
https://ift.tt/2KlINzE
August 15, 2019 at 10:40PM by GiancarloCode
https://ift.tt/2ZatttT
🔥 Package that proposes a new way for create forms with bloc 🔥
https://ift.tt/2KlINzE
August 15, 2019 at 10:40PM by GiancarloCode
https://ift.tt/2ZatttT
Dart packages
flutter_form_bloc | Flutter Package
Flutter widgets that make it easy to create forms with form_bloc.
New post on /r/flutterdev subreddit:
Is it possible to start an action in the app even before opening it, with a gesture?
I want to record sound on the smartwatch for next 10 seconds when I detect the sudden hand movement to his mouth. Thank y'all!
August 16, 2019 at 12:33AM by charlesjcn
https://ift.tt/305iJxT
Is it possible to start an action in the app even before opening it, with a gesture?
I want to record sound on the smartwatch for next 10 seconds when I detect the sudden hand movement to his mouth. Thank y'all!
August 16, 2019 at 12:33AM by charlesjcn
https://ift.tt/305iJxT
reddit
r/FlutterDev - Is it possible to start an action in the app even before opening it, with a gesture?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Bloc or Provider or any other architecure?
I have been learning for Flutter for a few months, developed a few demo app for learning purposes, I learned Bloc, Provider, but still confused which architecture to choose for my production project.
August 16, 2019 at 10:02AM by sadmansamee
https://ift.tt/2YSO8XV
Bloc or Provider or any other architecure?
I have been learning for Flutter for a few months, developed a few demo app for learning purposes, I learned Bloc, Provider, but still confused which architecture to choose for my production project.
August 16, 2019 at 10:02AM by sadmansamee
https://ift.tt/2YSO8XV
reddit
r/FlutterDev - Bloc or Provider or any other architecure?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
flash | ⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
https://ift.tt/302Kjfa
August 16, 2019 at 08:53AM by Purple_Pizzazz
https://ift.tt/2KQrTrI
flash | ⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
https://ift.tt/302Kjfa
August 16, 2019 at 08:53AM by Purple_Pizzazz
https://ift.tt/2KQrTrI
Dart packages
flash | Flutter Package
⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
New post on /r/flutterdev subreddit:
The difficulty and lack of resources on testing is making me consider skipping tests altogether
I've been giving Flutter a serious try at my job and my experience has not been pleasant over the past few weeks just because of how hard it is to write tests.I hit a wall recently when I tried writing tests for a widget that does 2 API calls upon mount (
August 16, 2019 at 10:31AM by outtascope
https://ift.tt/2Zg1Zak
The difficulty and lack of resources on testing is making me consider skipping tests altogether
I've been giving Flutter a serious try at my job and my experience has not been pleasant over the past few weeks just because of how hard it is to write tests.I hit a wall recently when I tried writing tests for a widget that does 2 API calls upon mount (
initState()
). Making HTTP requests means that I would have to use futures and let me tell you that testing becomes really hard when futures are involved. Despite that, the tests were actually fine when it was only doing 1 API call. It was just after adding the second API call that a lot of them broke. I spent a lot of time finding ways on how to fix them.Eventually, I thought that maybe it was my architecture or the way I was writing the app that was making it hard to write tests, so I opted to switch to using MobX along with Provider (previous one was just using ChangeNotifier along with Provider). I actually ended up worse than where I was before because I had to rewrite a large part of the app to make it compliant with how MobX does stuff which broke more tests. I tried so hard to find answers online, but I couldn't really find anything that's beyond testing the counter app that flutter create
gives you. The best I could find was the tests inside Iiro Krankka's inKino project which helped a little, but it wasn't what I was looking for. Aside from the advice about using tester.runAsync()
, tester.pump()
or tester.pumpAndSettle()
, there isn't a lot of information about how to do these kinds of tests.I'm thinking of just skipping the tests because the code works in reality (on an emulator/simulator or an actual device), but I want to write tests as much as possible. Does anyone have any good resources on testing code that you will actually use in the real world? This is frustrating for me because the good experience that I had from testing convinced me to switch to Flutter from React Native only to find out that it becomes really hard as soon as I get serious with it.August 16, 2019 at 10:31AM by outtascope
https://ift.tt/2Zg1Zak
GitHub
GitHub - roughike/inKino: A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.
A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web. - roughike/inKino
New post on Flutter Dev Google group:
Fetch Array from firebase to mobile screen
https://ift.tt/31Cvbpg Anyone please solve this for me !! Thanks in advance
August 16, 2019 at 04:06PM by aakash dabas
https://ift.tt/2KDwQFi
Fetch Array from firebase to mobile screen
https://ift.tt/31Cvbpg Anyone please solve this for me !! Thanks in advance
August 16, 2019 at 04:06PM by aakash dabas
https://ift.tt/2KDwQFi
Stack Overflow
How to get array data back to mobile screen from firebase (Flutter)
How to get back array data to the mobile screen.
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
The String in the firebase is retrieved easily but I have problem with array data.
1) main.dart :
import 'dart:async';
import 'package:flutter/ma...
New post on /r/flutterdev subreddit:
TweenAnimationBuilder to animate without manager controllers
https://twitter.com/BlueAquilae/status/1162358894385123328
August 16, 2019 at 03:43PM by Sol_Ido
https://ift.tt/2N7iUoR
TweenAnimationBuilder to animate without manager controllers
https://twitter.com/BlueAquilae/status/1162358894385123328
August 16, 2019 at 03:43PM by Sol_Ido
https://ift.tt/2N7iUoR
Twitter
Robert Felker
#flutter TweenAnimationBuilder rely on ImplicitlyAnimatedWidget so you don't have to manager AnimationController anymore in your code ! Here's a preview of the coming syntax with colors to help you follow the animated var