Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

On Device Machine Learning: Train And Run TensorFlow Lite Models In Your Flutter Apps
https://ift.tt/3oaSDVt

January 23, 2021 at 09:49PM by Elixane
https://ift.tt/3iDhYX8
New post on /r/flutterdev subreddit:

Micro​benchmarking Dart (Part 1)
https://ift.tt/2MdpbRs

January 23, 2021 at 09:04PM by Purple_Pizzazz
https://ift.tt/366L1xa
New post on Flutter Dev Google group:

I want to add "Add Cattegorry" Field with Custome name and prdefined Images to this Grid View Scren or with Images
Hi, Pleas help me Add " Add Cattegorry" Dialog to the Main Grid View screen main.dart with customized names option and prdfined images Just like this page. * mobiles.dart* import 'package:sqlite_crud_flutter/ShowDetails.dart'; import 'package:sqlite_crud_flutter/mode

January 23, 2021 at 10:13PM by shravan kumar Pottala
https://ift.tt/39c3p9H
New post on /r/flutterdev subreddit:

Will Google deprioritize Flutter in the future?
I am thinking about learning Flutter, but I don't want to learn how to ride a dying horse.

January 24, 2021 at 12:12AM by blackstreetxy
https://ift.tt/3iEjQie
New post on /r/flutterdev subreddit:

Clubhouse hackathon
Hackathon on clubhouse going on right now and more in the future. Great to put on your resume and LinkedIn. Here's the discord link: http://chhack.com

January 24, 2021 at 02:34AM by cmcoffee91
https://ift.tt/39cJUy4
New post on /r/flutterdev subreddit:

Will Flutter become a web front end language since angular is not that great for it?
I am personally not a fan of angular and I know many web developers who aren't either, so I was wondering about this.

January 24, 2021 at 01:31AM by blackstreetxy
https://ift.tt/39dMinS
New post on Flutter Dev Google group:

i dont know why braket is not working in my for loop
it's not working when i use the braket as you can see in picture forloop1 but if i dont do that my second line will not know what is i so i just dont understand what have i done wrong pls help me

January 24, 2021 at 03:31AM by Natthaphat Muanpej
https://ift.tt/2Ya1tII