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

Uploading Files with Flutter
Uploading images to our application is one of the most important actions nowadays, every day we share files with friends and like to share the content with everyone.We have created a tutorial to Upload files using Flutterhttps://medium.com/@andrepasr16/uploading-files-using-flutter-9415cd7524b1#flutter #mobile #ios #android

August 28, 2020 at 05:11PM by olympikesoft
https://ift.tt/3hDHt9o
New tweet from FlutterDev:

This #FlutterFriday learn how to up your static checking game!

Want more static checking than Dart provides by default? Use package:meta and its annotations like @ required, @ visibleForTesting or @ immutable.

Learn more → https://t.co/EdiGlM0KUn pic.twitter.com/YGY7NPdoh7— Flutter (@FlutterDev) August 28, 2020

August 28, 2020 at 05:59PM
http://twitter.com/FlutterDev/status/1299376147847770115
New post on Flutter Dev Google group:

Starting with Flutter Help
Hi all I am new to flutter, I am currently taking a udemy course to develop applications with Fluter, I have started to install FLutter and the emulators in Macos High sierra Version 10.13.6 the version of xcode 10.1 which from what I have read is the only one that it can work correctly and I

August 28, 2020 at 06:37PM by Eduardo Butrón
https://ift.tt/2D6wiH9
New post on Flutter Dev Google group:

Running a golang web server from a flutter app
Hi, I know I can use go-mobile and bind in a golang .aar as a library with some extra work. However a golang binary can be executed on more platforms than Dart supports. On desktop platforms that aren't expected to be supported any time soon, a golang binary can run a flutter for web app

August 28, 2020 at 06:45PM by Kevin Chadwick
https://ift.tt/2G86YBV
New post on /r/flutterdev subreddit:

Interested in applying and learning Flutter for our university senior project. Torn between React Native and Flutter.
Our senior project group is interested in using either React Native or Flutter to create mobile applications. To provide background, we're all experienced Java developers; Python is another language we all have in common.A few group members don't feel comfortable with Swift, which is why we're looking for alternatives. We'll be collecting data from OpenCV/Tensor Flow using Python, storing the data on a database, and displaying the data on a mobile application.We're looking for a language that is easy to pick up and learn based on our prior coding background. Being able to easily create a friendly UI is what we're looking for.Is Flutter a good choice, or should we look at React Native?

August 28, 2020 at 08:14PM by theofficialtaha
https://ift.tt/32y158B
New post on /r/flutterdev subreddit:

Trailing commas in VSC?
I've looked everywhere and hate coming here to ask. But does anyone here use Visual Studio Code and know how to get it to autoformat dart/flutter files to use trailing commas? Thanks.

August 28, 2020 at 10:32PM by AwGe3zeRick
https://ift.tt/3b3E4yf
New post on /r/flutterdev subreddit:

Flutter payment gateway!
What is the better payment gateway, to allow credit card shopping.Stripe not work in my country.Braintree not work neither.PayPal ( it’s nonsense Pay with a payola account)square app ( not work in my country). Some alternative working on Latin America?

August 29, 2020 at 12:54AM by Appropriate-Ad-3865
https://ift.tt/2D86SsK
New post on /r/flutterdev subreddit:

Flutter team really need to fix on poor scrolling performance
It's mind boggling that simple things like scrolling through a listview becomes laggy and it doesnt feel native at all. I have an app on google playstore which I have migrated from native android. Some of my existing users are moving to competitor app because they cant stand the poor scrolling performance. It is not laggy but it doesnt feel smooth and native especially on 120hz screens.This happens when u have a variable height for each of your list item and you did not provide a fixed item extent. Its normal to have flexible height for each of your list item, apps like facebook and reddit has it depending on size of the content.This issue has been around ever since flutter was introduced on mobile and its even worse on the web now.Some examples of github issues raised on these:https://github.com/flutter/flutter/issues/52207https://github.com/flutter/flutter/issues/62796https://github.com/flutter/flutter/issues/51401

August 29, 2020 at 03:46AM by bluemarsyt
https://ift.tt/3lt1vpg
New post on Flutter Dev Google group:

Operator name and meaning
hello guys, Please tell me about the operator used in the image? " ?? " 1.When to use? 2.How to Use? 3.some examples!

August 29, 2020 at 06:27AM by Gulam Fahad Ahmed
https://ift.tt/3jnCREQ
New post on Flutter Dev Google group:

when to use super key in flutter?
hello guys, Please tell me about when to use super(key : key); 1. About it? 2. When to use or when not to use?

August 29, 2020 at 06:35AM by Gulam Fahad Ahmed
https://ift.tt/2QBZzNg
New post on /r/flutterdev subreddit:

