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

Pixar concept ui app in flutter
https://youtube.com/shorts/61AJfNyClW0?feature=share

August 18, 2021 at 10:11AM by base77
https://ift.tt/3spwjeF
New post on /r/flutterdev subreddit:

Plugin development: How to use flutter package plugin for specific platform only (e.g. Android but not iOS)?
Is there a way to use a package plugin for only 1 (or specific) platform, e.g. "iOS, but not Android or Web"? For example, [firebase_messaging](https://pub.dev/packages/firebase_messaging) supports Android, iOS, macOS and Web, but I only want it to be installed on Android where FCM is required. I will support other platforms with my own code/ other libraries.I do not want the plugin to be registered on iOS because it may be causing a crash/ interfering with my application because it does Objective-C method swizzling. I guess I don't want it's `registerWithRegistrar` method called.Note: this is **different** to supporting specific platforms. i.e. I still support Android and iOS, I just don't want one plugin to register on iOS. Having thought about this more, I don't just want to prevent plugin registration, but also compilation. This is because the compilation step can affect the build/ other plugins.I also posted it on Stack Overflow, but no responses so far, and only 15 views 😅. https://stackoverflow.com/questions/68818599/plugin-development-use-flutter-package-plugin-for-specific-platform-only-e-g

August 18, 2021 at 10:09AM by MSWordX
https://ift.tt/3gbIHdp
New post on /r/flutterdev subreddit:

Another way to load listViews from Firestore!
https://ift.tt/3kaXK8q

August 18, 2021 at 04:03PM by mukhtharcm
https://ift.tt/3gfrKyJ
New post on /r/flutterdev subreddit:

Android featuring graphics for google play
I want to generate like these you see one website like dribble that showcase apps in device as a containerHow can I do the same ?

August 18, 2021 at 03:43PM by ANDRUXUIS
https://ift.tt/3D0Xkty
New post on /r/flutterdev subreddit:

New cross-platform package to detect browser & os. This mean that instead of using Platform.is... you can just use AdvancedPlatform.is... and it will work on the web too (which is not the case for Platform.is... methods) + you can detect the browser ;)
https://ift.tt/3sGcOPf

August 18, 2021 at 07:39PM by gaspard-m
https://ift.tt/37SZPjg
New tweet from FlutterDev:

@Betterment We're so happy to see so many awesome job opportunities for Flutter devs in the community!— Flutter (@FlutterDev) Aug 18, 2021

August 19, 2021 at 12:28AM
http://twitter.com/FlutterDev/status/1428121589808197637
New post on /r/flutterdev subreddit:

Python Plotly Dash like list or dictionary comprehension to make UI in dartlang
In Plotly Dash I could make UI elements in list or dictionary comprehensions (list for sure).Is this possible in dartlang/Flutter or does everything that goes on the screen need to be written out explicitly?I am looking at the Listview example here: https://api.flutter.dev/flutter/widgets/ListView-class.htmland wishing I could make Containers in a list comperhension like```Pseudocode:ListView([Container( height: 50, color: Colors.amber[600], child: const Center(child: Text(str)),) for str in stringList])​​

August 19, 2021 at 02:15AM by webNoob13
https://ift.tt/3iYqRfH
New post on /r/flutterdev subreddit:

State reset on page route
Am trying to implement a big file download function in an app's item details page. But whenever I route back to the details/download page the download seems to have been discontinued. What logic should I use to prevent the discontinuation of the download on page route.

August 19, 2021 at 03:19PM by ssekuwanda
https://ift.tt/3APHvUK
New post on /r/flutterdev subreddit:

advice for Flutter web apps
I'm looking to develop an app that works on Ios/android/web from the same code (is this realistic if the adaptive/responsive bit is well made?). I've learned quite a lot for the mobile app piece - however I'm struggling with the web app. A few burning questions:- Are there good resources to learn about Flutter for web apps?- I'm developing a market place (low volume, high price so not many products per 'creator') kind of app with some interactive features such as chat. Is this realistic? How would the dynamic content/navigation work?- Whats the 'standard' way to host Flutter web apps online?Thank you

August 19, 2021 at 05:11PM by rgmaarri
https://ift.tt/3kaI1Wz
New post on /r/flutterdev subreddit:

freeRASP 1.0 is out! Want to be the first one to try out new free App Shielding library?
/r/androiddev/comments/p7f32v/freerasp_10_is_out_want_to_be_the_first_one_to/

August 19, 2021 at 04:14PM by AcanthocephalaSea654
https://ift.tt/3z8eZgU
New post on /r/flutterdev subreddit:

A plugin which allow user drag files to you flutter application on desktop platforms.
https://ift.tt/3k6DpRA

August 19, 2021 at 06:49PM by klpu
https://ift.tt/2WaqBRT