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

Flutter Tap Weekly Newsletter Week 86 - Google I/O Edition - Tutorials, videos, packages, and much more!
https://ift.tt/3wvUmJO

May 24, 2021 at 05:33PM by vensign
https://ift.tt/2SoKpiw
New post on /r/flutterdev subreddit:

Flowder a friendly file downloader persistent state (continue, pause, cancel your file download)
Hello Flutterist (I hope that i write it good), Is an honour to share with all of you, a new member to the flutter plugins, named FLOWDER this was created due to the highly painful process of handle a download progress state, and be capable of resume, pause, cancel or start your download without having to rethink the state of persistent of the download.​This is the link to the pub.dev: https://pub.dev/packages/flowderand also the github repo: https://github.com/Crdzbird/flowder​I hope that this helps you in your daily task or learning :) and feel free to customize it as you like or leaving your suggestions.Btw... im participating in a competition named Flutter Quest, if you wanna please gave me a thumbs up vote, https://github.com/FlutterSpain/quest/issues/1#issuecomment-839986144

May 24, 2021 at 05:25PM by Ghost_InTheDart
https://ift.tt/3ubzFkN
New post on Flutter Dev Google group:

navigatori without back button
Hello, why do i use this code Navigator.push( context, MaterialPageRoute(builder: (context) => new MainPage()), ); and still get the back button ? [image: Captura.PNG]

May 24, 2021 at 06:58PM by aleix alfonso
https://ift.tt/3ullKIO
New post on Flutter Dev Google group:

Full demo app from a conference — where is it?
I recall at some conference maybe 6 months ago, there was a full demo app, some sort of gallery or something, that was introduced with source code. I’m trying to find it, but it isn’t in the gallery or sample code on the Flutter site that I can see. Where is it? And I propose we should have a

May 24, 2021 at 07:32PM by Guyren Howe
https://ift.tt/3oMVc23
New post on /r/flutterdev subreddit:

Hot reload button on VS Code Flutter Extension
Hi,Not exactly help (therefore not fitting for r/FlutterHelp), but more of a question about usage.I'm just trying to get my head around something (also to if I'm missing some configuration): On VS Code, the hot reload button (either ^F5 or the ray icon) doesn't really reload unless files are saved, correctly?
So, if Hot Reload on Save is set to either "manual" or "always", the button itself doesn't add much value other than forcing the hot reload (if it didn't happen for whatever reason).Am I correct or am I missing the nice capability to trigger hot reload from the unsaved files (although I'm not entirely sure how would it be useful)?Cheers.

May 24, 2021 at 07:05PM by tnarik
https://ift.tt/3wuOeBw
New tweet from FlutterDev:

🤩 Learn what's new in Flutter

Check out this #GoogleIO Keynote with @ZoeyFan723 and @csells to find out more about:

✌️ Flutter 2.2 release
🔼 Latest Updates to Dart and Flutter
🔧 Flutter DevTools
🌍 The ecosystem

… and more!

Watch 👉 https://t.co/SODp28PgLn pic.twitter.com/j4hE9cnLPf— Flutter (@FlutterDev) May 24, 2021

May 24, 2021 at 08:29PM
http://twitter.com/FlutterDev/status/1396896252365877255
New tweet from FlutterDev:

#GoogleIO Extended

The magic of I/O doesn’t end after the main event. Join other local Flutter developers to talk about your favorite announcements and all the cool new technologies.

Are you ready? 👉 https://t.co/cyomH78VSg pic.twitter.com/ZoSviEJVmU— Flutter (@FlutterDev) May 24, 2021

May 25, 2021
http://twitter.com/FlutterDev/status/1396949126122778626
New post on /r/flutterdev subreddit:

Conduit release meeting
The conduit team (previously aqueduct) is having a community meeting this weekend to discuss the release process for conduit and post release priorities.Conduit is a Dart base REST service with an integrated ORM and I think it's fair to say that it is the most advanced Dart Server framework available.As to the state of conduit.We are now code complete for the release.We have just finished automating the release process and are finalising a re-organisation of the conduit repo into a mono-repo to facility reliable releases.With the final release we believe that Conduit is ready for production release.If you want to get involved, join the discord channel at:https://discord.gg/ASK6vxr88fThe conduit project is hosted at:https://github.com/conduit-dart/conduitDocumentation is hosted on gitbooks:https://gitbook.theconduit.dev/Show your availability for the meeting at:https://www.when2meet.com/?11977265-oSgPaJoin the meeting:meet.google.com/xso-uhrh-fedRegards,BrettEdit: added meeting link

May 25, 2021 at 01:23AM by bsutto
https://ift.tt/3hS8QQ6
New post on Flutter Dev Google group:

Sliding footer with content in flutter
I wanted to know that how do I make the below page where the footer(Like, Comment, Share, Shave) remains in the bottom till the length of the content and when the content is over while sliding the footer(Like, Comment, Share, Shave) slides up with its own content. as shown in the below 2 images.

May 25, 2021 at 03:27AM by palak pandey
https://ift.tt/3hPmlQi
New post on Flutter Dev Google group:

deploying flutter web in production
Hello friends, Need a quick help with the following. I am in the process of developing a flutter web application. The frontend is obviously in flutter. The backend or the restful server is in flask-python. And the database is mongoDB. I was wondering what is the best approach to deploy the

May 25, 2021 at 06:43AM by vaibhav sultania
https://ift.tt/3oMYv9j
New post on Flutter Dev Google group:

Flutter Smart TV app
Hello, I am working on a Flutter app that supports smart Tv, I have had a challenge with the login page because it keeps losing focus once I navigate from text fields to button. This has lead the app to be rejected on the google play store severally due to D-pad issues. Similar issues: https://w

May 25, 2021 at 08:04AM by Prince Kelvin
https://ift.tt/34cv331
New post on /r/flutterdev subreddit:

Null Safety with Randal Schwartz - Flutter 101 Podcast
Listen to the episode here: https://flutter101.dev/episodes/null-safety-with-randal-schwartzFind out more about the podcast at flutter101.dev. Available on Apple Podcasts, Google Podcasts, Spotify, and more.​My guest today is Randal Schwartz. He is a Google Developer Expert on Flutter and Dart. He is also very active in the Perl community and he wrote multiple books on Perl, he was the host of FLOSS weekly, a podcast about Free Libre Open Source Software.In this episode, we focused on null safety with Dart. Dart 2.12 added support for null safety. When you opt into null safety, types in your code are non-nullable by default. This means that variables can't contain null unless you say they can. With null safety, your runtime null-dereference errors turn into edit-time analysis errors.We also talked about migrating our existing code to null safety, and the migrations tools that can help us make the migration process as seamless as possible.

May 25, 2021 at 08:06AM by serial_dev
https://ift.tt/3ujmU7M