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

Transitioning between native Launch Screen/Splash Screen to Flutter Screen
I’ve been trying to achieve a way to overlap the native iOS Launch Screen and Android Splash Screen to custom Flutter Screen to achieve animations seamlessly. I was trying to follow up on the GitHub Issue that was tracking this but Flutter Team seems to have closed it marking it as not bug (which I understand).But I would still like to achieve this. Here’s an example of what Uber does.Uber Launch Screen to animationHas anyone been able to achieve this or can guide me towards the right path to do this.Thanks

September 22, 2020 at 01:20AM by aseef17
https://ift.tt/33QBsjN
New post on /r/flutterdev subreddit:

Full stack
Hello. I'm starting out in Flutter. I've covered basic front end parts. I wish to use dart on my server side. I'm struggling to find learning resources for it. I wish to go full stack on flutter with dart. Shall I get some links to videos or books to learn? Thanks.

September 22, 2020 at 09:24AM by nxxwxj
https://ift.tt/3mKjQPh
New post on Flutter Dev Google group:

How to remove viewport padding?
I've tried to add just a Container with padding: EdgeInsets.zero but there's still some padding on the viewport. Here's the screenshot of what i'm saying: [image: loginscreen.jpg] How can i remove the viewport padding? Thanks in advance.

September 22, 2020 at 02:08PM by Jorge Ferrari
https://ift.tt/35Z3jB1
New post on /r/flutterdev subreddit:

App Feedback Thread - September 22, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

September 22, 2020 at 02:33PM by AutoModerator
https://ift.tt/3mQodbV
New post on Flutter Dev Google group:

Tabs scroll with list
Kindly check the link below https://ift.tt/2HnCqg5 I have achieved it static but I want to get it dynamically. Means length of each tab not same. Kindly help me if you know how to do it.

September 22, 2020 at 02:55PM by john786
https://ift.tt/33P3ZX9
New post on Flutter Dev Google group:

Android Dependency Error
Hi everyone, I'm getting an error saying: *Android dependency 'com.google.firebase:firebase-iid' has different version for the compile (20.1.5) and runtime (20.1.7) classpath. You should manually set the same version via DependencyResolution.* and I don't understand it. here is my pubspec.yaml

September 22, 2020 at 03:11PM by Charisa Emmanuel
https://ift.tt/2FTEdsJ
New post on /r/flutterdev subreddit:

Going overboard with code generation
Is it possible to go overboard with code generation? I’m currently using a mix of Bloc + Freezed + Injectable for a lot of my projects. I use unions as events + states in Blocs (And I have a lot of blocs).Plus I’m using a Injectable for dependency injection and Frezed for generating data classes.Nowadays I find myself having 50+ generated files in even basic projects.

September 22, 2020 at 04:10PM by Wilson_Squared
https://ift.tt/3ckleDq
New post on Flutter Dev Google group:

How can I pin my first two top most widget in DraggableScrollableSheet Widget?
I wanted to implement following structure in my app.I does not find any solution on internet. Could you help me with this situation.

September 22, 2020 at 06:20PM by PARTH PATEL
https://ift.tt/3iXfx10
New post on /r/flutterdev subreddit:

Just started learning Flutter, what prior knowledge should I have before continuing?
Hi there, current CS undergrad in his 2nd year.I just started learning Flutter yesterday and made my first app using their codebase, I wanted to ask. As someone who knows basic java and has no prior android dev experience, are there any pre-requisites that I need to learn before continuing with Flutter? My goal with Flutter is to create fully-fledged personal-project apps.

September 22, 2020 at 06:52PM by spa45rky
https://ift.tt/35Xiwmg
New post on /r/flutterdev subreddit:

Weird bug in hot reloading
Hello Everyone,I just started out with Flutter, but I am experiencing a weird bug. When I make a change and flutter hot reloads it works however it does not remove the old content. So if I have a single string on my app and move it before a hot reload it looks like this:https://imgur.com/a/X4YNV2G​I can't seem to find a good term to Google a solution to solve this. Does anyone have a good Google term for me to Google this problem? (Or maybe a link/solution for me to solve it?)​System: Windows 10Editer: VS CodeEmulator Android 10 on Nexus 6p

September 22, 2020 at 07:25PM by rEverywhere
https://ift.tt/3kECjLh
New post on /r/flutterdev subreddit:

Made my first flutter plugin - ACTION_PROCESS_TEXT plugin
Hello folks!Today, I made my first plugin for ACTION_PROCESS_TEXT support in flutter.Do check that out and like if you find it helpful:https://pub.dev/packages/action_process_text/versions/0.0.4

September 22, 2020 at 07:48PM by Psychological_Ad6500
https://ift.tt/3mKPPyQ
New post on /r/flutterdev subreddit:

Google playstore showing "Intent Redirection"
Hello friends! I tried to upload my shopping app on google play store but its showing me this "Intent Redirection Your app(s) are vulnerable to Intent Redirection."Please help me

September 22, 2020 at 07:44PM by faisalmushtaq_
https://ift.tt/3kG1bCE
New post on Flutter Dev Google group:

deleted wrong files from macintosh hd
hej guys . stupidly enough i have deleted some files i about my flutter app from my macintosh and now my whole app is gone. they didnt go in trash but just dissapered. anyone know how to recover it. i have already uploaded a version of the app to both google play console and xcode connect! is

September 22, 2020 at 08:35PM by reza7....@gmail.com
https://ift.tt/2FS8jNd
New post on /r/flutterdev subreddit:

Introducing Flutter on Windows: Fun with Dart FFI
https://ift.tt/2RPBJxX

September 22, 2020 at 09:05PM by Wilson_Squared
https://ift.tt/32T7WLl
New post on /r/flutterdev subreddit:

How to use BLoC?
Can anyone help me understand how and where to use the BLoC pattern?Should every screen have it's own BLoC? Or maybe every widget?Right now I have a BLoC for authentication, so that's 4 screens that use one BLoC(welcome, login, signup and home screen, when the user is authenticated).Now I don't know if I should use a BLoC for anything other in my app, after the user is authenticated.

September 22, 2020 at 11:00PM by b-machine
https://ift.tt/3mJjuIR
New post on /r/flutterdev subreddit:

Updated my Starter Architecture for Flutter & Firebase app to use Riverpod
https://ift.tt/39AbgeP

September 22, 2020 at 11:54PM by bizz84
https://ift.tt/3kFBcv4