How can I change appearance of navigation bar.
Hi, I have recently discovered that in some phones there is navigation bar like in the picture.https://imgur.com/a/JHlH4j8Top bar with wi-fi, battery % and clock change color or even a background image as main app screen automatically (this, is downloading data screen, later top bar background looks the same). It's seams as its not separate part of the app.How can I change look of the bottom navigation bar? Color or background?
Have a nice day everyone!

August 29, 2020 at 12:13PM by mati_to_przechuj
https://ift.tt/3gD6MXN
New post on /r/flutterdev subreddit:

Flutter e commerce UI Kit Sign In Validation
https://www.youtube.com/watch?v=2Fx9DNyp3jU&feature=share

August 29, 2020 at 12:34PM by dickyrey
https://ift.tt/3hEWYxH
New post on Flutter Dev Google group:

Error while assigning value to a map
Hey there, I am trying to initialise a map Map
New post on /r/flutterdev subreddit:

I made an RPG game using Flutter...
Hi, I just wanted to share my latest project here, in hope of encouraging more devs to use this beautiful framework for game development. Successful games CAN be made with Flutter.Grim Quest was made entirely in Flutter, and got 350000 downloads in the first 3 months since its release.Link: https://play.google.com/store/apps/details?id=com.grimdev.grimquest&hl=enGrim Quest is a classic turn-based RPG / Dungeon Crawler with gothic aesthetics and a retro vibe. It is set in a dark fantasy world with elements of Lovecraftian horror and Freudian psychology, and puts a lot of emphasis on atmosphere and immersion with dark visuals, music and lots of written text.

August 29, 2020 at 04:22PM by GrimDevStudio
https://ift.tt/2GcVRaZ
New post on Flutter Dev Google group:

Help plz
I am making a login screen with firebase but there is an error here "I/flutter (29181): No implementation found for method signInWithEmailAndPassword on channel plugins.flutter.io/firebase_auth ". Can anyone tell me what error is this?

August 29, 2020 at 06:05PM by Umer Abdullah
https://ift.tt/2YJkGS2
New post on /r/flutterdev subreddit:

Shot in the dark: Any advanced Flutter Dev here passionate about Asian Representation want to join a video dating app that celebrates the Asian experience?
This is a shot in the dark but I’m looking for an advanced Flutter developer so I’m posting here to search for a CTO & co-founder for a video dating app that celebrates the Asian identity, culture and story. (www.alike.dating)We have over 950 people signed up to be beta testers, a team of 5 passionate individuals and we were just 2 weeks away from launching our beta when our CTO suddenly had to leave the project due to family circumstances.We’re looking for a talented Flutter & mobile dev who’s passionate about Asian representation and wants to help build a platform where Asians can represent their unique story, show their personality and transcend stereotypes with the end goal of finding meaningful connections.This app is about more than just helping Asian individuals “hook up”. It’s about healing. It’s about recognizing that the collective Asian diasporic community is on a journey to heal from the generations of ancestral trauma and internalized racism. It’s about empowering Asian individuals to tell their stories and, through that process, find self-acceptance and self-love. Our mission is to help Asians lead happier lives.The company is based in Toronto but this is a remote position to anyone living in Canada or the U.S. We are looking for someone who can commit to joining full-time, but we’re open to the possibility of part-time.ResponsibilityThe role is to oversee, manage, execute and problem-solve all things technical for the app and startup, including building the app. They will eventually have to lead and manage a team of developers. The first and most immediate responsibility, however, will be to complete the beta, which is 95% complete, and roll it out to the 950 beta testers.RequirementsNon-TechnicalPassionate about Asian representation & desire to help Asian communityMust have used dating apps previouslyEntrepreneurial & familiar with lean startup methodology & cultureEager to learn new technology and solve engineering problemsAble to manage and lead a team of developersTechnicalSenior full-stack mobile developer (4+ years)Must have created an appIntermediate to advanced in Flutter & Firebase (at least able to ramp up and pick up these stacks for the MVP)Able to write in Dart and Javascript (that is what the current beta is written with)Able to create native iOS and Android apps later on or at least lead developers; Kotlin, Java, Objective C & SwiftExperience with video on mobile would be helpfulCompensationYou will become an equity partner, like the founder, until the startup successfully raises funds. The amount of equity is to be negotiated and will depend on your level of experience, skills, commitment and other factors.Other TractionFeatured in 2 podcasts: "Asian Tech Leaders" & "Beyond Asian"Accepted into Ryerson University's iBoost incubatorWebsite, Instagram, Twitter, Facebook, LinkedIn and YouTube all active.Started a video series where Asian individuals discuss their experiences.In touch with 2 VCs who would like to hear more when we have active users.Have branding logo, design, company email, etc.Company is Canadian federal corporation.Market research, prototype and alpha release successfully completed.Beta is 95% complete.Over 950 people have signed up to be beta test users and the support and engagement from the community is tremendous.ContactPlease message me at hello@alike.dating to discuss this position. Thank you.

August 29, 2020 at 05:51PM by alikedating
https://ift.tt/32xdPMG