Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Flutter Augmented Reality (AR)
Apparently the ArKit (IOS) and the ArCore (Android) are the most common plugins for Flutter. So I guess that in order to create an AR project with Flutter we need both Plugins... This is a little bit against the first purpose of flutter of coding only onces isn't?Does any one know an AR plugin that handle both IOS and Android?OR if someone have some guideline in order to create a plugin like this (AR expert). Could be very benificial.

May 30, 2021 at 12:05AM by fluttermapp
https://ift.tt/3p2ok5k
New post on /r/flutterdev subreddit:

Equivalent of FlutterDriver.getText in intergration_test?
I'm migrating from flutter_driver to integration_test following the documentation Introduction to integration text. With flutter_driver, I got the text from a field using FlutterDriver.getText but am not seeing a getText in WidgetTester?How do you get text from a field when using integration_test?

May 30, 2021 at 03:34AM by buttonsrtoys
https://ift.tt/3fUq0dc
New post on /r/flutterdev subreddit:

Draw On - Flutter Package
Published my first ever Flutter Package in pud.dev, which is fully open sourced. Please do check it out guys.Package

May 30, 2021 at 05:30AM by SIVARAM16
https://ift.tt/3vBeeuK