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...
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