New post on /r/flutterdev subreddit:
Flutter and a Headless CMS
https://youtu.be/EYLRTDel7Dk
December 28, 2019 at 06:00PM by aadjemonkeyrock
https://ift.tt/2MBtrrb
Flutter and a Headless CMS
https://youtu.be/EYLRTDel7Dk
December 28, 2019 at 06:00PM by aadjemonkeyrock
https://ift.tt/2MBtrrb
YouTube
Going Walkabout - Flutter and a Headless CMS
Flutter, I love it, keeps me busy and I'm connecting to my Headless CMS to display content. Going Walkabout is a mobile travel blog. Links: - Goingwalkabout:...
New post on Flutter Dev Google group:
Issue type List
Hey Guys, Im pretty new in Dart/Flutter and Im currently developing an simple Quiz-App to get a fundamental understanding how Flutter/Dart works. But Ive got an issue which I cant fix for hours and almost days. If I wanna start my Android Emulator it says : List is not a subtype of type
December 28, 2019 at 06:11PM by Trite
https://ift.tt/2EZYmcP
Issue type List
Hey Guys, Im pretty new in Dart/Flutter and Im currently developing an simple Quiz-App to get a fundamental understanding how Flutter/Dart works. But Ive got an issue which I cant fix for hours and almost days. If I wanna start my Android Emulator it says : List is not a subtype of type
December 28, 2019 at 06:11PM by Trite
https://ift.tt/2EZYmcP
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:
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them install SDK and manually install the gallery app to their phone.
December 28, 2019 at 06:43PM by sooxiaotong
https://ift.tt/2MyYpjF
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them install SDK and manually install the gallery app to their phone.
December 28, 2019 at 06:43PM by sooxiaotong
https://ift.tt/2MyYpjF
reddit
Why no one ever put flutter gallery to app store?
The gallery app is hosted on Play Store by Flutter.io but how about iOS version? It's good for beginner to learn quicker without having them...
New post on /r/flutterdev subreddit:
Flutter plugin prints colorized strings to console
https://ift.tt/37heanl
December 28, 2019 at 06:16PM by m_sayed
https://ift.tt/2ZwRrB1
Flutter plugin prints colorized strings to console
https://ift.tt/37heanl
December 28, 2019 at 06:16PM by m_sayed
https://ift.tt/2ZwRrB1
Dart packages
print_color | Flutter Package
Print.color() help organizing debugging, very handy for the day debugging work
New post on Flutter Dev Google group:
Does flutter website https://flutter.dev/ has a dark mode
Does flutter website https://flutter.dev/ has a dark mode?
December 28, 2019 at 09:16PM by Vigneshwaran Renganathan
https://ift.tt/2SuS1xU
Does flutter website https://flutter.dev/ has a dark mode
Does flutter website https://flutter.dev/ has a dark mode?
December 28, 2019 at 09:16PM by Vigneshwaran Renganathan
https://ift.tt/2SuS1xU
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
New post on /r/flutterdev subreddit:
flutter_linkify v3 is out with custom link parsers (thanks to linkify v2)
https://ift.tt/2OahBUB
December 27, 2019 at 08:29PM by CraftThatBlock
https://ift.tt/2Zyy6j4
flutter_linkify v3 is out with custom link parsers (thanks to linkify v2)
https://ift.tt/2OahBUB
December 27, 2019 at 08:29PM by CraftThatBlock
https://ift.tt/2Zyy6j4
GitHub
Cretezy/flutter_linkify
Turns text URLs and emails into clickable inline links in text for Flutter - Cretezy/flutter_linkify
New post on /r/flutterdev subreddit:
What you can do with Flutter is quite impressive
https://twitter.com/mlls_hq/status/1211034124909195265
December 28, 2019 at 10:34PM by Everlier
https://ift.tt/2swQzjM
What you can do with Flutter is quite impressive
https://twitter.com/mlls_hq/status/1211034124909195265
December 28, 2019 at 10:34PM by Everlier
https://ift.tt/2swQzjM
Twitter
My Long Locking Story 💙
All the level types of My Long Locking Story together. Rather chaotic and quite stressing experience, even without the need to pick the lock! #mylonglockingstory #indiedev #games #gamedev #flutterdev #screenshotsaturday #screenshotsunday #puzzles https:/…
New post on /r/flutterdev subreddit:
What "style" of widgets do you use for developing a multi platform app?
Hello,as the title says, what approach for styling do you use for your apps?If you want to have a consistent look and feel of your application, what path do you follow?Develop with one type of widgets ("own style", android, cupertino, ...)Develop with "conditional widgets" as e.g. https://pub.dev/packages/flutter_platform_widgetsNone of the above options. <place your approach here>Thank you very much for your feedback!
December 28, 2019 at 10:00PM by lukasbash
https://ift.tt/2Qq3lbS
What "style" of widgets do you use for developing a multi platform app?
Hello,as the title says, what approach for styling do you use for your apps?If you want to have a consistent look and feel of your application, what path do you follow?Develop with one type of widgets ("own style", android, cupertino, ...)Develop with "conditional widgets" as e.g. https://pub.dev/packages/flutter_platform_widgetsNone of the above options. <place your approach here>Thank you very much for your feedback!
December 28, 2019 at 10:00PM by lukasbash
https://ift.tt/2Qq3lbS
Dart packages
flutter_platform_widgets | Flutter package
Simplifying the use of both Material and Cupertino widgets with a single widget
New post on Flutter Dev Google group:
How read the keyed json by FutureBuilder and What would be the way to access that data and paint it in a Widget?
Hi, I need help to know how to read data from a json key and also, how to get your data and paint it in a widget? Attached example of keyed json Thanks!
December 29, 2019 at 05:36AM by Jean Paul Gotopo Maldonado
https://ift.tt/2F1bf6b
How read the keyed json by FutureBuilder and What would be the way to access that data and paint it in a Widget?
Hi, I need help to know how to read data from a json key and also, how to get your data and paint it in a widget? Attached example of keyed json Thanks!
December 29, 2019 at 05:36AM by Jean Paul Gotopo Maldonado
https://ift.tt/2F1bf6b
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 plugin, for user authentication with APIs
https://ift.tt/3510vzm
December 29, 2019 at 08:48AM by m_sayed
https://ift.tt/36aAU8w
Flutter plugin, for user authentication with APIs
https://ift.tt/3510vzm
December 29, 2019 at 08:48AM by m_sayed
https://ift.tt/36aAU8w
Dart packages
user_auth | Flutter Package
Handy flutter plugin that help with user-backend-auth, written in pure dart code.
New post on /r/flutterdev subreddit:
Me, flutter web, and the making of an experimental book trailer :-)
https://medium.com/@frmineoapps/me-flutter-web-and-the-making-of-an-experimental-book-trailer-8f1625173759?
December 29, 2019 at 09:30AM by frideosapps
https://ift.tt/358aL8S
Me, flutter web, and the making of an experimental book trailer :-)
https://medium.com/@frmineoapps/me-flutter-web-and-the-making-of-an-experimental-book-trailer-8f1625173759?
December 29, 2019 at 09:30AM by frideosapps
https://ift.tt/358aL8S
Medium
Me, flutter web, and the making of an experimental book trailer:-)
Introduction
New post on Flutter Dev Google group:
Multi filter search Firebase (where)
Hello to all, i'm new flutter developer, before posting i've search for this everywhere without found solution. I've to simply build a multi filter search like image attached, with firebase, can you send me a link to a tutorial or something like? Best things Regards KingFisher
December 29, 2019 at 10:54AM by KingFisher
https://ift.tt/2ZyCFd7
Multi filter search Firebase (where)
Hello to all, i'm new flutter developer, before posting i've search for this everywhere without found solution. I've to simply build a multi filter search like image attached, with firebase, can you send me a link to a tutorial or something like? Best things Regards KingFisher
December 29, 2019 at 10:54AM by KingFisher
https://ift.tt/2ZyCFd7
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:
Tic-Tac-Toe game on DartPad
https://twitter.com/divyanshub024/status/1202828494490591232
December 29, 2019 at 11:07AM by divyanshub024
https://ift.tt/2SwLfI1
Tic-Tac-Toe game on DartPad
https://twitter.com/divyanshub024/status/1202828494490591232
December 29, 2019 at 11:07AM by divyanshub024
https://ift.tt/2SwLfI1
Twitter
Divyanshu Bhargava 💙
I created a simple Tic-Tac-Toe game on the new Flutter DartPad! And it works perfectly. 🥳 🌟DartPad is Awesome🌟 Play the Tic-Tac-Toe game here 👇 https://t.co/NbT8WsBQZY #Flutter @nlycskn @redbrogdon @FlutterDev @mjohnsullivan @Timsneath @Ericidel @bouncingsheep…
New post on /r/flutterdev subreddit:
Trying out some of my crazy Flutter Canvas Animation on DartPad. 😎 | Divyanshu Bhargava 💙 on Twitter
https://twitter.com/divyanshub024/status/1211222147466592256
December 29, 2019 at 11:05AM by divyanshub024
https://ift.tt/2rGdRU8
Trying out some of my crazy Flutter Canvas Animation on DartPad. 😎 | Divyanshu Bhargava 💙 on Twitter
https://twitter.com/divyanshub024/status/1211222147466592256
December 29, 2019 at 11:05AM by divyanshub024
https://ift.tt/2rGdRU8
Twitter
Divyanshu Bhargava 💙
Trying out some of my crazy #Flutter Canvas Animation on DartPad. 😎 It's amazing to see what all crazy things we can do on DartPad. 🥳🤪 Try it out👇 https://t.co/md87J8dX5q @nlycskn @redbrogdon @FlutterDev @mjohnsullivan @Timsneath @dart_lang @_eseidel @MartinAguinis…
New post on /r/flutterdev subreddit:
A reliable way to display google admanager ads in Flutter.
I am struggling with trying to include ads from google admanager -aka DFP- (not admob).I have found this package: "flutter_google_ad_manager 0.10.1" https://pub.dev/packages/flutter_google_ad_managerHowever, digging into the package's code, it seems to use a PlatfromView that uses a native plugin to display ads on Android and iOS.I found this comment on https://github.com/flutter/flutter/issues/12114 that discourages the use of PlatfromViews to display ads in flutter:
December 29, 2019 at 01:55PM by mm-mansour
https://ift.tt/2Q5WzZN
A reliable way to display google admanager ads in Flutter.
I am struggling with trying to include ads from google admanager -aka DFP- (not admob).I have found this package: "flutter_google_ad_manager 0.10.1" https://pub.dev/packages/flutter_google_ad_managerHowever, digging into the package's code, it seems to use a PlatfromView that uses a native plugin to display ads on Android and iOS.I found this comment on https://github.com/flutter/flutter/issues/12114 that discourages the use of PlatfromViews to display ads in flutter:
"Note that because Flutter's AndroidView and UiKitView rely on low-level manipulation of platform UI components, it's almost guaranteed that they will interact with the Google Mobile Ads SDK in ways the mobile ads engineering team have not anticipated and do not test for. Even if the approach looks like it's working right now, it's likely to run into issues with MRAID functionality, JS code included in the creatives, and impression and click measurement. The last of those is particularly important, since abnormalities in impression and click stats can result in suspension of accounts.While we work on these issues with the relevant parties we highly recommend using the Flutter team's firebase_admob plugin, and discourage using plugins that do use platform views to embed AdMob ads."
So, what should I do? Is there anyway to display DFP ads with flutter?December 29, 2019 at 01:55PM by mm-mansour
https://ift.tt/2Q5WzZN
Dart packages
flutter_google_ad_manager | Flutter Package
Flutter plugin for Google Ad Manager(DoubleClick for Publishers).
New post on /r/flutterdev subreddit:
Course for intermediate devs?
Hi, is there a course (eg on Udemy) where a complete app with many features and animations etc is developed step by step? I completed the flutter course by Maximilian Schwarzmüller on Udemy and am looking for something where not all the basics get covered again..
December 29, 2019 at 01:44PM by DefoKnow
https://ift.tt/2u1DnnC
Course for intermediate devs?
Hi, is there a course (eg on Udemy) where a complete app with many features and animations etc is developed step by step? I completed the flutter course by Maximilian Schwarzmüller on Udemy and am looking for something where not all the basics get covered again..
December 29, 2019 at 01:44PM by DefoKnow
https://ift.tt/2u1DnnC
reddit
Course for intermediate devs?
Hi, is there a course (eg on Udemy) where a complete app with many features and animations etc is developed step by step? I completed the flutter...
New post on /r/flutterdev subreddit:
rx_command V5.0.1 does no longer depend on Flutter and can now be used with any Dart project
https://ift.tt/2ILyJyT
December 29, 2019 at 02:23PM by escamoteur
https://ift.tt/2Syg92u
rx_command V5.0.1 does no longer depend on Flutter and can now be used with any Dart project
https://ift.tt/2ILyJyT
December 29, 2019 at 02:23PM by escamoteur
https://ift.tt/2Syg92u
Dart packages
rx_command | Dart Package
Reactive event handler wrapper class inspired by ReactiveUI.
New post on /r/flutterdev subreddit:
Awesome Overlays | Flutter Library of the Week | EP-04
https://www.youtube.com/watch?v=A3co3Tskjtg&feature=youtu.be
December 29, 2019 at 04:15PM by imthepk
https://ift.tt/2F55i8h
Awesome Overlays | Flutter Library of the Week | EP-04
https://www.youtube.com/watch?v=A3co3Tskjtg&feature=youtu.be
December 29, 2019 at 04:15PM by imthepk
https://ift.tt/2F55i8h
YouTube
Awesome Overlays | Flutter Library of the Week | EP-04
In this video, I will explain how to use awesome overlays in your flutter apss. #Flutter #Overlays Please give stars for this project on git and like the vid...
New post on /r/flutterdev subreddit:
audiofileplayer plugin now has proper background audio support
The audiofileplayer plugin (pub and source) has been significantly updated with full background audio functionality.This includes per-audio background playback flag, setting metadata, specifying supported transport controls, interacting with progress bars, and adding arbitrary buttons to the Android notification. The example app shows all this in action. (The README is also quite a bit more informative.)Please give it a whirl and let me know of any issues (or successes!), here or at the issue tracker
December 29, 2019 at 04:54PM by EternitysMansions
https://ift.tt/2rHPXYs
audiofileplayer plugin now has proper background audio support
The audiofileplayer plugin (pub and source) has been significantly updated with full background audio functionality.This includes per-audio background playback flag, setting metadata, specifying supported transport controls, interacting with progress bars, and adding arbitrary buttons to the Android notification. The example app shows all this in action. (The README is also quite a bit more informative.)Please give it a whirl and let me know of any issues (or successes!), here or at the issue tracker
December 29, 2019 at 04:54PM by EternitysMansions
https://ift.tt/2rHPXYs
Dart packages
audiofileplayer | Flutter package
A Flutter plugin for audio playback.
New post on /r/flutterdev subreddit:
Creating a web first payment platform
Hi,Is it a good idea to create a web-first payment system. I know it seems weird given that Flutter is mobile first. If you think about it, most SaaS start on the web and collect payments there then let users login via their mobile app?Is this a good idea? Im also new to flutter. Is there support for payment gateways like paypal, stripe etc?
December 29, 2019 at 04:40PM by Coffee4thewin
https://ift.tt/369dFLU
Creating a web first payment platform
Hi,Is it a good idea to create a web-first payment system. I know it seems weird given that Flutter is mobile first. If you think about it, most SaaS start on the web and collect payments there then let users login via their mobile app?Is this a good idea? Im also new to flutter. Is there support for payment gateways like paypal, stripe etc?
December 29, 2019 at 04:40PM by Coffee4thewin
https://ift.tt/369dFLU
reddit
Creating a web first payment platform
Hi, Is it a good idea to create a web-first payment system. I know it seems weird given that Flutter is mobile first. If you think about it,...
New post on /r/flutterdev subreddit:
flutter_inapp_purchase vs in_app_purchase?
Curious about any experience any has with these two libraries.in_app_purchase is the official flutter plugin, flutter_inapp_purchase was deprecated, but has recently been maintained again, with the author citing many requests.Are there issues in the google implementation that are causing people not to use it? Does anyone prefer one over the other?
December 29, 2019 at 07:13PM by esDotDev
https://ift.tt/2thQxMH
flutter_inapp_purchase vs in_app_purchase?
Curious about any experience any has with these two libraries.in_app_purchase is the official flutter plugin, flutter_inapp_purchase was deprecated, but has recently been maintained again, with the author citing many requests.Are there issues in the google implementation that are causing people not to use it? Does anyone prefer one over the other?
December 29, 2019 at 07:13PM by esDotDev
https://ift.tt/2thQxMH
Dart packages
in_app_purchase | Flutter package
A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.