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

How can I learn backend development for flutter mobile app from scratch ?
Thank you for your reading.I have learned flutter for months, creating some UIs to practice. However, I found that if I want to get a job or intern about flutter, I have to learn the backend development for flutter app.I have searched a lot, many people said that python, javascript or php are good languages to develop backend. However, I joined an interview last weekend, and the interviewer encourages me to learn backend development with golang and MySQL. (Of course, I didn't get the internship...)But there is little backend development tutorials with golang, and I have no idea what to learn or where to start to become a "independent flutter app developer" who can creates a complete app on his/her own.Hoping that someone can give me some advice to learn backend for mobile app.Thanks for your reading !!!

May 13, 2020 at 01:26PM by JohnnyJoePLG
https://ift.tt/2Z5ZEhk
New post on Flutter Dev Google group:

live data in flutter
how can i get live data in flutter i am developing stock exchange app where values change continuously? i sm using laravel echo but it create issue in ios. now i am stuck if any one know that how can i get live data from host then share with me.

May 13, 2020 at 01:50PM by john786
https://ift.tt/2Zb7GG7
New post on /r/flutterdev subreddit:

Can I learn Flutter with online IDE FlutLab?
I decided to learn Flutter and started with the App Brewery's Complete Flutter Development Bootcamp course. This is a great course for beginners. I really want to try Flutter but my computer can't handle Android Studio. Have you heard of such a problem?But I found a way out. I will use online IDE for Flutter - FlutLab.io. I saw a video where FlutLab works on the old Chromebook.https://www.youtube.com/watch?v=dQ0ATecs7FoIt's a good tool that gives me the opportunity to learn and see right away what I've done on an embedded emulator.Here you can use the code templates and download the project as a zip file.https://www.youtube.com/watch?v=Jyt8KmXDo6oAnybody tried FlutLab?

May 13, 2020 at 01:46PM by Elegium
https://ift.tt/3bw5ivQ
New post on Flutter Dev Google group:

Not able to use boolean in if condition
Hi, I am completely new to flutter I am having a simple doubt that is how to set bool to true in if condition. Eg. final bool m_isOpen; int playerHealth; if(playerHealth == 0) { m_isOpen = true; } else { m_isOpen = false; } I used above code but getting some error.I also tried m_isOpen: true,

May 13, 2020 at 02:47PM by Vick123
https://ift.tt/3dHtE7m
New post on Flutter Dev Google group:

How to get height of notches/Statusbar with out using SafeArea to set height as top padding to my app?
import 'package:flutter/material.dart'; void main() => runApp(MaterialApp(home: MyApp())); class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State
New post on /r/flutterdev subreddit:

Scan Barcodes in Flutter Using Firebase’s ML Kit
In this article we work with Firebase ML Kit, this time focusing on scanning barcodes from an imagehttps://heartbeat.fritz.ai/scan-barcodes-in-flutter-using-firebases-ml-kit-b5b014a67ed1

May 13, 2020 at 03:56PM by mwitiderrick
https://ift.tt/2LmtuGs
New post on /r/flutterdev subreddit:

Flutter + Rive: Animate emotions full tutorial series
https://www.youtube.com/playlist?list=PL0vVAYYSRbD2JRbfgj7CrDTWmNkynmm9y

May 13, 2020 at 04:39PM by abhishekmah98
https://ift.tt/2Wtw7Na
New post on Flutter Dev Google group:

How to implement Admin to User Chat functionality using Flutter and Firebase.
Just need to add a support system kind of function in which the user is allowed to chat with the admin. Both admins and users are stored in different restore collections.

May 13, 2020 at 04:51PM by Adarsh Balachandran
https://ift.tt/2AklkMp
New tweet from FlutterDev:

Today we announce @AdobeXD x Flutter 👏!

The XD to Flutter plugin is now available as early access for broader public testing. Adobe XD is a UI/UX collaboration tool to help teams create and share designs. #FlutterGoodNewsWednesday

Learn more here ↓ https://t.co/v9Xa381XSs— Flutter (@FlutterDev) May 13, 2020

May 13, 2020 at 05:18PM
http://twitter.com/FlutterDev/status/1260590281306472449
New post on /r/flutterdev subreddit:

Flutter+ Rive : Animating emotions made easy!
Hello,So the last time i posted to this channel with my flare +flutter animation that i made for feedback , I was astonished by the response. The community showed me some love man!So , i decided to create a full tutorial series for those who want to recreate that project as well and learn the basics of flare and integration of flare/rive into flutter.The playlist link is : https://www.youtube.com/playlist?list=PL0vVAYYSRbD2JRbfgj7CrDTWmNkynmm9yThere are already 3 videos in the series and i will be posting one video every week. There will be total 8 short videos in the series all between 3-12 minutes.The playlist will contain the following outcomes:How to make a flutter project and explore the Rive environment.Make a Flare project.Get the Flare dependency from pub.Make basic structures/designs for animation in flare art board.Resizing elements, translating elements, changing colors in the animation.Animating the elements smoothly.Making different animations within the same art board.Downloading the .flr file and put it into flutter project directory.Stack to make the flare as the background to the widgetsAdding a Slider InputChanging animations as per the slider inputChanging the background of the scaffold as per the slider inputEnding the project with changing feedback texts as well.So if you are interested in learning all that head over to that playlist and subscribe to my channel for more such videos ! :)Cheers! Stay safe everyone!

May 13, 2020 at 04:54PM by abhishekmah98
https://ift.tt/3fNEKJO
New post on /r/flutterdev subreddit:

Announcing Adobe XD support for Flutter by Tim Sneath
https://ift.tt/3dFGzGR

May 13, 2020 at 05:18PM by dayanruben
https://ift.tt/3fJ8eIV
New post on Flutter Dev Google group:

Flutter constructor issue
Hi, I have class ElectronicsDepartment: class ElectronicsDepartment extends StatelessWidget { final Function (string) studentName; final string rollNo; final bool isPass; } // Constructor const ElectronicsDepartment({ this.studentName, this. rollNo, this.isPass}) ; Now I am using this

May 13, 2020 at 05:58PM by Vick123
https://ift.tt/2yVwkQ1
New post on Flutter Dev Google group:

Text Editing Interface (like Microsoft Word)
Is it possible for the user to have a much simplified interface of World that allows the user to enter text (probably textfield?) then the user can specify the text bigger smaller, color and bold of the text. Is there a widget or a package for this and if not and I have to program it myself,

May 13, 2020 at 06:46PM by Marlene Rahm
https://ift.tt/35U864K
New post on /r/flutterdev subreddit:

Anyone have an example w/ unit testing for the Package (ChangeNotifier)
I asked this on Stack Overflow yesterday and haven't gotten much traction. I was wondering if anyone on Reddit has an example that can help. I tried looking through the Provider package's tests and I honestly couldn't make much sense out of it. Here is the code I'm working with currently:​https://stackoverflow.com/questions/61757993/how-to-unit-test-the-value-from-a-changenotifier-provider-state​I would love if someone can point me in the right direction!

May 13, 2020 at 06:29PM by protechig
https://ift.tt/3fFrozv