New post on /r/flutterdev subreddit:
AR with Flutter - Image Anchors
https://youtu.be/gOgCdl5_E7k
March 04, 2020 at 01:48PM by olexa_le
https://ift.tt/2IjTXTu
AR with Flutter - Image Anchors
https://youtu.be/gOgCdl5_E7k
March 04, 2020 at 01:48PM by olexa_le
https://ift.tt/2IjTXTu
YouTube
AR with Flutter - Image Anchors
In these short videos, I’d like to briefly introduce you to some augmented reality projects, that were innovative and difficult to implement in the past, and how trivial they are with Flutter and ARKit.
In this episode we talk about modern AR and anchors.…
In this episode we talk about modern AR and anchors.…
New post on Flutter Dev Google group:
getIntent().getData() is null when android:launchMode is set to singleTask
My app opens html documents from email attachments or file system. By default app has android:launchMode="singleTop", when below code is executed, I get data variable correctly: public void configureFlutterEngine(FlutterEngine flutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEng
March 04, 2020 at 03:34PM by Alex Kravets
https://ift.tt/2Tmrva1
getIntent().getData() is null when android:launchMode is set to singleTask
My app opens html documents from email attachments or file system. By default app has android:launchMode="singleTop", when below code is executed, I get data variable correctly: public void configureFlutterEngine(FlutterEngine flutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEng
March 04, 2020 at 03:34PM by Alex Kravets
https://ift.tt/2Tmrva1
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:
💥You asked, and we answered!
The Flutter UX research team ran a survey in November 2019, and they're excited to share the results.
Another opportunity to participate in the next survey is coming soon.
✅See the Q4 2019 survey results ↓ https://t.co/BGiDnawXsj— Flutter (@FlutterDev) March 4, 2020
March 04, 2020 at 04:30PM
http://twitter.com/FlutterDev/status/1235225991531855872
💥You asked, and we answered!
The Flutter UX research team ran a survey in November 2019, and they're excited to share the results.
Another opportunity to participate in the next survey is coming soon.
✅See the Q4 2019 survey results ↓ https://t.co/BGiDnawXsj— Flutter (@FlutterDev) March 4, 2020
March 04, 2020 at 04:30PM
http://twitter.com/FlutterDev/status/1235225991531855872
Medium
Improving Flutter with your opinion — Q4 2019 survey results
Written by JaYoung Lee and Tao Dong
New post on Flutter Dev Google group:
firebase_messaging iOS problem
Hello I'm trying to get firebase_messaging to work before incorporating it into other projects. It runs fine in Android, but not iOS. I follow the steps in firebase_messaging readme and this tutorial ( https://ift.tt/38jnCXH
March 04, 2020 at 05:15PM by Andrew King
https://ift.tt/2PIJsxa
firebase_messaging iOS problem
Hello I'm trying to get firebase_messaging to work before incorporating it into other projects. It runs fine in Android, but not iOS. I follow the steps in firebase_messaging readme and this tutorial ( https://ift.tt/38jnCXH
March 04, 2020 at 05:15PM by Andrew King
https://ift.tt/2PIJsxa
New post on Flutter Dev Google group:
Re: firebase_messaging with iOS ANS
Hi, Not sure if this is your issue, but keep in mind that iOS push notifications don't work on iOS emulators. You might want to use a try/catch block to help debug: void initFBM() async { try { if (await _fbm.requestNotificationPermissions()) { _fbm.configure(
March 04, 2020 at 05:57PM by Tom Gilmour
https://ift.tt/2VJ7ZpG
Re: firebase_messaging with iOS ANS
Hi, Not sure if this is your issue, but keep in mind that iOS push notifications don't work on iOS emulators. You might want to use a try/catch block to help debug: void initFBM() async { try { if (await _fbm.requestNotificationPermissions()) { _fbm.configure(
March 04, 2020 at 05:57PM by Tom Gilmour
https://ift.tt/2VJ7ZpG
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 Analytics: Facebook & Firebase configuration
https://www.youtube.com/watch?v=kAiwmAsXJJ4
March 04, 2020 at 04:57PM by Pro_Flutter
https://ift.tt/32QU2aP
Flutter Analytics: Facebook & Firebase configuration
https://www.youtube.com/watch?v=kAiwmAsXJJ4
March 04, 2020 at 04:57PM by Pro_Flutter
https://ift.tt/32QU2aP
YouTube
Flutter Analytics: Facebook & Firebase configuration
Build better Flutter apps with analytics!
Firebase analytics:
https://pub.dev/packages/firebase_analytics
Firebase analytics:
https://pub.dev/packages/firebase_analytics
New post on /r/flutterdev subreddit:
Simplify Platform & Screen Size Detection - gskinner blog
https://ift.tt/39sqxP2
March 04, 2020 at 05:56PM by gskinner_team
https://ift.tt/2IlIEu9
Simplify Platform & Screen Size Detection - gskinner blog
https://ift.tt/39sqxP2
March 04, 2020 at 05:56PM by gskinner_team
https://ift.tt/2IlIEu9
gskinner blog
Flutter: Simplify Platform & Screen Size Detection
In the never-ending quest to reduce boilerplate and DRY up our code in Flutter, we have noticed that using the MediaQuery class can be a bit cumbersome, and it's also missing a couple of key pieces...
New tweet from FlutterDev:
📣It's that time again!
The Flutter team wants to hear from you.
Take the Q1 survey, and let us know what matters to you → https://t.co/Zc35JzzcuX pic.twitter.com/XlDa3FEOiA— Flutter (@FlutterDev) March 4, 2020
March 04, 2020 at 06:45PM
http://twitter.com/FlutterDev/status/1235259990899912704
📣It's that time again!
The Flutter team wants to hear from you.
Take the Q1 survey, and let us know what matters to you → https://t.co/Zc35JzzcuX pic.twitter.com/XlDa3FEOiA— Flutter (@FlutterDev) March 4, 2020
March 04, 2020 at 06:45PM
http://twitter.com/FlutterDev/status/1235259990899912704
Qualtrics
Online Survey Software | Qualtrics Survey Solutions
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
New post on /r/flutterdev subreddit:
Finally running Rust natively on a Flutter plugin!
For the last weeks, I have spent my time researching the ideal way to embed Rust code (or any C compatible language) on Flutter plugins using the new FFI features.https://github.com/brickpop/flutter-rust-ffi#readmeAfter days and nights of hitting the wall, I've finally come up to a prototype that checks ✅ all the boxes 🚀No Swift/Kotlin wrappersNo message passingNo async/await on DartWrite once, run everywhereNo garbage collectionMostly automated developmentFeel free to fork it, improve it and give your feedback! ❤️I'm working on an article as well, more on that later 😃
March 04, 2020 at 06:51PM by brick-pop
https://ift.tt/3aoYvnJ
Finally running Rust natively on a Flutter plugin!
For the last weeks, I have spent my time researching the ideal way to embed Rust code (or any C compatible language) on Flutter plugins using the new FFI features.https://github.com/brickpop/flutter-rust-ffi#readmeAfter days and nights of hitting the wall, I've finally come up to a prototype that checks ✅ all the boxes 🚀No Swift/Kotlin wrappersNo message passingNo async/await on DartWrite once, run everywhereNo garbage collectionMostly automated developmentFeel free to fork it, improve it and give your feedback! ❤️I'm working on an article as well, more on that later 😃
March 04, 2020 at 06:51PM by brick-pop
https://ift.tt/3aoYvnJ
GitHub
GitHub - brickpop/flutter-rust-ffi: Starter project for Flutter plugins willing to access native and synchronous rust code using…
Starter project for Flutter plugins willing to access native and synchronous rust code using FFI - GitHub - brickpop/flutter-rust-ffi: Starter project for Flutter plugins willing to access native a...
New post on /r/flutterdev subreddit:
Jiffy v3.0.0 released, see what's new
https://ift.tt/2FKzQNf
March 04, 2020 at 06:33PM by timedjama5262
https://ift.tt/38ms1Je
Jiffy v3.0.0 released, see what's new
https://ift.tt/2FKzQNf
March 04, 2020 at 06:33PM by timedjama5262
https://ift.tt/38ms1Je
GitHub
Releases · jama5262/jiffy
Jiffy is a Flutter (Android, IOS and Web) date time package inspired by momentjs for parsing, manipulating, querying and formatting dates - jama5262/jiffy
New post on /r/flutterdev subreddit:
Minimal - A Flutter Website Template
https://ift.tt/38kLry3
March 04, 2020 at 05:21PM by Codelessly
https://ift.tt/2wxb4yo
Minimal - A Flutter Website Template
https://ift.tt/38kLry3
March 04, 2020 at 05:21PM by Codelessly
https://ift.tt/2wxb4yo
GitHub
Codelessly/FlutterMinimalWebsite
A minimalistic Flutter website template for blogs and portfolios. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/ - Codelessly/FlutterMinimalWebsite
New post on /r/flutterdev subreddit:
Long story about continuous delivery for Flutter: Build and upload iOS Artifacts on Pipelines
https://ift.tt/32NTeUb
March 05, 2020 at 12:23AM by Elixane
https://ift.tt/2TDCHOn
Long story about continuous delivery for Flutter: Build and upload iOS Artifacts on Pipelines
https://ift.tt/32NTeUb
March 05, 2020 at 12:23AM by Elixane
https://ift.tt/2TDCHOn
Medium
Long story about continuous delivery for Flutter: Build and upload iOS Artifacts on Pipelines
In this article, we are going to talk about how we can complete all our previous work about providing iOS assemblies and move everything…
New post on /r/flutterdev subreddit:
Flutter Note App that allows user to type and draw?
How should I go about doing this? I am learning flutter and I am able to create a basic note app that allows user to create, save and load/edit notes locally.However I would like to add a "draw" function that user can draw on the notepad as well.Can anyone point me in the right direction? I tried painter2 but that is drawing to the canvas and I cannot write on it if drawing is activated.
March 05, 2020 at 05:22AM by RevolutionaryRow0
https://ift.tt/38oBksf
Flutter Note App that allows user to type and draw?
How should I go about doing this? I am learning flutter and I am able to create a basic note app that allows user to create, save and load/edit notes locally.However I would like to add a "draw" function that user can draw on the notepad as well.Can anyone point me in the right direction? I tried painter2 but that is drawing to the canvas and I cannot write on it if drawing is activated.
March 05, 2020 at 05:22AM by RevolutionaryRow0
https://ift.tt/38oBksf
reddit
Flutter Note App that allows user to type and draw?
How should I go about doing this? I am learning flutter and I am able to create a basic note app that allows user to create, save and load/edit...
New post on /r/flutterdev subreddit:
Code splitting for Flutter Web 🚀
https://ift.tt/39r6ws2
March 05, 2020 at 08:38AM by SoundDr
https://ift.tt/3cwONkS
Code splitting for Flutter Web 🚀
https://ift.tt/39r6ws2
March 05, 2020 at 08:38AM by SoundDr
https://ift.tt/3cwONkS
New post on /r/flutterdev subreddit:
Scroll changes scroll tabs
Hey devs, I want to build this UI where the tabs changes on certain scroll-point.Please tell how should I approach,is there any package already available?Lot of stuff going on there. Collapsing header,horizontal scrolling tabs,etc. Please help.UI LINK:https://www.youtube.com/watch?v=LrOR5QOCHBI
March 05, 2020 at 08:23AM by mighty_8
https://ift.tt/2vECrqn
Scroll changes scroll tabs
Hey devs, I want to build this UI where the tabs changes on certain scroll-point.Please tell how should I approach,is there any package already available?Lot of stuff going on there. Collapsing header,horizontal scrolling tabs,etc. Please help.UI LINK:https://www.youtube.com/watch?v=LrOR5QOCHBI
March 05, 2020 at 08:23AM by mighty_8
https://ift.tt/2vECrqn
YouTube
UI Study Series | Menu | Uber Eats
Uber Eats menu opens with a prominent background image and a hovering card with helpful information. As you begin to scroll the card collapses into a fixed navigation bar with menu category buttons aligned horizontally that highlight as you scroll into each…
New post on /r/flutterdev subreddit:
Naming build context
It seems that in tutorials build context is just named context, which is quite confusing. Why? Isn't this just as bad practice as calling every temporary variable "var"?
March 05, 2020 at 11:59AM by XanGlass
https://ift.tt/2vIiDCp
Naming build context
It seems that in tutorials build context is just named context, which is quite confusing. Why? Isn't this just as bad practice as calling every temporary variable "var"?
March 05, 2020 at 11:59AM by XanGlass
https://ift.tt/2vIiDCp
reddit
Naming build context
It seems that in tutorials build context is just named context, which is quite confusing. Why? Isn't this just as bad practice as calling every...
New post on Flutter Dev Google group:
How to Image Upload Flutter with java Api
How to Image Upload Flutter with java Api Store a locale Drive Kindly help me upload and download Image
March 05, 2020 at 12:29PM by Dev Rajawat
https://ift.tt/39uNVeM
How to Image Upload Flutter with java Api
How to Image Upload Flutter with java Api Store a locale Drive Kindly help me upload and download Image
March 05, 2020 at 12:29PM by Dev Rajawat
https://ift.tt/39uNVeM
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:
A study of the Flutter cross platform mobile development framework and its third party libraries
Hello All, This is just a reminder from my last message on this platform. My name is Tobi Michael Aroyehun and I am currently pursuing MSc in software development at the University of Limerick, Ireland. I am currently doing a research for my final thesis on the study of the flutter development
March 05, 2020 at 01:11PM by Tobillion X
https://ift.tt/2TthcRH
A study of the Flutter cross platform mobile development framework and its third party libraries
Hello All, This is just a reminder from my last message on this platform. My name is Tobi Michael Aroyehun and I am currently pursuing MSc in software development at the University of Limerick, Ireland. I am currently doing a research for my final thesis on the study of the flutter development
March 05, 2020 at 01:11PM by Tobillion X
https://ift.tt/2TthcRH
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:
How to upload multiple images in flutter without affecting their resolution?
Hi flutter developers! I'm trying to upload multiple images to a post (similar to an instagram post) where a user is able to swap between the post's images/videos. However, the resolutions of the files im uploading is really bad due to setting the width and height. I have no clue how to keep the
March 05, 2020 at 01:45PM by Amena Deeb
https://ift.tt/32QIXXn
How to upload multiple images in flutter without affecting their resolution?
Hi flutter developers! I'm trying to upload multiple images to a post (similar to an instagram post) where a user is able to swap between the post's images/videos. However, the resolutions of the files im uploading is really bad due to setting the width and height. I have no clue how to keep the
March 05, 2020 at 01:45PM by Amena Deeb
https://ift.tt/32QIXXn
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:
Help needed: Flutter offline world map plugin
Is there a flutter plugin to show an offline world map of countries.Each country tile can be changed to a unique custom color based on its temperature rangemap can be zoomed in, zoomed outevery country tile can be clicked to open a country-specific activitySomething of this form https://leafletjs.com/examples/map-panes/example.html
March 05, 2020 at 03:42PM by sharma1987
https://ift.tt/2TnJXiv
Help needed: Flutter offline world map plugin
Is there a flutter plugin to show an offline world map of countries.Each country tile can be changed to a unique custom color based on its temperature rangemap can be zoomed in, zoomed outevery country tile can be clicked to open a country-specific activitySomething of this form https://leafletjs.com/examples/map-panes/example.html
March 05, 2020 at 03:42PM by sharma1987
https://ift.tt/2TnJXiv
New post on /r/flutterdev subreddit:
Text Recognition
Hi, I need text recognition for some documents in my app. I read about the firebase ML kit but I want to know if there is other library out there for approaching this in Flutter. Any recommendation will be appreciated.
March 05, 2020 at 03:39PM by Ridyckz
https://ift.tt/2x7ZdHu
Text Recognition
Hi, I need text recognition for some documents in my app. I read about the firebase ML kit but I want to know if there is other library out there for approaching this in Flutter. Any recommendation will be appreciated.
March 05, 2020 at 03:39PM by Ridyckz
https://ift.tt/2x7ZdHu
reddit
Text Recognition
Hi, I need text recognition for some documents in my app. I read about the firebase ML kit but I want to know if there is other library out there...