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

Any good tutorials for firestore/fcm with flutter.
I am currently learning how to make a full stack application with flutter, but I can't seem to find a good tutorial for firestore and firebase cloud messaging. Does anyone know of any?

September 14, 2020 at 09:16PM by JSFIDS
https://ift.tt/35C9xXG
New post on /r/flutterdev subreddit:

Flutter and amplify
Okay everyone im raking my brains rn. Learned a little flutter and I wanna use it with aws.Whenever i launch amplify and i exit the flutter app im building for ios. It wont let me launch again and says error with pods. Can anyone be my guide. I want to use cognito, gateway, and lambda

September 15, 2020 at 03:29AM by Dakadoodle
https://ift.tt/2FsBSoo
New post on Flutter Dev Google group:

Looking for Flutter Interns (Non-Paid)
We are looking for interns for our project. It's a non-paid internship. Beneficial for those who wants to learn on flutter and it's implications with Firebase. If anyone is interested to implement their learnings into a practical Applications then we are pleased to have such talented person in

September 15, 2020 at 04:18AM by Sanchit Taksali
https://ift.tt/3muBW87
New post on /r/flutterdev subreddit:

What web stacks should I consider as a companion to Flutter apps?
So I have fallen head over heals for Flutter, getting into a few apps now to build my portfolio and toolkit. I'm in sales now and considering changing careers into contract work building small mobile (and probably web) solutions for small to medium businesses starting with my current network and building a robust client-base. My background before my sales career was in web dev, but I dread the thought of building LAMP stack sites again. I know a lot has changed in the years I've been out, especially with Javascript and HTML5, but the thought of dealing with the DOM again on so many layers makes me cringe. I also don't get along with heavyweight CMS solutions like wordpress. Too insecure, too slow, making any customizations other than the theme is a headache since you have to basically learn how the whole thing works. (I failed miserably at building a custom plugin that integrated with the system well).I don't see Flutter for web as necessarily easy or robust as it stands now as a replacement for web (maybe I'm wrong). It seem it's coming along great don't get me wrong, and I will continually work with it as it evolves. I guess if I found a client that wanted an all new CMS/front end companion site, I wouldn't see Flutter as the best option currently. So, with that in mind I'm searching for the right web stack that will allow me to easily integrate websites with PWAs or native apps using the same back end. I definitely would love a prebuilt, yet customizable UI for the content management side of my apps/webs, if that even exists.I'm kind of at a loss what to look at. A google search on this topic goes down a rabbit hole with more learning curve (which I'm prepared for, but just looking for direction). Headless CMS? SSG? Firebase? AWS? API vs Git? So, reddit tends to give me good advice sometimes.What web technologies should I look into for in companion websites as I'm stumbling my way into this business move/career change? Hopefully something other than just LAMP. Thank you for your time!

September 15, 2020 at 05:40AM by neutrino_lover
https://ift.tt/2Rr6d9n
New post on Flutter Dev Google group:

Jason problem
Hi Team, i have been coding well since june using VScode and a nexus5 emulator. My problems began when i did a flutter automatic update in VS about a month ago, tried to google the problem but none of the solutions worked. I uninstalled everything as in flutter, VScode and the emulator and did

September 15, 2020 at 05:44AM by Prosper Mulambia
https://ift.tt/35C2Dla
New post on /r/flutterdev subreddit:

Flutter Row And Column Widgets
https://ift.tt/35BxpdH

September 15, 2020 at 06:19AM by nareshpradeep
https://ift.tt/3kib6hh
New post on /r/flutterdev subreddit:

Install Flutter & Android Studio - Ubuntu 20.04
tl;dr
sudo apt install openjdk-14-jdk sudo snap install flutter --classic sudo snap install android-studio --classic flutter doctor ----android-licenses flutter doctor 
Install Flutter & Dart plugins in Android StudioStudio: Settings -> Language & Frameworks -> Flutter -> SDKSet to /home/{user}/snap/flutter/common/flutterStudio: Project Settings -> Project -> Project SDKSet to Android API---------------------------------My first time going through the official setup (https://flutter.dev/docs/get-started/install/linux) I had issues with flutter doctor complaining about Java and the Android SDK paths.The linked instructions don't cover installing everything needed to get up and running (including java, installing Android Studio from snap, flutter from snap , while also not having a physical android device to run code, and getting the emulator to work properly from the IDE).Specifically:The sections `Update your path` and `Update path directly` don't apply when installing from snap.Android Studio setup wants you to download from Oracle if you don't have java, but that's not actually required and you can use openjdk.Android Studio section doesn't specify where snap Flutter SDK is installed.Android Studio section assumes you have a physical phone connected.I ended giving up in frustration for a few days. The following got me up and running and is a concise and condensed version of the first three pages of the Getting Started section as well as a couple stackoverflow answers.Hopefully others (and future me) will find this useful.
Technically this post is in violation of rule #9. However as mentioned the official getting started doc was not entirely productive for me. 
Steps I went through to get up and running finally:Do we have Java installed?which javaReturns /usr/bin/javajava --versionThis tells me it's the OpenJDK versionIf you need to install javasudo apt install openjdk-14-jdkOr goto Oracle and download the equivalentsudo snap install flutter --classicsudo snap install android-studio --classicmkdir -p ~/Projects/Android/Sdk # I installed mine thereecho 'export ANDROID_SDK_ROOT="/home/{user}/Projects/Android/Sdk"' >> ~/.bashrcbashflutter doctor --android-licensesKeep clicking yes to acceptflutter doctorEverything should be okay - I get the following output​
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 1.20.3, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Android Studio (version 4.0) [!] Connected device ! No devices available ! Doctor found issues in 1 category. 
​Open Android StudioGo through initial setupFile -> Settings -> PluginsInstall Flutter and Dart pluginsProject Settings -> Project -> Project SDKMake sure it's pointed to the Android API SDK (allows to run emulator from IDE)Open AVD manager (should already have the Pixel 3 in there)Click the green play button and wait for the emulator to fire upcd ~/Projects/flutterflutter create test_appcd test_appflutter run (demo should be working in the emulator now)​Edit - formatting

September 15, 2020 at 06:49AM by not-bot-3000
https://ift.tt/3iwtlix
New post on /r/flutterdev subreddit:

Should I learn Dart/Flutter or Kotlin?
/r/Kotlin/comments/it4lpf/should_i_learn_dartflutter_or_kotlin/

September 15, 2020 at 10:13AM by Administrator101
https://ift.tt/2H2Z9xN
New post on Flutter Dev Google group:

How to use dart:web_audio
Good day, I am currently trying to use the dart:web_audio library to detect persons speaking in a video conference, but I am facing challenges importing it. I understand it’s a core module in dart but not enabled as part of the flutter SDK but is there anyway of force enabling it? PS :: I

September 15, 2020 at 12:06PM by Ty Chikondo
https://ift.tt/2ZGyT2F
New post on /r/flutterdev subreddit:

Downloading multiple files using Dio Package in Flutter
I am trying to download multiple files using dio package. From this git issue I found out that future.wait can be used to achieve this task, though I am able to update multiple files concurrently but cannot update the database. Here's the downloading code snippet
 download(Attachment attachment) => work(context, () async { final dio = Dio(); final path = await getLocalFilePath(attachment); var downloadRequest = dio.download( attachment.url, path, deleteOnError: true, onReceiveProgress: (count, total) { setState( () { _downloadProgress[attachment.url] = count / total; print(_downloadProgress[attachment.url]); }, ); }, ).then( (value) async { await ReviewDownloadsDB().add({ 'id': attachment.id, 'name': attachment.name, 'url': attachment.url, 'path': path }); }, ); Future.wait([downloadRequest]); }); 
Can someone tell me where I'm going wrong and how can I add the downloaded item to my ObjectDB database after it's downloaded. The complete Code for the screen is present here.

September 15, 2020 at 12:10PM by ApricotAdmirable8748
https://ift.tt/2Rvagl7
New post on /r/flutterdev subreddit:

Audio Playback library for Flutter Desktop
I made an 🎵️ audio playback module for Flutter Desktop.Add in your pubspec.yaml:dependencies:flutter_audio_desktop: ^0.0.5Documentation: GitHub​Consider dropping a star if you wanna show your support.As Flutter for Desktop is growing, I decided to make a plugin for playing audio files in Flutter Desktop because there wasn't any yet.Feel free to use in your flutter app! It supports only Linux at the moment.​(I'll try to increase the supported formats with time. I'm just 17 right now so can't do too much.)

September 15, 2020 at 01:24PM by alexmercerIND
https://ift.tt/33srZ2d
New post on /r/flutterdev subreddit:

App Feedback Thread - September 15, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

September 15, 2020 at 02:33PM by AutoModerator
https://ift.tt/3cc60Rb
New post on /r/flutterdev subreddit:

Pros & Cons: Flame vs Stack & Animated Builders?
What would the differences be if I decided to make a game from using a stack with animated builders instead of Flame? What makes flame special and preferred for game development with Flutter?

September 15, 2020 at 05:16PM by mrgnhnt96-dev
https://ift.tt/33taGhv
New post on /r/flutterdev subreddit:

Hello World!!! I built a Course on Udemy where I teach you how to implement CNN’s, NLP algorithms, and GANs in a Flutter Application! Learn how to build 6 cutting-edge A.I. apps!
In this course I will teach youA simple Neural Network that can understand Sign LanguageA simple Neural Network that can detect Dogs and CatsHow to build a Neural Network in Python that can detect Flowers and export it into Flutter Application with 92% accuracyHow to build a Neural Network in Python that can detect 131 Fruits & Vegetables and export into Flutter App!How to build an app that can perform Sentiment Analysis, aka an A.I. that can understand emotions behind a text!How to build an A.I. that can understand an image and generate a sentence that represents the image! (Image-To-Text, this app is very useful for blind people!)An app that can Generate a realistic looking shoe based off a Shoe Sketch the user draws in a Flutter Application! (Pix2Pix, Youtubers like PewDiePie have made videos on it! Really cool algorithm)If you are passionate about deep learning and want to apply deep learning algorithms to mobile apps then this course is perfect for you!https://www.udemy.com/course/flutter-deeplearning-course/?referralCode=4F58AD6BCBBFA35E99A6

September 15, 2020 at 05:03PM by samboylansajous
https://ift.tt/3koDNsT