Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Get absolute path for OTG USB thumb drive
Hi, does anyone know how to programmatically get the absolute path for an OTG USB thumb drive plugged into and Android/iOS phone?

May 17, 2021 at 12:23PM by Bernadine Whyte
https://ift.tt/3eSRNeB
New post on Flutter Dev Google group:

Flutter Webview Does not play Video on IOS & Emulator
Hi All, On the Android version which is available application is perfect, however when you build the Apple version it does not play on the phone. I can understand it not working for Emulator (never did in either Android/IOS) emulators but on a real device it does not work. Any one with any

May 17, 2021 at 01:07PM by Bridget Kelly O'Sheehan
https://ift.tt/3fjm8SG
New post on /r/flutterdev subreddit:

Beamer v0.13.0 is out!
Beamer is a routing package for all platforms that lets you navigate through guarded page stacks and URIs using the Router and Navigator's Pages API, aka "Navigator 2.0".This version brings many improvements, some of which are:BeamPage.popToNamed and BeamPage.onPopPage for fine control of poppingBeamPage.title for setting the browser tab title (if kIsWeb)SimpleLocationBuilder can now mix BeamPages and WidgetsAll examples are improved and migrated to null-safetyAll contributions are welcome in form of issues and PRs at GitHub or general discussions, help and suggestions at Discord

May 17, 2021 at 02:01PM by slovnicki
https://ift.tt/2SVVVlH
New post on /r/flutterdev subreddit:

Flutter Seminar Topics
Hey guys! We will be having a company-wide online seminars and I have been chosen to talk about Flutter! The target audience will be developers and sales.Google I/O just is around corner and I could take some ideas from there. Other than that, what topics do you have in mind that I should discuss?

May 17, 2021 at 01:24PM by contrix09
https://ift.tt/3omUiZO
New post on Flutter Dev Google group:

Flutter Local Notifications for Android
I keep receiving in my console: *broadcast received for message* upon firing a notification whilst the app is in the foreground. Flutter 2.0.6 Android Emulator

May 17, 2021 at 02:16PM by Mohamad El Bohsaly
https://ift.tt/3tZN53i
New post on /r/flutterdev subreddit:

Windows Desktop Force Auto-Update Support
has anyone ever made a forced auto-update to the windows desktop before ?

May 17, 2021 at 02:34PM by aydemiromer
https://ift.tt/3olIuqK
New post on /r/flutterdev subreddit:

Flutter for android is capturing Media stream along with the voice recording
I am using the flutter_audio_recorder package to record voice via headset. When I use wired headset to record and if there is any music playing in the background, the recorder plugin will pick the media stream as well. I have tried multiple flutter plugins but all of them seems to be picking up the media stream as well.Interestingly, this doesn't happen on a wireless headset.How do I fix this? I checked apps like Smule, somehow they are managing to separate the mic audio and the stream audio.Thanks.

May 17, 2021 at 02:28PM by ganeshrnet
https://ift.tt/3tVQUGx
New post on /r/flutterdev subreddit:

Create Custom Packages for Flutter Inside Project Folder
After several attempts at organizing a http API testing application, I've started to put a custom library into a packages folder of my main project. The tutorial below uses jsonplaceholder as the API endpoint to allow everyone to follow along.https://youtu.be/nGkw3olDmpgThis is my third attempt at building the same library in Dart. My first attempt consisted of a 50+ scripts in different directories. This worked for about a year. In my first attempt, I did not have the http connection code and error checking separated enough. To make things more efficient, my second attempt was to build a separate standalone library, which I hosted on GitHub and connected to my different applications in pubspec.yaml to GitHub, not pub.dev. I ran into problems with keeping the version of the library on GitHub updated.In my third attempt, I'm keeping the custom package inside of a sample project until I figure out the structure.I'm feeling pretty confused about how to properly structure a library and the best strategy for organization. The library needs to have these features:connect to an http serverthe API documentation for the server that I need to talk to is structured as 8 protocols, 27 commands, 52 optionsI cannot change the server API structureThe options are often strung togetherfor each command, I may want to pull out only a piece of the JSON output, such as firmware version or battery levelI'm putting the package inside of the project so that I can work with other people on this project.Thanks for any advice.

May 17, 2021 at 03:45PM by cloudster314
https://ift.tt/3bxgpYg
New post on Flutter Dev Google group:

Hotlist Mirth consulting - Android Developer
Hello Associates, Hope you are doing great. Please find the available hotlist of consultants looking for new projects. I would appreciate if you could forward suitable requirements!! Please add my email id to your distribution list and send me your daily C2C requirements to To...@mirthconsul

May 17, 2021 at 05:18PM by adnan saranshtech
https://ift.tt/33MI2IK
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 85 Tutorials, videos, packages, and much more!
https://ift.tt/3fnf6fD

May 17, 2021 at 05:49PM by vensign
https://ift.tt/3hwbgDG
New tweet from FlutterDev:

🥳 The #IOPhotoBooth is open!

Connect with your friends virtually at I/O '21! Take photos and decorate with your favorite developer mascots & share with your community online.

💙 Even @nlycskn is doing it!

Check it out 👉 https://t.co/tJTm7CEnJy https://t.co/bkwfUvnsCB— Flutter (@FlutterDev) May 17, 2021

May 17, 2021 at 05:39PM
http://twitter.com/FlutterDev/status/1394316664217477126
New tweet from FlutterDev:

📢 Don't miss the first LIVE keynote tomorrow at 10AM PT 📢 #GoogleIO brings together developers from around the world for thoughtful discussions, interactive learning with Google experts and much more!

Are you in? https://t.co/fIloEtt7r9 pic.twitter.com/thRapbASpq— Flutter (@FlutterDev) May 17, 2021

May 17, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1394321893235253252
New post on /r/flutterdev subreddit:

Hey guys uploaded a new video "Domino's Clone app in Flutter" on my youtube channel. Have a look and let me know your feedback on the comment section. Thank you. Video link :
https://youtu.be/0veUMmix8P8

May 17, 2021 at 06:16PM by praveenthedesigner
https://ift.tt/3eQdtrU
New post on /r/flutterdev subreddit:

Flutter Web - feels too artificial
I've been trying to make a small web app off the back of Flutter Web since its stable release... and I love the fact I don't need to write HTML/CSS/JS for everything... But, the scrolling still feels a little off, even if it's close to the real deal. The navigation 2.0 is way too complex and not developer friendly, and these are just the tip of the iceberg for me. Significant features that are so often overlooked, such as right clicks to open in a new tab/window/incognito window, don't appear. The community is so small it's hard to talk through problems that arise. Don't get me wrong, I think it's really amazing what Flutter have achieved so far in the web space, but everyone knows how the web is supposed to feel, we're all so used to HTML that anything which attempts to resemble it feels wrong and too artificial. Does anyone out there think there's any hope for Flutter Web, or is it just another Flash waiting to be abandoned?

May 17, 2021 at 06:07PM by ScrabbleKnight
https://ift.tt/3bvLDPq