Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter Linux Desktop Performance with Wayland and Ubuntu 21.04
I upgraded to Ubuntu 21.04 to use Wayland, hoping to see better performance. I documented my process in this blog post.On my i7-6800K with NVIDIA GTX 950Ti, the desktop performance does not seem as good as Windows desktop. Has anyone had a similar experience? I am running X.org as it seems a bit tricky to run Wayland with the NVIDIA proprietary drivers.The test application I am running is shown in this video (Windows desktop test). I'm dealing with 23MP 360 images of around 8MB in size. Windows scrolling of the 360 image is fantastic. Linux desktop is usable, but not as good. I have a dual-boot system, so the hardware is exactly the same. I have a modest 32GB of RAM, but it appears to be good-enough for the Windows Flutter desktop apps.Also, I can't figure out how to use OBS for screen capturing videos for YouTube with Wayland.BTW, I had a difficult time getting Wayland to work on my system. See the blog post at the top if you're having problems.

April 28, 2021 at 01:32AM by cloudster314
https://ift.tt/3dX9cCH
New post on /r/flutterdev subreddit:

Easiest Steps On How To Save Data To Firebase Without Adding google-services.json File In Your Flutter App
https://ift.tt/2S7SBnf

April 26, 2021 at 10:59AM by wizpna
https://ift.tt/2QsRWfD
New post on /r/flutterdev subreddit:

Skeleton Screen in Flutter
https://ift.tt/3sZ0Kqs

April 26, 2021 at 08:42AM by Gags_21
https://ift.tt/3xuMYj2
New post on Flutter Dev Google group:

RangeError (index): Invalid value: Not in inclusive range 0..2: 3
Hi, Flutter Community i am getting an error while hot reload and i dont know why this error is howing. here is the code: import 'package:flutter/material.dart'; void main() => runApp(Test()); class Test extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp(

April 28, 2021 at 06:52AM by Parveen Raksaniya
https://ift.tt/3vqCKhL
New post on /r/flutterdev subreddit:

Can flutter build higher level of apps (Scan Virus App,Utility Device Health Monitor)?
Can flutter build a higher level of apps (Scan Virus App,Utility Device Health Monitor, IoT App,3D simulator eg. Body,Solar system) ?

April 28, 2021 at 08:11AM by hitoBocchi
https://ift.tt/3xoVqAp
New post on Flutter Dev Google group:

mail plugin
greetings everyone, i want to know if there is any plugin in flutter which i can use to send mail? i have tried the mailer plugin but I didn't work can anyone suggest me any other plugin or how to use this one as the example is not working.

April 28, 2021 at 09:33AM by palak pandey
https://ift.tt/331z6yx
New post on Flutter Dev Google group:

Gradle failed exception
greetings to all, i am getting an error regarding gradle when i am trying to build apk - FAILURE: Build failed with an exception. * Where: Script '/Users/shikha/Desktop/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 991 * What went wrong: Execution failed for task ':app:compileFlu

April 28, 2021 at 11:18AM by palak pandey
https://ift.tt/3nA7udt
New post on Flutter Dev Google group:

post issue
New post on /r/flutterdev subreddit:

Discord Community Broadly Encompassing App Development
Here is the link to a Discord server dedicated to app development: https://discord.gg/zPeNA2nbetThe main distinction between the FlutterDev server and this one is that it fully encompasses the field of app development from design to development to release and beyond. It is also platform neutral. So while it does provide plenty of support for Flutter, it provides equal support for other app development frameworks as well.If you're interested in a community like this, be sure to check it out!

April 28, 2021 at 12:34PM by AppDevCommunity
https://ift.tt/3u3KRAz
New post on /r/flutterdev subreddit:

Wrote a new post on How to do sharing on Flutter Apps! #100DaysOfCode #CodeNewbie #flutterdev
https://ift.tt/3nEJ4Qh

April 28, 2021 at 02:11PM by mukhtharcm
https://ift.tt/3nqvtMc
New post on /r/flutterdev subreddit:

Instant messaging
Hey Flutter enthusiasts,I'm wondering what's the most popular messaging app among Flutter developers.Which instant messaging application are you using to communicate with other Flutter developers?Thanks for participating!View Poll

April 28, 2021 at 01:59PM by Firecrown_pro
https://ift.tt/32V4pv1
New post on /r/flutterdev subreddit:

Is there a way to develop web service APIs using flutter\dart?
Using an SQL database

April 28, 2021 at 01:44PM by ShawermaBox
https://ift.tt/3nrgIc3
New post on Flutter Dev Google group:

Error while using Rive [redraw called on null]
To use rive in multiple places, I created a wrapper widget around the Rive widget. ```dart //imports... class RiveAnimation extends StatefulWidget { final String path; final String animation; final Alignment alignment; final bool useArtboardSize; RiveAnimation({ @required this.path,

April 28, 2021 at 04:07PM by faultyAnarchy
https://ift.tt/3sU5FJq
New post on /r/flutterdev subreddit:

Pointers and holes in flutter
https://user-images.githubusercontent.com/41370460/116358226-0831d900-a81b-11eb-98b4-70abc75d1eb8.mp4I am current maintainer of flutter_speed_dial package and have been working on new branch for quite a long but have faced an issue, when displaying an overlay on top of the screen I want a cutout for the FAB such that it looks like it is focusing on the FAB but due to the nature of the widgets used by me like Composite Transform's and ColorFiltered to make it look like a hole I lost the ability to make the FAB focus.There is no tooltip and click animation when background overlay is on due to the fact that overlay is displaying over the FAB and the screen.I want an ignore pointer by which it will ignore all the pointers from the overlay for that circular area only and still accomplish the hole effect.Also if any resolution changes happen then it must change the hole position too with composite t follower or other way. I have currently implemented it but it misses the complete transparent effect.There is no one from the docs or the stack overflow who is talking above this kind of features as overlays are not often used with composite transform and ignorepointer in the apps.Any kind of help would be appreciated.I may be unclear so you can see the gif linked at top to see the problem by yourself.Related closed issue on flutter github: https://github.com/flutter/flutter/issues/81280

April 28, 2021 at 04:48PM by Adventurous_Author32
https://ift.tt/3nuRWI7