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

I have started Learn android course series for Beginners any suggestions for me ??
I have started Learn android course series for Beginners in my Youtube channel. any suggestions for me ??Related to feedback, Idea, Topics.

January 19, 2021 at 11:59AM by think_different_us
https://ift.tt/3sEjD3m
New post on /r/flutterdev subreddit:

Created an app to find flats/rooms in Kathmandu
I created an app on flutter to find flats or rooms in Kathmandu, Nepal. I have implemented the whole thing serverless-ly with firebase for auth, storage and firestore. It was a delight to do without having to think about complicated stuff and just do what I do best. The thing I enjoyed the most here was implementing chat using subscriptions on firestore.The app has still a long way to go since its just released. I have made blog post about it (mostly non-tech stuff) https://sharadchand.com/2021-01-18-find-a-home-to-rent-in-ktm-with-rentastic/.

January 19, 2021 at 11:43AM by pepsighan
https://ift.tt/38UN0qc
New post on /r/flutterdev subreddit:

As promised, I have successfully uploaded what I believe it's the Best & Most Complete Flutter BLoC Course (link in description)
Hello everyone, again!As the title highlights, and as a follow-up to the previous post you guys liked so much, I have finally managed to upload what I believe it's...The Best & Most Complete Flutter BLoc Course - https://youtu.be/THCkkQ-V1-8Why is that you may ask? I'll give you a couple of reasons:Every topic is structured nicely on chapters and subchapters, and everyone of these are available on the YouTube timeline for easier "jump-to-topic" access.Whenever you're not sure about a topic/implementation, after you covered the entire course, you can just jump right into the topic using YouTube timeline, just like a cheatsheet of bloc.Nice animations for understanding and learning practices, real code for putting everything you learned to practice.The Course is based on my BLoC - From Zero to Hero popular playlist, but obviously it's not just a merged version of all the videos. I have modified each and everyone of them to keep only the best of the best!Many more you'll find by browsing out a couple of minutes into the course to see if it's right for you!Thanks a lot for your time and hopefully you'll like the content! Cheers!

January 19, 2021 at 11:33AM by W_C_K_D
https://ift.tt/3sDyR8z
New post on Flutter Dev Google group:

unable to upload multiple images through api
hi there, i was trying to upload list of images through api with Multipart but getting some error my code is as bellow- var uri = Uri.parse( "https://www.abc.com/xyz/mobile/insertpostproductelectronic"); var request = new http.MultipartRequest("POST", uri); for (var file in widget.imgList) {

January 19, 2021 at 12:56PM by Raman Plaha
https://ift.tt/3p0isbY
New post on /r/flutterdev subreddit:

app design changed when i test it in my phone
i was making an app and it works fine in the mobile simulation and when i test it in my phone the design completely changed so why something like this happen ? and how can i repair it ?

January 19, 2021 at 12:50PM by seifbon77
https://ift.tt/38UUEko
New post on /r/flutterdev subreddit:

Flutter Machine Learning App
Is it possible to use Python Machine Learning code in my Flutter app? I'm unable to find a proper guideline resource for this purpose. If you know one then kindly drop the link thanks in advance 😇

January 19, 2021 at 12:31PM by optimist1177
https://ift.tt/3qBn6Om
New post on /r/flutterdev subreddit:

Windows/Linux devs with Mac Mini experience building for IOS? What's your story?
I'm looking for a mac solution to build my flutter apps for IOS and I've got the option to buy a Mac Mini 3 8GB.I realise it'll be slow but I'm not too worried about that. I am worried about updates and so on. Do Core 2 Duos machines still get Mac updates?I'd be very interested to know if anyone is using one of these for this purpose. And your experience and recommendations.

January 19, 2021 at 02:56PM by itsastickup
https://ift.tt/3qDFcPJ
New post on Flutter Dev Google group:

flutter
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Failed to find Build Tools revision 29.0.2

January 19, 2021 at 06:04PM by Kashif Qurashi
https://ift.tt/3oYB8ZX
New post on Flutter Dev Google group:

Pagination with SatggeredGridview in Flutter
I don't know how to build it , any key words or suggestions to start search !

January 19, 2021 at 07:07PM by makri aymen abderraouf
https://ift.tt/3nUvo21
New post on /r/flutterdev subreddit:

We launched AppBuildy — Visual Flutter Apps Builder. We'd love to hear your feedback
www.appbuildy.comHey everyone, today we launched AppBuildy — a platform that allows users without coding experience to visually build flutter apps. We're big fans of Flutter and believe we can help make the process of building Flutter apps even simpler with our platform.We are here because We want our product to have more focus on Flutter developers, and We'd be excited to hear your feedback. Are there any features you would like to have in such a product?

January 19, 2021 at 06:25PM by AppBuildy
https://ift.tt/2LD4y1j
New post on /r/flutterdev subreddit:

Will Apple accept a MaterialApp?
I'm about to start working on an app for a client and would really like to user Flutter but have heard App Store horror stories. But I'm hoping those are down to the apps themselves being poor rather Apple only allowing apps with Cupertino widgets onto their store.Does anyone know if apple will reject apps using only material widgets? If so then I'll likely go with Xamarin as that switches things like Buttons, Pickers, Dialogs etc automatically depending on the platform.

January 19, 2021 at 06:08PM by _Kaizer
https://ift.tt/3sHzHB6
New post on Flutter Dev Google group:

need help in react-native
i just jumped into react-native i have installed react-native cli and expo cli , when i am running this command " yarn android # " it is giving me this error "Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add

January 19, 2021 at 07:39PM by Saud shaikh
https://ift.tt/3qATCjr
New post on /r/flutterdev subreddit:

I'm allergic to frame drops, is Flutter okay for me?
I want to make a project using Flutter because it seems to be the best balance between building a performant cross platform application (better than Ionic, React Native etc) and doing everything natively on all platforms. But there's one problem, I cannot stand jank, I really really hate frame drops/stutterThe application I want to build won't use any fancy animations other than the usual sliding animations and scrolling through a potentially long list of images/text (which I can lazy load anyway), but I just cannot stand stutter and it is one of the major complaints I hear about Flutter.Should it be alright? Also, is it possible/simple to make it 'look' native on IOS/Android/Desktop?Thanks

January 19, 2021 at 08:35PM by -Agas-
https://ift.tt/39L7XD7
New tweet from FlutterDev:

🌟 Ever wonder why Dart's type system has changed? @_vsmenon explains how sound types (Dart 2.0) and sound null safety (Dart 2.12) can make your app smaller and faster.

Read → https://t.co/CPiqLdu6XO pic.twitter.com/95ti3RRaCr— Dart Language (@dart_lang) January 19, 2021

January 19, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1351620446987427843