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

error in pubsec.yaml file
Error: unable to locate asset entry in pubspec.yaml: "fonts/Pacifico-Regular.ttf". [image: pubsec.png] This message pops up whenever I run my flutter app. [image: error.png]
New post on /r/flutterdev subreddit:

Is a bit of jank acceptable?
I'm using the flutter inspector to measure the performance of my app and notice jank spikes in the UI when I navigate to a new page. I also notice jank when switching from light to dark theme and vice versa, although is not that easily noticeable when using the app. My question is: is a minimal amount of jank acceptable when building an app? I will of course try to optimise wherever possible, but I feel like I will never be able to make the app 100% smooth everywhere.

July 24, 2020 at 12:53PM by Flikounet
https://ift.tt/2WSKDh9
New post on /r/flutterdev subreddit:

Warning: URI.escape is obsolete
I get the following warning when pod update. I work on MacOS Mojave, any help is appreciated. Thank you.

July 24, 2020 at 01:57PM by amith_k04
https://ift.tt/2WTgC0K
New post on Flutter Dev Google group:

ads plugin on flutter web
I've just tried create flutter web from my flutter app, it works well but I have problem showing ads. I searched ads plugin on pub.dev but there is no plugin that supports web, or I may miss it. Is there any flutter web that can show ads yet? many thanks for any response :).

July 24, 2020 at 02:47PM by Anindya DP
https://ift.tt/2WMLH6f
New post on /r/flutterdev subreddit:

Day Night Animated Login
When I came across this design on uplabs it gave me goosebumps and made me restless to implement this design in flutter and finally I did it 🤩. And here is the final result of all the hard that's gone into this project and as always it's open source. Please 🙏🏻 give it a look on GitHub and if you liked then please leave a star 🌟 to show your support 😍.Github : https://github.com/shubhamhackz/day_night_loginUplabs Design : https://www.uplabs.com/posts/day-night-login-interaction-freebie

July 23, 2020 at 06:20PM by shubhamhackz
https://ift.tt/2EgP9zC
New post on Flutter Dev Google group:

need some support!
hello guys, i want to make an app like whatsapp status videos/ images downloading, so i want to copy files from whatsapp and paste in my custom directory folder And also i want to preview all files included in my custom folder. Please tell me anyone, what things I need to learn for that?

July 24, 2020 at 03:18PM by Gulam Fahad Ahmed
https://ift.tt/3fYilcv
New post on /r/flutterdev subreddit:

Transform accelerometer events to world coordinates
Does anyone know if there's a package to convert the phone's accelerometer events to the world coordinate system? I know android used to have a getRotationMatrix function but I can't seem to access it in flutter.

July 24, 2020 at 04:12PM by lucacaholden
https://ift.tt/30D8iDm
New post on Flutter Dev Google group:

No show in web page
Hi I'm trying to build a sample page in flutter web 1) Everything updated. [image: exten.jpg] When I try to run code, chrome show empty page [image: 2020-07-24_16-46-09.jpg] So whats wrong.Thanks

July 24, 2020 at 04:52PM by Akram Tester
https://ift.tt/3hwqrcF
New post on /r/flutterdev subreddit:

Flutter Developer Weekly Newsletter - Issue 4 is LIVE
This week's newsletter covers the following, among other topics:App Store Scam?UI Framework TrendsUnderstanding Null SafetyFree Flutter CourseFlutter Wrap WidgetFlutter Interview QuestionsEnjoy!https://newsletter.flutterdeveloperweekly.com/issues/4

July 24, 2020 at 05:08PM by FlutterDevWeekly
https://ift.tt/2OSA49t
New post on Flutter Dev Google group:

How to transform phone accelerometer event to world coordinates?
My app gathers accelerometer events and I need to convert these onto the world axes. I believe Java had a function called getRotationMatrix but flutter has nothing similar. Has anyone done this before?

July 24, 2020 at 05:55PM by Luke Holden
https://ift.tt/39rJkLm
New post on /r/flutterdev subreddit:

Revenue from your flutter apps?
I'm just curious if anyone here is bringing in a considerable amount of money from an app that they developed on flutter and how much?

July 24, 2020 at 06:07PM by MKoverwatch
https://ift.tt/30MboEX
New post on /r/flutterdev subreddit:

Network Service Discovery(NSD) example app
Recently, I wanted to implement service discovery in my app. So, when I searched for the implementions in flutter, most of them were client side implementations for services like bonjour. So I thought of implementing it myself.This example uses the Android NSD API using methodchannels. The iOS side isnt implemented as I dont have access to any Macs. Since android NSD doesnt support sending TXT records, I had to pass the device name along with the service name. I dont know if this is important enough to make it a plugin. If you guys feel like it should be, then I will publish it as a plugin. The implementation might not be perfect. If there are any bad practices or shortcomings, feel free to correct me. I am not at all familiar with native android development. So, if there are any mistakes, please correct me.Also, if anyone is willing to implement the iOS side, please contact me.Github: link

July 24, 2020 at 05:54PM by SantaClaus5
https://ift.tt/39qyipr
New post on /r/flutterdev subreddit:

Is it possible to have multiple files/folders and use external packages on dartpad.dev?
Hi, does anyone know how we can use multiple files and folders on dartpad.dev? Also is there a way to use external packages on datpad.dev? Essentially using the site as a fully functional IDE for quick prototyping.

July 24, 2020 at 06:21PM by ju_98u
https://ift.tt/2WQfivG
New post on Flutter Dev Google group:

To navigate to other page through Tap Function
Greeting, I'm working in a flutter application where I want to navigate (route) from tapping a container which is in the List. Everything works fine but while tapping, it threw an exception to add BuildContext. But while adding it is not working too. I try to get containers from the list so I

July 24, 2020 at 06:42PM by Sangamithra Senthil
https://ift.tt/3hE6kJX
New tweet from FlutterDev:

Ta-Da! It's #FlutterFriday

🖼Need a raw image in your Flutter app for a CustomPainter or ImageShader?

👉Simply load the image's bytes and use the decodeImageFromList() function to convert to a raw image. pic.twitter.com/1VFi8WoWGs— Flutter (@FlutterDev) July 24, 2020

July 24, 2020 at 06:44PM
http://twitter.com/FlutterDev/status/1286703783334952960
New tweet from FlutterDev:

📚Continue to grow and learn!

Join us on the Flutter YouTube channel for resources and upcoming new content. We’ve got tons of great videos showing you how to create apps with Flutter. Enjoy, and get coding!

Learn more here → https://t.co/3pMZAoRWsG pic.twitter.com/eo90CmBO8t— Flutter (@FlutterDev) July 24, 2020

July 24, 2020 at 08:48PM
http://twitter.com/FlutterDev/status/1286735079901818881