Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Best Usage of Video Player in Video Feeds in Flutter
There are many packages for the video player in pub.dev < https://draft.blogger.com/blog/post/edit/911071162777539428/4264523305280682388#> but it is very hectic to maintain the video player in list view as it throws some kind of dispose error or some kind of crashes occurred during playing

May 28, 2021 at 08:17PM by Rahul Agarwal
https://ift.tt/3c1fhMJ
New post on Flutter Dev Google group:

Widely used image packages in Flutter with usage
There are many packages on https://pub.dev/ < https://draft.blogger.com/blog/post/edit/911071162777539428/872970248345521319#> but sometimes we are searching for the one package that fits our needs well and it takes time to search for the right package as per our needs. So here I'm sharing

May 28, 2021 at 08:19PM by Rahul Agarwal
https://ift.tt/2RSmmbK
New post on /r/flutterdev subreddit:

Windows Desktop Image Download Tutorial Series
New easy Flutter tutorial series shows how to download network images and save the images to the pictures directory on Windows. This is good for Flutter beginners. It uses path_provider, so you can save images to the Documents section of Mac, Android, iOS with a small modification.Flutter Image Download and Save to Windows Pictures TutorialThe tutorial is built with Flutter 2.2, Dart 2.12, sound null-safety, provider 5 for state management and http for network connection.Images are pulled from a free image server, Lorem Picsum. Additionally, if you have a 360 camera that complies to the Google Open Spherical Camera (OSC) specification, you can replace Lorem Picsum with a physical camera in an upcoming tutorial in the series.Full code on GitHub is available for the completed application in the description of the playlist.Videos and learning conceptsIntroduction to tutorial seriesLayout Control With Expanded and Scrollable WidgetsFlutter State Management with ProviderOrganize Flutter Code Into Separate FilesFlutter Desktop and Windows FilesGenerate Test Images for Flutter AppsSave Flutter Network Images to Windows Pictures FolderFeedback and advice are welcome. We are trying to increase use of Flutter and advocate for it to make our work easier. Our actual work involves testing camera and image APIs. We'd ideally like to build Flutter tutorials instead of having to deal with iOS and Android separately. As part of our general long term strategy, we are trying to help increase interest and experience with basic Flutter image management. This tutorial series is specifically designed to be used without any special hardware. You do not need a camera to go through the series as we use a public image server.

May 28, 2021 at 08:21PM by cloudster314
https://ift.tt/3vqQZDH
New post on Flutter Dev Google group:

is State.dispose() deprecated?
Hi all, Many examples in the official docs use `State.dispose()` to free resources, like for example this websocket example closes the connection: https://ift.tt/3vADy47 However, if you copy/paste this example into your project and add `debugPri

May 28, 2021 at 11:21PM by Piotr Morgwai Kotarbinski
https://ift.tt/3fR5zxG
New post on /r/flutterdev subreddit:

mobile game development with flutter
hi, i wanted to take an udemy course for flutter and dart because i want to develop a 2d game similar to chess, the question is: do i need to learn firebase after ive finished learning all flutter and dart or before?do you know the best course for free or on udemy for flutter?

May 28, 2021 at 11:44PM by FilthyFrankuuu
https://ift.tt/2TqPrvn
New post on /r/flutterdev subreddit:

Huawei Matebook D15 is fast to run Emulators (Good for Flutter Development)?
I’m considering buy this laptop, but I want to know if this model run the emulators fastLeave the specifications:AMD Ryzen 7AMD Radeon Vega 10RAM 8GB

May 29, 2021 at 03:52AM by alexis_think
https://ift.tt/3c1LtzK
New post on /r/flutterdev subreddit:

Target of URI doesn't exist for my app from test_driver
I'm following the Flutter doc An introduction to integration testing and am getting the error "Target of URI doesn't exist: 'package:my_app/lib/main.dart'" when I add the imports to my test_driver/app.dart file:
import 'package:flutter_driver/driver_extension.dart'; import 'package:my_app/lib/main.dart' as app; 
I checked my spelling and tried "flutter pub get" but that didn't help. The error goes away when I use a relative path
import 'package:flutter_driver/driver_extension.dart'; import '../lib/main.dart' as app; 
Am I missing a simple step?

May 29, 2021 at 03:51AM by buttonsrtoys
https://ift.tt/3bYramz
New post on /r/flutterdev subreddit:

Writing custom Widgets in Flutter (Part 2) — SingleChildRenderObjectWidget
https://ift.tt/34sfc0r

May 29, 2021 at 10:29AM by matrixdev
https://ift.tt/3oZAhc2
New post on /r/flutterdev subreddit:

How to handle 2 user types login
I understand that custom claims can be used to differentiate between 2 user types, but I am unsure how to go about it. Do I ask a logged in user to specify his type ? That doesn't sound secure. How can I make sure teachers are truly teachers, and students are truly students without giving the user the option to choose. Is that even possible ?

May 29, 2021 at 01:17PM by Oxpal
https://ift.tt/3wI4OOh
New post on /r/flutterdev subreddit:

Stacked_bar_chart : A package to help you draw beautiful charts.
I needed to draw a stacked bar chart but with rounded corners but couldn't find any packages that did it. So I wrote a package that allows you to do so and draw many other types of chart. This is my first package. Suggestions are highly appreciated. https://pub.dev/packages/stacked_bar_chart

May 29, 2021 at 02:25PM by Tathyanka
https://ift.tt/2SB5bvi
New post on /r/flutterdev subreddit:

Hey guys, uploaded a new video in flutter. "How to create responsive apps in flutter, easiest way of calculating height and width of any device". I hope you like it. You can also share your love and feedback on the comment section. Thank you.
https://youtu.be/4qkstv_ABY0

May 29, 2021 at 05:13PM by praveenthedesigner
https://ift.tt/3fx3bNF
New post on /r/flutterdev subreddit:

How logical is it to publish a package developed with Dart only?
I have litte concern about it. I developed some helpfull widgets for my personel projects. These widgets have no native code, fully developed using Dart. Generally these widgets solving spesific problems. Would publishing these packages helpfull for Flutter community? Also I know publising helpfull code on Github is good for my carier. What do you think about publishing package only using Dart?

May 29, 2021 at 04:49PM by Presentation-Short
https://ift.tt/3fVX3xo
New post on /r/flutterdev subreddit:

How do I add certain things on maps?
I'm thinking of making an app that alerts you about an overspeeding camera when you approach one. I recently started with flutter( my first programming language) so I'm aware that, it will probably take a lot of time. Since these cameras are not listed on google maps I was wondering what will be the technical stuff that I'll be getting into. Do I have to go and list all the cameras myself on the app(i must be sounding so stupid if this isn't the case)?If anyone has any idea about this(videos, tutorials, anything), please share. Also, feel free to PM me if you want to discuss about this

May 29, 2021 at 05:53PM by CaptainFerb
https://ift.tt/3wFBdoG
New post on /r/flutterdev subreddit:

Chip’s Tips: Week Three - The In's and Outs of Flutter Package Publishing
https://ift.tt/2SCAWEq

May 29, 2021 at 09:34PM by GroovinChip
https://ift.tt/2RUlzXO