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

Made an app in Flutter, bit can't finish the iOS without Mac. Any suggestions?
So, I'm just finishing most of the work regarding my new quizz app, but I can't test it nor run/build it on iOS. Is there any useful workaround?

January 22, 2021 at 10:02PM by koko1902
https://ift.tt/3iCZ7v4
New post on /r/flutterdev subreddit:

I wonder if this is interesting for the community ? Flutter Blogs a blog directory made on Flutter web
https://flutterblogs.com.br/Hey, I'm starting my studies in Flutter and to practice I did a little project with Flutter Web that can help people find content about the Framework. The Idea is to provide a Directory of blogs on subjects related to Flutter and Dart.So anyone who has a Blog, YouTube Channel, Twitter, who talks about the framework and language can add it to their blog on the list.I tried to make it as simple, beautiful and responsive as I could.I still have a lot to learn, so I apologize for any errors found, I am already open to suggestions.The website link:https://flutterblogs.com.br/

January 22, 2021 at 10:42PM by ej_Ad8786
https://ift.tt/3c3ewUl
New post on /r/flutterdev subreddit:

[Navigator 2.0] Verbose much?
https://github.com/flutter/flutter/blob/9817cabf8810a7e15d455502cd17aaca8fa4667a/packages/flutter/lib/src/widgets/router.dart#L548I have so many questions about how this happened.I mean, somebody doing code review looked at it and said: "classes with descriptive names? Check. Functions names that are actual full sentences? Seems about right!"

January 22, 2021 at 11:25PM by Rudiksz
https://ift.tt/398xDua
New post on /r/flutterdev subreddit:

Looking for some open-source flutter apps with firebase on GitHub or elsewhere
Title says it all. Looking for some open-source repos to view best practices or approach on how to structure a complete Flutter app with Firebase

January 23, 2021 at 06:16AM by BoreHoRahaHaiYaar
https://ift.tt/3iF45aN
New post on /r/flutterdev subreddit:

The best UI/UX ever made with flutter.
There are many apps shifting to flutter but of all the applications (available on play store), Reflectly is the only app that portrays the power of flutter, it takes the top spot as the most beautiful app in my opinion and Google Pay (India) takes the top spot in the most minimal, decent looking UI in Flutter. Have you spotted any other apps better than these? A fully functional app?

January 23, 2021 at 07:31AM by incrediblezayed
https://ift.tt/398nq0N
New post on Flutter Dev Google group:

getting id of Facebook user from firebase after login
greetings to all, i want to login with face in my app and after login i want to get the user id from firebase so that i can use it again.. below is my code that i have written in a authservice.dart file -: import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter_facebook_login/f

January 23, 2021 at 08:56AM by palak pandey
https://ift.tt/3oaKmkn
New post on Flutter Dev Google group:

Custom Camera
Can someone tell me how can I make custom camera like snapchat or instagram ?

January 23, 2021 at 10:31AM by Karan Tripathi
https://ift.tt/3qOfW9c
New post on /r/flutterdev subreddit:

Open source Apps
Any good open source examples on github that follow bloc pattern and backend is an api?

January 23, 2021 at 10:32AM by shehriyar_
https://ift.tt/3qKK2dP
New post on /r/flutterdev subreddit:

Date Field package updated (Need feedback)
Hello Flutter followers,I just updated my package, https://pub.dev/packages/date_field which allows you to easily display an input field asking the user for a date, a time or both.I would like to have your feedback on its usability. I tried to standardize it as much as possible to make it look and behave like a widget of the Flutter library. And I would gladly hear suggestions on how to improve it even more!Also, if someone comes up with a better description than the actual one... I am all ears!

January 23, 2021 at 12:29PM by gaspard-m
https://ift.tt/3pcZbo3
New post on /r/flutterdev subreddit:

Good course for flutter web
I want to try a flutter web and I build 2 3 pages on web but these are not responsive when I changed the window size over pixel error are occurring I will tried so many things I also write some conditions to different different screen sizes but still I didn't get good resultsAnd the some other issues I also face like I not able to use gesture gesturedetector or some other widget like thisThat why I need to a flutter web course where I can learn everything about flutter but I doesn't find a good flutter course for web

January 23, 2021 at 03:13PM by Prashant_4200
https://ift.tt/39ZVgEr
New post on /r/flutterdev subreddit:

Dark/Light Theme with gradient.
Hi Everyone,I'm implementing a dark/light theme in our app, but I have some concerns about how I'm handling the gradient I use throughout the app. At the moment I can't seem to define a gradient inside ThemeData so I need to check what theme is currently selected each time I want to use a specific gradient.At the moment I have two options:- Using my ThemeCubit to determine if the theme is dark or light. Like so:
final darkTheme = BlocProvider.of<ThemeCubit>(context).state.dark; 
- Using Theme.of(context).
bool darkTheme; if (Theme.of(context).primaryColor == ourYellowColor) { darkTheme = true; } else darkTheme = false; 
The problem I think with the using the ThemeCubit is that I have to import the Cubit and the Bloc packages each time I want to check for the dark theme where as with theme.of(context) I don't have to import anything extra, but the code is not as neat as with the bloc.If anyone has any suggestion as to which to use, or how to define a gradient inside ThemeData it would be much appreciated.

January 23, 2021 at 03:03PM by MentalMarzipan5
https://ift.tt/3iJjHtR
New post on /r/flutterdev subreddit:

Looking for a #flutter remote internship
Guys I'm looking for a #flutter remote internship, help me if you can My previous project www.github.com/CypherZox/ActivePam

January 23, 2021 at 06:31PM by hanxtothemax
https://ift.tt/3p78aqJ
New post on Flutter Dev Google group:

Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view
Flutter:How to convert Cards UI or View to Individual View Please find the HomeScreen Page code and try to convert to detailed individual view import 'dart:async'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_database/firebase

January 23, 2021 at 08:05PM by shravan kumar Pottala
https://ift.tt/3pdjsd7
New post on /r/flutterdev subreddit:

Noticing the huge number of web related commits for Flutter 1.26 - Excited!
https://ift.tt/2RCmFTr

January 23, 2021 at 07:55PM by boon4376
https://ift.tt/39Xb1MC