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

Flutter Animations Guide
Hi Everyone,​I was damn confused with the Flutter Animation Types and how to do them.But recently, I found out this Post about it.https://www.instagram.com/p/CL9NzNIA7ja/​It's very good and explains all of the types briefly.Hope it helps you too !!

April 22, 2021 at 03:27PM by KushalGoel786
https://ift.tt/3xg1ISC
New post on /r/flutterdev subreddit:

Flutter: Build Circular Progress with CustomPaint and Animation
Hey, you are on the right way if you come with a question about how to draw something in Flutter. For example when you need to draw something like a Progress indicator in a circle shape.I’ll show you how to do that for the next platforms on the Flutter:
Android, iOS, Web, macOSFlutter: Build Circular Progress with CustomPaint and Animation

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

Don't know what to do and not to do with BLOC
I've been developing a flutter app for a few months now. My supervisor told me to use bloc as the state management, because it is like the most used state management system. I already saw tutorial and/or example project about bloc out there, but still I don't know the boundaries of this state management, what to do and what not to do.First, do I really need a single bloc to change the selected value of a dropdown button? What if I got several dropdown button in one page? Do I need a bloc for each dropdown button? Because as far I know, if I only use one bloc with string as the state, then it will affect other dropdown button that listen to it.Second, there are many blocs that I just need a single event to trigger it to get data from server or local db. So I just have a single event class for that bloc, is that ok to have only one single event? Because even if I need a different result, for example sorting ascending and descending, I can just add a string or enum variable inside that single event to get ascending or descending option.Third, I kinda just need this three state for all the bloc that I create (loading, success, failure), especially to get data from server or local db. So I create a base data state class with those three state using freezed package. This data class accept a dynamic type for data variable inside it, so I can just replace the type as I want and it can return the data I need. Is this approach ok? Because I don't create a single state class for a single bloc, but a single state class for multiple blocs.

April 22, 2021 at 04:33PM by rakanduk
https://ift.tt/2QOKLhm
New post on Flutter Dev Google group:

Unable to pass Local Storage in Flutter Webview
Hey. Can anyone tell me how to pass local storage to webview in Flutter? I have searched online and couldn’t find much. Following is the error I get when trying to pass local storage. I am not sure if this is the right way to do so? ``` body: WebView( initialUrl: _url, javascriptMode:

April 22, 2021 at 06:12PM by Hyder Hussain
https://ift.tt/2Pcb8xo
New post on /r/flutterdev subreddit:

How to learn flutter
I want to be afullstack flutter developer Every thing should I learn

April 22, 2021 at 06:00PM by Available_Ad_1691
https://ift.tt/3eDslZx
New post on Flutter Dev Google group:

App should lock the screen if no activity from a user for 10 minutes
I got the requirement to "lock my mobile app if there is no activity from a user for 10 minutes". It means if the user doesn't do anything for 10 minutes after his/her last activity then I should popup a lock screen asking the user to enter a PIN in order to unlock and continue. How can I do it?

April 22, 2021 at 06:35PM by Zagor Te Nej
https://ift.tt/3tKULH7
New post on /r/flutterdev subreddit:

New routing system allowing for relative navigation and easier paths declaration.
Hello, Flutter enthusiasts 😁,​After years of using a fat but straightforward dictionary to register my apps' paths, I finally decided to create a package that would allow declaring paths in a structured way. At the same time, I also added a possibility for relative routing based navigation.​I would love to get your opinion and feedback on this new package.https://pub.dev/packages/flutter_routing(The documentation/home page of the package are not finished yet. 😅)

April 22, 2021 at 06:43PM by gaspard-m
https://ift.tt/3dHcr0C
New tweet from FlutterDev:

💫 Navigate with complete precision with scrollbar 💫

By default, scrollable widgets in Flutter don't show a scrollbar. This widget shows the user how far they have scrolled and can wrap around any scrollable widget.

Watch now 👉 https://t.co/dDj1wjSFkF pic.twitter.com/Lg7dpzeJk4— Flutter (@FlutterDev) April 22, 2021

April 22, 2021 at 07:35PM
http://twitter.com/FlutterDev/status/1385286078303809538
New post on Flutter Dev Google group:

Regarding Data Display
I am using below code to display image with name on the screen. But I am not getting anything. Please review the code. import 'dart:convert'; import 'package:conqer_music/App/widgets/AppBarWidget.dart'; import 'package:conqer_music/App/widgets/BottomNavigation.dart'; import 'package:flutter/m

April 22, 2021 at 07:40PM by HIMANSHU MISHRA
https://ift.tt/3eiQWCA
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