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

How to Change App Icon in Flutter
https://ift.tt/3oP9KzX

December 12, 2021 at 11:56AM by SncOne_
https://ift.tt/33hlP8x
New post on /r/flutterdev subreddit:

Drop shadow effect on any widget in Flutter
https://ift.tt/3DNnXRW

December 12, 2021 at 11:36AM by iisprey
https://ift.tt/3pNpHWn
New post on /r/flutterdev subreddit:

Flutter Desktop Database Options
Hi,I am looking forward to creating a Flutter Desktop app for the Windows platform. I have an application that is built in Visual Foxpro and uses the Microsoft Access database (.mdb) file.The idea is to migrate the app from Foxpro to Flutter and have some kind of local database. I have no preference for any database, just my main concern is that it should be reliable and has good support.Right now I am targeting the Windows platform but in the future, I may release a macOS version as well but right now it's not a priority.How can I approach this problem?Thanks.

December 12, 2021 at 01:05PM by ravgeet
https://ift.tt/3Gtewci
New post on /r/flutterdev subreddit:

FlutterForce — Week 148
https://ift.tt/3pRKzvI

December 12, 2021 at 12:25PM by flutterist
https://ift.tt/3oOUdji
New post on /r/flutterdev subreddit:

When shouldn't you use isolates?
So this might be a meaningless question, but I've been trying to optimize an app I have been working on, and I think I need to use isolates which I haven't actually used before.It seems relatively simple to implement, but I haven't seen any discussion/commentary on when using isolates for performance is unnecessary. At which point in a project do you just bundle things into isolates or not? Are there reasons not to spawn isolates?

December 12, 2021 at 12:22PM by grungeplatypus
https://ift.tt/3s0v5bw
New post on /r/flutterdev subreddit:

How conceptually different Screen/Activity/Route of Android App/Flutter app from a web page?
I am a web developer for years and there we have page as a first class citizens. Each page is technically independent and user can visit any page using URL directly. Even if SPA it will generate the route specific components detecting the URL.How does this concept work in flutter. I searched everywhere couldn't find a good explanation regardign this? To make my question little more understandable I ll place some questions/scenarios below- Does the Home screen (or) "/" route executes always?.
- When a we navigate to a new screen (Navigator.pop()) what happens to the existing screen. Will it be staying behind? or it destroys like a webpage and on back it regenerates? or it will be optimized according to memory or?- What I have to understand coming from a web background

December 12, 2021 at 01:54PM by mil10akash
https://ift.tt/3rYGJnp
New post on /r/flutterdev subreddit:

Flutter integration_test result visualization in CI
Hi everone,What you use to build a nice report in CI out of your integration_test results? There is barely anything available afaik for Flutter. I tried junitreporter package but it's missing stack traces for integratjon_test. (See https://pub.dev/packages/junitreport)It would be nice to have something like Allure. History of test runs, time of each test, failures, etc. But for now I would be fine with anything, e.g. like adding annotations in github actions to make results better readable.

December 12, 2021 at 04:16PM by RoutineEgg1
https://ift.tt/3ETfjTq
New post on /r/flutterdev subreddit:

Subscribe without app install
I'm looking at ways setup subscription for my flutter app (all features locked out).To improve user experience and transparency it would be preferable to setup/pay/display the app subscription prior to install as apposed to in-app (as users rarely read app descriptions).Basically the ability to be able to install and subscribe to an app while also getting the free trial all with one actionI've seen this article about Google Play billing v3 enabling this, though can't find any more information on it. Has anybody tried this, or know where to find more resources on it, or knows if the functionality is dead?

December 12, 2021 at 06:18PM by BadgerHobbs
https://ift.tt/3oJlXG9
New post on /r/flutterdev subreddit:

Best Theme & TextTheme article/youtube that made it click for you?
Theme and TextTheme are pretty involved/complicated, partly because there seem to be a lot of classes.Apart from the docs (for those that are able to understand them), what article or youtube made it click for you? Or do you think that you just have to read the source?I saw a google vid on themes, and even the googlers didn't seem to understand how it worked. It was funny and frustrating at the same time.It would also be interesting to find out the background of people who understood themes straight from the docs. React? Degree/no-degree?

December 12, 2021 at 09:30PM by itsastickup
https://ift.tt/3GtZZNw
New post on /r/flutterdev subreddit:

Why isn't there a Flutter plugin for Visual Studio (not Visual Studio Code)?
I always see Visual Studio hailed as the best IDE, but it seems to lack a huge number of plugins that Visual Studio Code has access to. At this point I'm wondering if it's even worth it to have Visual Studio installed if Visual Studio Code outdoes it.More to the point, is there a particular reason why a plugin doesn't exist for Visual Studio?

December 13, 2021 at 01:56AM by Metaright
https://ift.tt/3IJGtOY
New post on /r/flutterdev subreddit:

Anyone likes a modern, elegant and productive test framework for Flutter? (Open-sourced already, but will polish only if people want it); Also look for co-author of the lib for future features
https://ift.tt/3EOTeW7

December 13, 2021 at 03:38AM by fzyzcjy
https://ift.tt/3pSuwxS
New post on /r/flutterdev subreddit:

[Weekend Project] Building a Clubhouse clone in Flutter
Over the last weekend, I & my friend collaborated to build an audio room app very similar to the likes of Clubhouse for flutter.We created a blog and shared it with 100ms, the SDK which we used to build the app. The blog got published recently and I am happy to share it with you guys.Read here - https://www.100ms.live/blog/building-clubhouse-clone-using-100ms-in-flutter
You can connect with us here - https://twitter.com/himanstwt

December 13, 2021 at 06:27AM by scarneck_professor
https://ift.tt/3INawVR