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

Announcing sound null safety
https://ift.tt/2Ykx3mx

June 10, 2020 at 06:19PM by EngineerScientist
https://ift.tt/3dQ91X3
New post on Flutter Dev Google group:

Wordpress rest api in flutter app
Hi guys, I want to login in flutter app by wordpress api, Please guide me, how to do? Any article, YouTube video, etc Please help me.

June 10, 2020 at 07:40PM by Gulam Fahad Ahmed
https://ift.tt/3cNkyVP
New post on Flutter Dev Google group:

App installs on device, but will not open.
3 days ago before I added contact permissions to my app I could build and install on my Pixle 3 dev device and load my app just fine. Even after removing the code relating to my contact functions, and dependencies, it still won't let me open after installation. Flutter Doctor pubspec.yaml:

June 10, 2020 at 08:22PM by Russ Brewer
https://ift.tt/2Ymp1JR
New post on Flutter Dev Google group:

Point of Sale - POS Mobile Template by Flutter
I’m looking for a template with excellent usability for a mobile point of sale terminal. It has to be done in Flutter, version 1.17 or higher, and designed for a small screen cell phone, which allows you to sell and make deals directly at the POS. Like this idea: https://ift.tt/3hiaR54

June 10, 2020 at 09:08PM by Hermes Alves
https://ift.tt/3f9h2qr
New post on Flutter Dev Google group:

Flutter 1.19.0-4.1.pre released to the beta channel!
Hi all, I’m happy to announce that Flutter 1.19 / Dart 2.9 beta builds are now available on the beta channel: 1.19.0-4.1.pre
New post on Flutter Dev Google group:

[Breaking Change Proposal] Text Selection Menu Appearance
Hello Flutter, If you don't use text editing in your app, or you're not concerned with visual changes to the text selection menu, you can stop reading now. I'm proposing to update the appearance of the text selection menu on Android so that it matches the latest version (including Android 11).

June 11, 2020 at 12:41AM by Justin McCandless
https://ift.tt/30uH03r