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

Flutter & React Native Streaming
Hello people, how are you?I have this idea of Streaming on Twitch while I'm coding mobile apps either using RN or Flutter.The idea is to pick random ideas and turn them into apps, building the UI, state management, and tests.I'm just trying to figure out if this would be a good idea, so I've created this short form to help me figure out if this would be beneficial. The content would be in English so I can reach more people.The streaming would take place over the weekends since I'm currently working full-time for a company.This is my LinkedIn profile: https://www.linkedin.com/in/ricbermo/Twitter: https://twitter.com/ricbermoThanks.

April 22, 2021 at 07:16PM by odrakcir
https://ift.tt/3sEV4St
New post on /r/flutterdev subreddit:

Is my app using encryption?
I'm close to publish my app on the App Store and they asked me if I'm using encryption.After reading something on the internet I can say that I'm not writing explicit code to encrypt data on the web, all the internet requests made are on Google Cloud Firebase service like : Firestore, Firebase Storage and Auth.Geolocator and geocoding are in the pubspec but I'm not using them so I could delete.This is the pubspec.yaml file :firebase_auth: ^1.0.0
google_sign_in: ^5.0.1
font_awesome_flutter: ^9.0.0
google_fonts: ^2.0.0
firebase_core: ^1.0.0
cloud_firestore: ^1.0.0
provider: ^5.0.0
bottom_navy_bar: ^6.0.0
firebase_storage: ^8.0.0
geolocator: ^7.0.1
geocoding: ^2.0.0
location_permissions: ^3.0.0+1
path_provider: ^2.0.1
image_picker: ^0.7.4
firebase_image: ^1.0.1What do you think?

April 22, 2021 at 09:51PM by _seeking_answers
https://ift.tt/3sHn6Nj
New post on Flutter Dev Google group:

Putting dropdownmenu (Stateful) inside of Column()
I wanted to put some widget inside of Column() I tried Text() it is fine but when I try a DropDownMenu, I get error import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget

April 22, 2021 at 10:43PM by Nicholas Yue
https://ift.tt/2QgPZ5V
New post on /r/flutterdev subreddit:

Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.
Why hasn't the people in charge fix this problem? Is it just vscode or is it flutter problem?Every time there is also some problem running vscode. Instead of updating this vscode all of the time they (ms) go back and fix issues that the user shouldn't have to fix. Vscode is great but like all OS, they seem to want to bring out and the greatest and "best"! I feel like they are throwing us under the bus and seeing if we solved THEIR issues.

April 22, 2021 at 10:20PM by Pretend-Money-3243
https://ift.tt/32BQNVv
New post on /r/flutterdev subreddit:

I created cool music player with Flutter
I'm kind of music enjoyer and when I use most of the popular music apps, to me their UX doesn't feel so good - they are slow, cluttered, feel heavy, etc. So when started learning Flutter, I decided that my first app will be a music player, and I primarily was focusing on the UX and aesthetic look - so that anybody would feel pleasant to use it, and of course it should be open-source and full free.Aside from that, I think the project itself can be a showcase for a lot things in Flutter:custom gesture detectorsbare router v2native channels + plugins (just_audio, audio_service)system ui animationscustom routesslivers...https://play.google.com/store/apps/details?id=com.nt4f04und.sweyerhttps://github.com/nt4f04uNd/sweyer

April 23, 2021 at 12:15AM by nt4f04uNd
https://ift.tt/3naYScY
New post on /r/flutterdev subreddit:

As someone who's new to app dev, is everything server sided except the buttons?
Like, I feel like I am stupid af.If I would go ahead and create my own app, with buttons that do stuff etc.. How would I actually have a server, database etc that it talks to? or is that all done in the flutter app?Like, compare a html side with a python server side + mysql.. how does that compare to an app?Do I write literally everything in the flutter app? connect to database via it? is that the entire app?

April 23, 2021 at 12:08AM by pamagiclol
https://ift.tt/3dHMKNH
New post on /r/flutterdev subreddit:

Flutter: BLoC and Navigation Contexts
Today I gonna show you how we can pass BLoC to the next screen through navigator if we do not provide the MultiBlocProvider as a global provider of all BLoC.https://medium.com/litslink-mobile-development/flutter-bloc-and-navigation-contexts-20e3e9c6b32

April 22, 2021 at 11:58PM by alex_melnyk
https://ift.tt/2Pf7va7
New post on /r/flutterdev subreddit:

Flutter: Glass Modal Bottom Sheet
Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack.I’ve noticed that designers make more and more designs with elements that look like frosted glass. It is a trend in the design called “Glassmorphism.”I hope glassmorphism becomes the standard coz nowadays, devices are powerful and can easily render such effects.https://medium.com/litslink-mobile-development/flutter-glass-modal-bottom-sheet-3745f5e01c48

April 22, 2021 at 11:56PM by alex_melnyk
https://ift.tt/3axXJXS
New post on /r/flutterdev subreddit:

Flutter: Custom Drawer Navigation Tutorial
Hi folks! My project required a drawer with a custom animation. I’ve decided to develop my own solution to do this task. In this shorticle, I’ll show you how to do that quickly.Also, I've made a plugin that you can use freely.How To: https://medium.com/litslink-mobile-development/flutter-custom-drawer-navigation-271617e80584Flutter Plugin: https://pub.dev/packages/flutter_advanced_drawer

April 22, 2021 at 11:53PM by alex_melnyk
https://ift.tt/3tVVPIx
New post on Flutter Dev Google group:

How to update Flutter Web URL without updating state / reloading page
Hi, I am building an application where I pass two URL parameters to a viewer widget. I would like to be able to update the PageNo=1 parameter in the URL of the browser when the user moves the scrollbar. Can anyone help point me in the right direction? The closest I have gotten is import

April 23, 2021 at 12:51AM by Dev Account
https://ift.tt/3sJSsTi
New post on Flutter Dev Google group:

DataCell overflows with column with multiple text widgets
hi , i'm using dataTable to show some data on my app , and i'm facing the problem DataCell overflows with column with multiple text widgets , row height doesn't adjust based on content height , because of fix row heigh , i need to set row heigh dynamic , how can i do it ? :( issue link :

April 23, 2021 at 06:29AM by You Sour
https://ift.tt/32DzGmf
New post on Flutter Dev Google group:

Splash Screen
My Splash is not visible when I created the build and run the App. It is showing just blank. I have attached the Screenshots. Please guide me. Also I am attaching code of Splash Screen. Here is my code import 'dart:async'; import 'package:flutter/material.dart'; class SplashPage extends

April 23, 2021 at 07:09AM by HIMANSHU MISHRA
https://ift.tt/3gBENvc
New post on /r/flutterdev subreddit:

Improve your Flutter skills by joining the Flutter UI Challenge #2: Build a Auth Screens
/r/Design2Flutter/comments/mwneoz/challenge_2_auth_screens_login_and_signup/

April 23, 2021 at 06:40AM by thehappyharis
https://ift.tt/3ve9VVH
New post on /r/flutterdev subreddit:

Which HTTP Client service do you use in Production?
If any other comment below.View Poll

April 23, 2021 at 06:21AM by irangareddy
https://ift.tt/3ve96Mu
New post on Flutter Dev Google group:

Does WidgetsBindingObserver class work for Desktop (Windows)
Hi! I am creating app for Windows and now I need that my app locks when computer goes to sleep. Problem is that I cannot solve app's lifecycle. Can share any advises? Thanks for help!

April 23, 2021 at 11:47AM by Abduraimbek Yarkinov
https://ift.tt/3sSXfSN
New post on /r/flutterdev subreddit:

Playing short audio clips in Flutter with Just Audio
https://ift.tt/3nlrpg7

April 23, 2021 at 12:27PM by Suragch
https://ift.tt/3tJzDB2
New post on Flutter Dev Google group:

please help me with this major google sign in error in flutter
please help me solve this: link to my stack overflow question