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

FlutterForce — Week 111
https://ift.tt/3bod6Dh

March 07, 2021 at 11:11AM by flutterist
https://ift.tt/3t9KLGX
New post on /r/flutterdev subreddit:

Expert in android native before go to flutter?
Hi, i have a small knowledge of android native but i start to watch some tutorials of flutter, my question is: it's recomended to first learn android native before dive in flutter? (sorry my bad english)

March 07, 2021 at 12:36PM by Drunk-Yoda
https://ift.tt/38jbhW5
New post on /r/flutterdev subreddit:

Safe to update to Flutter 2?
I have multiple apps written in flutter 1, is it safe to update to flutter 2 or is it better to wait that the major third part packages are upgraded to flutter 2?

March 07, 2021 at 01:36PM by 404randomnamehere
https://ift.tt/3rr8sd1
New post on /r/flutterdev subreddit:

Good repos to level up code
I've been working with flutter for almost a year now in a bank app, but I feel like I'm slowing down the pace and it really sucks.Does anyone know a good repository with really good code to learn from?

March 07, 2021 at 04:05PM by Manzke
https://ift.tt/2Ow81Q2
New post on /r/flutterdev subreddit:

Null-Safety and compiler's null detection within if block
Hello devs,Null-Safety - long awaited feature! Super happy to finally get to experience it hands-on. However as with most of the new stuff, there might be some unexpected results. I've stumbled upon this interesting behaviour couple days back and more I look, more people seem to get to notice it.Seems that if variable is declared within the class's scope - `if` checks won't be taken into consideration by the compiler and we still need to use `!`. Even though we made sure `!= null` was used. I guess with `assert` it would work the same way - it would be ignored.Sample and more comments are available here.I've raised this in Flutter's Discord, but I didn't seem to get any attention.Was wondering if anyone from the Dart Team could explain this behaviour? And should we expect some improvements? Or it is how it will always work?Some more samples
https://twitter.com/biz84/status/1367797398941097984https://twitter.com/mkobuolys/status/1368293897923923969Cheers

March 07, 2021 at 03:19PM by Deimantasa
https://ift.tt/3rqr50V
New post on Flutter Dev Google group:

Flutter 2.0: Still no "layout system", "app structure", native widgets for web & desktop?
Hi! I build native mobile apps with Flutter. But in mid-March, I give two conference talks about how Java developers should build front-ends (here < https://betterprojectsfaster.com/learn/talks-javaland-2021-long-java-front-ends/> and here < https://betterprojectsfaster.com/learn/talks-it-tag

March 07, 2021 at 05:46PM by Karsten Silz
https://ift.tt/3bkQZ0l
New tweet from FlutterDev:

Become the mythical designer-developer 🦄

Software engineers with a knack for design are in short supply. In this talk, @filiphracek explores the basics of good app design and how they translate to Flutter widgets.

Watch on demand 📺 &rarr; https://t.co/27cUDFzgD9 #FlutterEngage pic.twitter.com/dpVts1b96P— Flutter (@FlutterDev) March 7, 2021

March 07, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1368607425377533954
New post on /r/flutterdev subreddit:

Using Supabase with Flutter - Firebase Open Source alternative
Supabase is a relational database. Open-source alternative to Firebase.​This video covers basics of:Adding dart dependencyCreating tableAuthenticating userReading and Inserting dataLink to the video: https://youtu.be/fqfHEZvQPlY

March 07, 2021 at 07:01PM by adityathakurxd
https://ift.tt/3c7PQII
New post on /r/flutterdev subreddit:

Platform-specific Dart code
I want to create a Dart application. If it is deployed as a web application, I want to use the HTML library. If it is deployed as an Android or iOS app, I want to use the IO library instead. Basically I want to create platform specific Dart code instead of platform specific JavaScript/Java/Swift code. Is that possible?

March 07, 2021 at 06:35PM by patri9ck
https://ift.tt/3rwqmeM
New post on /r/flutterdev subreddit:

If possible, what is the best way of integrating Flutter/Dart and Rust for web apps?
Hello,From Flutter's documentation about integration with C, it looks like Dart-FFI is not available for web apps.Is it possible to use the same Flutter+Rust codebase for web, mobile and desktop?If so, I'll be glad if someone can point to some tutorial or guide with the current best practice on doing it.I'm intending to use Flutter/Dart for UI and Rust for logic.Best regards ant thank you in advance

March 07, 2021 at 08:02PM by GoodSamaritan333
https://ift.tt/3roWrow
New post on /r/flutterdev subreddit:

Can someone help me with a detailed tutorial on how to *setup* flutter on vscode, the tutorial on flutter's official site doesn't cover everything
I need assistance with setting up flutter for vscode

March 07, 2021 at 09:51PM by Random_Int_Guy
https://ift.tt/3kR0ZSi
New post on /r/flutterdev subreddit:

This Tuesday: Flutter web meet-up. Quiz Mariam and Tim from Google!
Hello lovely Redditors!This Tuesday, we’re doing an online meet-up about Flutter web. We’ll be joined by Tim Sneath and Mariam Hasnany from the Flutter team. Got a question about Flutter web? Comment on this post, and we’ll ask them as many as possible.On Flutter’s blog posts about Flutter 2 this week you may have noticed screenshots of “Mun Moi”.I’m the lead developer of it, and I’ll be talking about bringing the app from mobile to the web and the challenges we faced. I’m also very happy to answer questions you have about this project.Hope you can join us on Tuesday!Cheers
Tom

March 07, 2021 at 09:22PM by tomgilder
https://ift.tt/3cbmBEN
New post on /r/flutterdev subreddit:

js or flutter
Hello guysI need to learn the most practical programming language, with the less learning curve, since my goal is not to be hired, my goal is to be able to create good looking SPAI was looking to learn js, etc... but i see maybe flutter is a better option for someone like me, who needs income along with my learning path.If you were in my shoes, will you start with js or flutter?

March 07, 2021 at 09:19PM by Fraustro
https://ift.tt/38jbzfJ
New post on Flutter Dev Google group:

Layout for Multiple Devices
Hi, I am trying to create an app and am having trouble getting everything to fit on all screens, not just native to one device. I have tried Safe area, MediaQuery, still can't seem to get anything right. Is there any way that I should specifically attack this problem? Thanks.

March 07, 2021 at 10:30PM by Mark Valeriani
https://ift.tt/2MVI3Fr
New post on /r/flutterdev subreddit:

Recommend me a solid flutter starter boilerplate plz
Hi Devs,I am looking for a very good flutter starter that has the following thingsMust haveRiverpod, Provider or any state managementLogging( https://pub.dev/packages/logging) and logging appenders package set up via isolatesFreezed annotation or Json annotationUtility packages like meta, device info and package info, pathHive or dart based persistenceTranslations and locale setupA good architecture separating themes, colors, and fonts( google fonts)Nice to haveGoogle analytics using Navigation observersGraphql and/or Firebasehttpmockito and file pickerFastLane or CodeMagic integrationI liked a few, especially the firebase starterkit which is firebase heavy but would like to know more

March 07, 2021 at 11:01PM by p2harry
https://ift.tt/2O9Mg92