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

Does splitting app code in a lot of files affect the app size?
Imagine this two scenarios:- 1 5 thousands line of code in 20 files- 1 5 thousands line of code (The same code as above) in 100 filesIs there going to be a difference in the app size?

August 23, 2021 at 12:10AM by dvdSport
https://ift.tt/3gjAJPp
New post on /r/flutterdev subreddit:

Do you comment your code?
Was wondering if anyone here comments their code?I haven't noticed many people commenting their flutter code, although I haven't been learning for that long. Flutter does seem pretty intuitive to read combined with the fact that widgets can be split into separate files and the like.

August 22, 2021 at 11:23PM by BIue_scholar
https://ift.tt/3D9uIOX
New post on /r/flutterdev subreddit:

Flutter Version Management with Leo Farias - Flutter 101 Podcast
Listen to the episode here, or search for "Flutter 101" in your favorite podcast app.The Flutter 101 Podcast is available on Google Podcasts, Apple Podcasts, Spotify, and more.Leo Farias is the creator of the popular FVM open-source tool. He is the CEO and co-founder of Concepta Inc and CTO and co-founder of FanHero.FVM stands for Flutter Version Management. FVM is a simple CLI tool to manage different versions of the Flutter SDK: "FVM helps with the need for consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, without waiting for Flutter installation every time."In my opinion, FVM is an essential tool for every Flutter developer. It facilitates switching Flutter versions quickly, as well as pinning the Flutter version that should be used for a project which is especially helpful when working on teams. We talked about what motivated Leo to build FVM, FVM's functionalities, and the differences between the various installation options for FVM.Leo also worked on Sidekick, a beautiful desktop app (of course written in Flutter) for managing Flutter versions (you can think of it as a graphical user interface over FVM's core functionalities), explore releases, view popular packages, and more. Sidekick is available on Mac, Windows, and Linux.At the end of the podcast, we talked about what is next for Leo and what else is he working on.

August 23, 2021 at 07:49AM by serial_dev
https://ift.tt/3D86BAc
New post on /r/flutterdev subreddit:

Create Linux application with Flutter
https://ift.tt/3j7G0ew

August 23, 2021 at 10:52AM by gbozhinov
https://ift.tt/3kisVi4
New post on /r/flutterdev subreddit:

Show dialog from view model (MVVM pattern with stacked package)
Hello,In an app, I use MVVM pattern with stacked package to separate the logic from the view.In the ViewModel, I make API Requests and I want to show dialog after the result of the request (mostly on request error).What's the best way to show dialog from the view model ?​Thanks

August 23, 2021 at 11:42AM by fanfb
https://ift.tt/3ya7TqA
New post on /r/flutterdev subreddit:

Moor: Enhanced Offline Storage for Flutter
https://ift.tt/3B1GiKc

August 23, 2021 at 11:27AM by maria_garcia20
https://ift.tt/3kdUxF6
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 99 - Tutorials, videos, packages, and much more!
https://ift.tt/3sDvqPP

August 23, 2021 at 04:13PM by vensign
https://ift.tt/3kgkAvg
New tweet from FlutterDev:

💙 Take Flutter's Q3 survey! We'd love to hear from you! Everyone is welcome to participate and share their thoughts, the focus for this quarter is three key areas: 🖥 Web support Various developer communities ✏️ Source code files Get started → https://t.co/z2ChWOCho5— Flutter (@FlutterDev) Aug 23, 2021

August 23, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1429835830143631361
New tweet from FlutterDev:

💡 What can we do to better improve Flutter? Read the blog by @jayounglee_ & @marihasnany for last quarter's (Q2 2021) user survey results! See the results of 7,000 responses from Flutter devs when rating their satisfaction with parts of Flutter. Here 👇 https://t.co/WW807xGy3r— Flutter (@FlutterDev) Aug 23, 2021

August 23, 2021 at 06:02PM
http://twitter.com/FlutterDev/status/1429836450141335554
New post on /r/flutterdev subreddit:

Building a framework by myself dart-board.io, major new releases of many parts.
You can check it out here, I've built this myself over the past 4 months or so. It's a micro-feature framework for flutter with a couple provided state management solutions, and support to add more.dart-board.ioI've added numerous features since I last shared several months ago. E.g. Chat, Auth, Particle System, Service Locator, Redux Binding's and more. You can see the full list of add-ons here.
https://pub.dev/publishers/dart-board.io/packagesThere is also a comprehensive getting started guide here.
https://github.com/ahammer/dart_board/blob/master/GETTING_STARTED.md

August 23, 2021 at 06:53PM by HaMMeReD
https://ift.tt/3zgS96E
New post on /r/flutterdev subreddit:

Android 11 new notification appearance look
If you're phone has android 11 you noticing the new format and the appearance of notifications when the phone is received a one, and I'm using firebase messaging pluginHow can I make them show like that ?

August 23, 2021 at 09:06PM by ANDRUXUIS
https://ift.tt/3gqYCo4
New post on /r/flutterdev subreddit:

Navigator 2.0 libraries
What are some good navigator 2.0 packages for flutter web (with back button and URL parsing support)?

August 24, 2021 at 01:04AM by funpolice
https://ift.tt/2XQJ3Qh
New post on /r/flutterdev subreddit:

Figma or XD? Seeking guidance on best way to interface with freelance UX designers
It seems that Figma is all the rage with UX designers and there's several plugins available to directly port into Flutter. In terms of developing UX for a cross-platform app, does anyone have any guidance on the best tools and workflows that are Flutter compatible?

August 24, 2021 at 06:18AM by juberish
https://ift.tt/3sKZLMq
New post on /r/flutterdev subreddit:

Time saving with Flutter vs. Native
How much time can be saved when building with Flutter for iOS and Android compared to building natively for each platform?I know that this is an abstract question, but I’d love to hear about your experience. My project is a comparatively simple app with logging functions, some scheduling and notifications with the business logic being on the server.I know that it is faster to build with Flutter – I’m just wondering how much faster.

August 24, 2021 at 11:58AM by linogru
https://ift.tt/3B4PZYk