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

How to measure your skill as a self taught developer
For all developers out there how do you measure your level of skill as a self taught developer for the job market.l have been coding since Dec 2019 almost everyday with breaking only when l had to study.l am currently pursuing an unrelated degree(Bcom financial accounting) and l wanted to know if l am ready to start appling.l built a portfolio website. https://cntr.click/jF74XP0It has quite a lot of different technologies in use namely computer vision, nlp, javascript, python backend (flask).Recently l took up some flutter courses.Here is a clip of a reflectly clone l made.https://drive.google.com/file/d/1jSRlQ7LllQqWHxW7HncON8rXFQnORE_9/view?usp=drivesdkl generally build what interests me at that time but l know l will have to pick one thing and stick with it. (or maybe not and do what Elon Musk does and do everything :) lol )PS The resume is outdated.

September 30, 2020 at 01:20PM by takuonline
https://ift.tt/3icYB5r
New post on /r/flutterdev subreddit:

Do apps need "servers"?
My friend says I need like a server. Because our app is heavily focused on announcements and events, it's heavy on database because new info will be uploaded daily.We are using Firebase's database and I thought that I can just upload my app to app store and Firebase would take care of rest. I don't really know what servers are all about, so it would be great if you can explain.Can you give some examples of servers for flutter?Do we need to pay for it?

September 30, 2020 at 01:11PM by NotVector
https://ift.tt/3jk5ymk
New post on /r/flutterdev subreddit:

IAP & Subscriptions in Flutter/Firebase app
Hi all, i've read a lot of posts around this topic. But still have a question what to used these days in flutter.I'm designing an app with content from firebase/firestore which i only want to reveal to payed (month/year subscriptions) via the in-app purchase capabilities of Google and AppleSo a user is starting the app, signing in (against the firebase authentication) and will see demo content if he/she has no active subscription of all content if he/she has an active subscription.Very basis approach, when you ask me....or not? Difficult to implement? I think a lot of apps have this kind of usecase.Is this possible with only a flutter package like https://pub.dev/packages/in_app_purchase or do i need a service like https://www.revenuecat.com/ ?Is this a good approach with fluter/Firebase and subscriptions?

September 30, 2020 at 01:44PM by studioWolff
https://ift.tt/33fx27f
New post on Flutter Dev Google group:

Hello dear community!
I have developed a mobile app for android and ios. The next task was to make a connected application for apple watch with iphone (all information on the watch is displayed through channels to the phone). I also successfully completed this task. The next step is to make a connected android app

September 30, 2020 at 02:47PM by Григорий Зягун
https://ift.tt/30iGK6I
New post on /r/flutterdev subreddit:

Doubt about PlayStore In-App purchases
If this is not the right sub-reddit, please direct me to another.We were making an app where students ask questions and get answers from mentors. So basically the student pays small amounts which, after deducting a commision, go to the mentor.So should we be giving 30% of what the student pays, or 30% of the commission to google.

September 30, 2020 at 02:41PM by AdwaithHSivam
https://ift.tt/36iSqdz
New post on /r/flutterdev subreddit:

How To Create horizontal ListView in Flutter
Hello Guys How are you all ? hope you all are fine. In this tutorial we are going to learn How To Create horizontal ListView in Flutter.To use ListView.builder as horizontal ListView you have to set scrollDirection property of the ListView widget to Axis.horizontal.Sometime you might have to create a list that scrolls rather than vertically. So Here is ListView widget will help you. Use the standard ListView constructor, passing in a horizontal scrollDirection, which overrides the default vertical direction.So Without Wasting Your Time Lets start this tutorial.Example To Create horizontal ListView in FlutterFirst Of All Create Listview.Now Set scrollDirection to Axis. Horizontal.That’s it. Now You Can use any children that you want in Horizontal Direction.I am Giving my Source Code Here.import ‘package:flutter/material.dart’;Full Source Code With Example At FlutterCorner.com

September 30, 2020 at 03:08PM by fluttercorner
https://ift.tt/3jgHFfr
New post on Flutter Dev Google group:

Hello dear community!
I have developed a mobile app for android and ios. The next task was to make a connected application for apple watch with iphone (all information on the watch is displayed through channels to the phone). I also successfully completed this task. The next step is to make a connected android app

September 30, 2020 at 02:47PM by Григорий Зягун
https://ift.tt/30iGK6I
New post on /r/flutterdev subreddit:

