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

call flutter app as a component
Hi all, is there anyway to call flutter app as a component ? like i have app A and app B, i want to implement the app C into app A and app B. once i have update or enhance the app C, the app C in the app A and app B will auto get the latest version for app C. is that possible ?

June 10, 2020 at 03:32AM by san jiek
https://ift.tt/3f8u8nJ
New post on /r/flutterdev subreddit:

call flutter app as a component
Hi all, is there anyway to call flutter app as a component ?like i have app A and app B, i want to implement the app C into app A and app B.once i have update or enhance the app C, the app C in the app A and app B will auto get the latest version for app C.is that possible ?or is that possible that making an app as a plugin ?

June 10, 2020 at 03:42AM by YeohSJ
https://ift.tt/3cNSKk8
New post on Flutter Dev Google group:

How to show 2 collumns in each row?
Hello, I want to design something like this picture [image: IMG-20200529-WA0004.jpg]
New post on /r/flutterdev subreddit:

sup | A package for displaying errors, empty states, or just fancy messages
https://ift.tt/37lu5T8

June 10, 2020 at 10:14AM by xiprox
https://ift.tt/2Uw7T3h
New post on Flutter Dev Google group:

to get image from flutter app to esp32 via bluetooth
Hi... I want to create an app such that it takes a photo and send to the esp32 module via Bluetooth. Can you provide me some reference links and codes Thank you in advance

June 10, 2020 at 10:59AM by Abinavan Nagendran
https://ift.tt/37sIJIl
New post on /r/flutterdev subreddit:

Local Database Flutter With SQLITE and MVVM Update and View Detail #4 #Finish
In this video we will learn how to user sqlite with mvvm model, this part focus on how to update data and how to view detail data by id​https://youtu.be/Suj0azI5txM

June 10, 2020 at 10:28AM by hifiaz
https://ift.tt/2UrOekU
New post on /r/flutterdev subreddit:

Boss wants me to do a presentation on Flutter, what main points should I touch on?
I've been learning flutter for 4 months now and my boss wants me to do a presentation about Flutter to the dev team. They previously have been doing all their work in another codebase and most of them have never seen a line of dart in their lives. I'm also fairly beginner at Flutter (only been coding in it for a few months) and am quite nervous I'll get asked hard questions and not 100% sure what to talk about.I think I'll touch on: - Fast dev speed using brilliant widget library - Hot reload (boss excited about this) - Animations? - I have no idea what else :/Anybody have any input/insight? It would be much appreciated, thanks!

June 10, 2020 at 11:12AM by jejwkkakdkf
https://ift.tt/2UxUbNw
New post on /r/flutterdev subreddit:

Made an app using Flutter which displays all the Trending repositories, developers for a certain time frame, as the official GitHub app does not have this feature nor does the official GitHub API.
https://ift.tt/3cWf3EB

June 10, 2020 at 11:32AM by demoncommand9725
https://ift.tt/30rQXyJ
New post on Flutter Dev Google group:

Please help I am new on Flutter - Error - Exception: Gradle task assembleDebug failed with exit code 1
Hi Everyone , i am New on Flutter , I had Followed Every step to Install Flutter on My Windows as Described by flutter.dev , but When I Tried to Run My First app Following Error Appeared , I am Confused that What Should i Do Now , Please Help ( I am Attaching the Screen Shot of the Same) .

June 10, 2020 at 01:34PM by Nitin Arora
https://ift.tt/2UywFzY
New post on /r/flutterdev subreddit:

Anytime Podcast Player - a simple podcast app built with Flutter.
Hi everyone,I have been working on a podcast player app and it has now reached a stage where it has enough features and is stable enough that I can release my first Alpha. Currently, it only runs on Android. An iOS version is in the works, but I do not have any Apple hardware so it is taking a little longer to get it working. This is an early release, but it is a fully working app and provides the basics you would expect with a podcast player: searching, subscribing, background playing, streaming and downloading episodes for offline play.I've always wanted to build a podcast app and building it with Flutter has been a great experience.It's of course open source and you can find it at: https://github.com/amugofjava/anytime_podcast_playerAny feedback or constructive criticism would be fantastic.

June 10, 2020 at 02:14PM by amugofjava
https://ift.tt/3dTh85a
New post on /r/flutterdev subreddit:

What's the difference in performance between release and debug versions?
What's the difference in performance between release and debug versions? TIA

June 10, 2020 at 02:48PM by 2reform
https://ift.tt/2UtiIDp
New post on /r/flutterdev subreddit:

Playing Around With The Fuchsia Operating System
https://ift.tt/2XKJ7hS

June 10, 2020 at 02:20PM by Cymarxcr
https://ift.tt/3cJrfby
New post on Flutter Dev Google group:

Flutter Where is not recognized ERROR: Unable to find git in your path HELP
I spent the entire day trying to fix this, I've changed the variables more times than I could remember, please help 'where' is not recognized as an internal or external command, operable program or batch file. Error: Unable to find git in your PATH. Path: C:\Users\User\Desktop\Flutterr\flutter\bi

June 10, 2020 at 03:40PM by Amro
https://ift.tt/2XPX5Pv
New post on Flutter Dev Google group:

Implementing Reminders on Flutter.
I'm trying to create a flutter application that is used to create reminders. It currently uses the SQLite database to store the reminder data. The reminders are getting saved to the database and I can retrieve the reminders from the database, but I don't know how to implement the remainder part.

June 10, 2020 at 04:39PM by Adarsh Balachandran
https://ift.tt/3dT98kL
New tweet from FlutterDev:

🎊Announcing tech preview of null safety in Dart!

Null safety helps you avoid a class of bugs that are often hard to spot. Dart’s null safety is sound, so it enables a range of performance improvements.

💙Happy coding!

Learn more → https://t.co/uTIVg9ICRd pic.twitter.com/59fl1r0YMU— Dart Language (@dart_lang) June 10, 2020

June 10, 2020 at 06:07PM
http://twitter.com/FlutterDev/status/1270749431516692481
New post on Flutter Dev Google group:

Container and row with text
Given the code below how can I put a title above the button in the container within the row, but keep the button text as Ive defined Like This Button mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: