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

Wallsky. A wallpaper app made with Flutter. Browse images from a number of sources having awesome stock images namely, PEXELS, UNSPLASH, PIXABAY. Here, check it out on GitHub. If you like it please star and share the repository as it will motivate me to learn more and make more of such apps.
https://ift.tt/3dqNfbP

May 08, 2020 at 08:17AM by varamsky
https://ift.tt/2WCbEo7
New post on /r/flutterdev subreddit:

Flutter gallery site blank on firefox dev
Can anyone confirm this or am the only one. Flutter gallery site https://gallery.flutter.dev/ doesn't show any content except gray screen. It works fine on chromium browsers

May 08, 2020 at 08:54AM by SriB
https://ift.tt/2zfTe4x
New post on /r/flutterdev subreddit:

Looking for an hobbyist film photographer/android dev to help porting my lightmeter app to android (write me a message if you’re interested)
iOS app subreddit you can have a look at the wiki to get an idea on what the app does. I wanted to use flutter to do this but at the moment I don’t have much time, it’s a side project for now. I continuously get requests for an android version from people, that’s why I’m here.

May 08, 2020 at 10:29AM by uaiududis
https://ift.tt/3fxl7pd
New post on Flutter Dev Google group:

Unable to download Flutter(Help post)
The download link is not generating every time I trying to download it(marked in the screenshot). Any solution?

May 08, 2020 at 11:14AM by Tawhidur Noor Badhan
https://ift.tt/2SOLXjb
New post on /r/flutterdev subreddit:

I released a Flutter Library for Toast like Badge Message.
A flutter package (library) called `toast_badge` is live now.It can show info badge on any widget and can be called like Toast without context parameter from anywhere in the app.​To use it, wrap your widget inside ToastBadgea. Just Wrap any Widget with ToastBadge() like thischild: ToastBadge(child: SettingPage(),),​b. You can also use the extension method .enableBadge()on any Widget:child: SettingPage().enableBadge(),Finally, call ToastBadge.show() from anywhere in the app.ToastBadge.show("Hello Toast");​This was released as my day 33 of 100 Days of Flutter.You can find daily post on this thread :https://twitter.com/erluxman/status/1246608678486065152See the library here :https://github.com/erluxman/toast_badge#day33 #100DaysofFlutter #flutterdev

May 08, 2020 at 11:04AM by erluxman
https://ift.tt/2zkAvVs
New post on Flutter Dev Google group:

center a widget specific for android devicec?
hi guys . i need to move my text inside the appbar specific for android . the position on ios is good but on android its to close to the left. does anyone know how to? thanks in advenced appBar: AppBar( title: Text( 'My Logo ', style: GoogleFonts.handlee( color: Colors.white,

May 08, 2020 at 12:22PM by Error Place
https://ift.tt/3dwpuPP
New post on Flutter Dev Google group:

Flutter Developer Certificate
Hi, Is there any official certification for flutter? If not, will there be any in the near future? Thanks

May 08, 2020 at 12:25PM by Cheenu soni
https://ift.tt/3fvRXa7
New post on Flutter Dev Google group:

Background Service
how to call api in background using platform channel in flutter

May 08, 2020 at 01:05PM by navtej singh
https://ift.tt/2SOtFyn
New post on /r/flutterdev subreddit:

Firebase Authentication
How many authentications can my app get using a free firebase account

May 08, 2020 at 01:23PM by mel-hadj
https://ift.tt/35I67As
New post on Flutter Dev Google group:

type int is not a subtype of type widget
hi guys. been trying to return this _weekNumber(DateTime date) { int dayOfYear = int.parse(DateFormat("D").format(date)); return ((dayOfYear - date.weekday + 10) / 7).floor(); } and something goes wrong , getting the error above. anyone knows what i am doing wrong? child: Container(

May 08, 2020 at 01:23PM by Error Place
https://ift.tt/2yG8d7P
New post on /r/flutterdev subreddit:

About flutter app and flickering
Hi I am working on Flutter and developing few apps. I have not tested on real device....Just using Genymotion emulator.The problem is whenever UI of my app updates (I developed a quiz app), I see that previous UI pr element (question) moving on the screen and another one coming. Does this happen?I don't think it is cool to see flickering. Does it happen just in emulator or it is how flutter app works?

May 08, 2020 at 02:44PM by milanpoudel
https://ift.tt/2WAl3wo
New post on /r/flutterdev subreddit:

Stuck at Running Gradle task 'assembledebug' .....
So i am getting this on android studio , when trying to run the main.dart file .

May 08, 2020 at 03:25PM by whitewolf890
https://ift.tt/35OcHFF
New post on Flutter Dev Google group:

geolocation with firebase/ firestore
hi guys. has anyone used the geolocation packages before? i am stuck here. i Am getting the lat & lng of Chosenplace but i cant write it inside Database. this is my serachMapPlaceWidget SearchMapPlaceWidget( darkMode: true, placeType: PlaceType.establishment, language: 'se', apiKey:

May 08, 2020 at 03:37PM by Error Place
https://ift.tt/3cgIphk