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

Created my first Flutter Plugin! It provides useful Flutter extensions. Tell me what you think about it:
https://ift.tt/3t3pkZ8

August 31, 2021 at 11:18PM by sephiroth485
https://ift.tt/2WFxScV
New post on /r/flutterdev subreddit:

Minimum specifications to run Android Studio smoothly
What are the minimum specifications for a machine to run Android Studio smoothly? I tried tips from S.O and other places to try to speed it and Intellij up but it did not work. I am on a Lenovo Ideapad 3 with Core i3 10th Gen, 8 Gigs of Ram, SSD running Ubutnu 20.04.I started a new job remotely and my boss said, "Unless you are much better in VSCode, it is easier to trace bugs and errors if we are all using Android Studio".I am not going to argue with my boss as it is a hierarchical company in Asia where that is frowned upon. So I want to buy a new machine if necessary.

September 01, 2021 at 03:33AM by webNoob13
https://ift.tt/3t32alv
New post on /r/flutterdev subreddit:

Open images with native phone gallery
HiI want to view a list of images with the phone galleryIs there a plugin for that ? or should a implement one ?

September 01, 2021 at 04:40AM by ANDRUXUIS
https://ift.tt/3gNWTcG
New post on /r/flutterdev subreddit:

Is it possible to integrate JS in Flutter to render and interact with it on all platforms?
Hello flutter community! Greetings!!I am a bit new to Flutter. But I have little to zero knowledge about web technology. I want to integrate a JS library to render and interact with items on the screen - say something like chart.js or pdf.js as an example. As far as I understand, if I need to only manipulate data or do backend stuffs related to JS engine, I can use flutter_js which is available on all platforms. But if I need to render the graphics and interact with it via JS, it is a totally different thing? I need to use platform specific plugins. For web, I can use JS plugin for flutter. For android and IOS, I need to use webview_flutter plugin as seen in high_chart example. If that is so, is there any options for windows and macos?

September 01, 2021 at 04:14AM by Ok-Panda4332
https://ift.tt/3mOQYYJ
New post on /r/flutterdev subreddit:

Map and null safety: <String, dynamic> to <String, Object> or <String, Object?>
Hello fellow developers :)So I have finally managed to migrate my project to null-safety (over 30k errors, phew...) and now I cannot decide on what's the proper replace for Map<String, dynamic>. I know that dynamic should be replaced with Object in null safety world. I also have extensions for Map objects and currently I'm using it like this: extension MapHelpers on Map<String, Object?> and for my serialization code I also use fromMap/toMap with <String, Object?> parameter type.What do you guys use? Do you use <String, Object> or <String, Object?> ? Is there even a benefit for having that Object optional?Thanks for your thoughts!Edit: The man reason I started with <String, Object?> is that I can put optionals to that map. If I try to put, let's say a property that is a type of String? into <String, Object> - the compiler doesn't allow that.

September 01, 2021 at 08:49AM by Short_One_9704
https://ift.tt/3gLkBq7
New post on /r/flutterdev subreddit:

What is the Model Viewer In Flutter? - Flutter Agency
https://ift.tt/3mQoCxh

September 01, 2021 at 08:40AM by lil_dragplix
https://ift.tt/3yBk6VD
New post on /r/flutterdev subreddit:

Modals, a Flutter package to simplify all your overlay needs!
https://ift.tt/2Yas4bH

September 01, 2021 at 09:31AM by HomeDope
https://ift.tt/38u8WY5
New post on /r/flutterdev subreddit:

Top 8 features of Flutter 2.0 that boost mobile app development
Since the arrival of Flutter 1.0 and its huge achievement, app developers were sitting tight for the stable arrival of this UI toolkit. So let’s get into the top 8 features of Flutter 2.0 that boost mobile app development.1. Improvement in web support2. Support for double screen and foldable devices3. Sound null safety4. Launch of Flutter Folio5. Release of the beta version of Google Mobile Ads SDK6. Integration of new widgets7. Add-to-App feature8. New DevTool and Flutter Fix

September 01, 2021 at 04:16PM by sarrahpitaliya
https://ift.tt/2WHHH9I