How To Create horizontal ListView in Flutter
Hello Guys How are you all ? hope you all are fine. In this tutorial we are going to learn How To Create horizontal ListView in Flutter.To use ListView.builder as horizontal ListView you have to set scrollDirection property of the ListView widget to Axis.horizontal.Sometime you might have to create a list that scrolls rather than vertically. So Here is ListView widget will help you. Use the standard ListView constructor, passing in a horizontal scrollDirection, which overrides the default vertical direction.So Without Wasting Your Time Lets start this tutorial.Example To Create horizontal ListView in FlutterFirst Of All Create Listview.Now Set scrollDirection to Axis. Horizontal.That’s it. Now You Can use any children that you want in Horizontal Direction.I am Giving my Source Code Here.import ‘package:flutter/material.dart’;Full Source Code With Example At FlutterCorner.com

September 30, 2020 at 03:08PM by fluttercorner
https://ift.tt/3jgHFfr
New post on /r/flutterdev subreddit:

Doubt about PlayStore In-App purchases
If this is not the right sub-reddit, please direct me to another.We were making an app where students ask questions and get answers from mentors. So basically the student pays small amounts which, after deducting a commision, go to the mentor.So should we be giving 30% of what the student pays, or 30% of the commission to google.

September 30, 2020 at 02:41PM by AdwaithHSivam
https://ift.tt/36iSqdz
New post on /r/flutterdev subreddit:

Any Flutter developers located in Norway?
Send me a PM if you know Flutter or have some experience with app development and want to join a highly anticipated startup with huge potential. Already got one of the biggest technical entrepreneur in Norway on board to test and eventually use the app across their 50+ departments. I have developed most of the core features of the app already, but there are still a lot more to do. It uses Firebase as the backend, and BLoC/Cubit for state management.

September 30, 2020 at 04:14PM by Corthza
https://ift.tt/3jtvnQU
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M50 Release
Flutter IntelliJ Plugin M50 Release Embedding DevTools in IntelliJ There is now an experimental option to show the DevTools Inspector embedded in IntelliJ. This replaces the contents of the Flutter Inspector tool window with the version of the Inspector from DevTools. This allows us to use the

September 30, 2020 at 04:54PM by Steve Messick
https://ift.tt/3n5kCa0
New post on Flutter Dev Google group:

Re: Looking for Flutter Interns (Non-Paid)
Hi, MKD Consultancy looking for interns for our online service and ecommerce project. It's a non-paid ( Free ) internship. Beneficial for those who want to work on real projects to gain experience. If anyone is interested in implementing their learnings into practical Applications then we

September 30, 2020 at 05:48PM by Sridhar Parida
https://ift.tt/3igQ01E
New post on Flutter Dev Google group:

VS Code extensions v3.15.0
Hi all, v3.15.0 of the Dart & Flutter VS Code extensions have been published. Release notes are below/online . Terminal #2099
New post on Flutter Dev Google group:

Flutter bundle app crash on Android 11
Hello, I recently upgrade my pixel 3a to Android 11 and my flutter application didn't work on my phone. Oddly, there was no problem on my device Android 10 before and there is no problem with other device on Android 10 or Android 9. My application is published on the play store by a bundle

September 30, 2020 at 06:41PM by Alexandre POICHET
https://ift.tt/30l9M5H
New post on Flutter Dev Google group:

Collaborarion flow between developer and designer
Hello, For a long time I have been how a design that is handed by artist can be translated to Flutter code, specifically the measurements. In all materials I have found it is stated that when design is handed in 360x640 px, there is no need for converting px to dp as 1px = 1dp. When I follow these

September 30, 2020 at 07:19PM by eduardh...@gmail.com
https://ift.tt/2ScsoAr
New post on /r/flutterdev subreddit:

Dialog Flow on Flutter
Hi everyone. I just published this package that aims to help you build your integrations with Dialog Flow easier and faster. The problem with the current packages that are available in Pub is that they're completely abandoned, not well documented, or lack of functionality. This one is intended to solve those problems and add more features that I've seen the users want.Opinions and retro are appreciated. Thankshttps://pub.dev/packages/dialog_flowtter

September 30, 2020 at 10:08PM by ElZombieIsra
https://ift.tt/2GonEFr
New post on Flutter Dev Google group:

DevTools 0.9.3 Release
DevTools 0.9.3 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter Network Profiler Updates - Show HTTP and HTTPs response bodies in the request inspector (requires Dart 2.10 / Flutter 1.22 or later) - Added search and filter

September 30, 2020 at 11:08PM by Terry Lucas
https://ift.tt/3kUPS9A
Testing discussion group for channel 😙