Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

wifi
I would like to know if someone has managed to get the list of wifis, with its bssid and ssid, I have a problem because android has deprecated the functions that I need from api 28, when using a methodchannel to connect flutter with java it is necessary that Is the sdk 28? Do I have a native

January 16, 2020 at 10:54PM by xabier sestafe
https://ift.tt/38cPjBD
New post on /r/flutterdev subreddit:

[Question] Is there a better way to debug JsonSerializable errors?
I'm working with a service where json attributes are changing constantly. The problem is that the jsonserializable error is a generic LinkedHashmap<String,dynamic> is not a subtype of type...error. Is there a better way to figure out which part is failing?

January 16, 2020 at 11:41PM by android_student
https://ift.tt/38hYIbl
New post on Flutter Dev Google group:

Flutter Architecture
did the Flutter project team need Apple's approval for the engine to work? I would like to become a contributor to the Flutter project but I don't know what to do. is there a detailed to-do list? If not, what do you recommend as a feature to develop for my first contribution? what do you advise

January 17, 2020 at 01:29AM by Emmanuel KOUPOH
https://ift.tt/2Typgkb
New post on /r/flutterdev subreddit:

Help give ideas for small project ideas to get out of the tutorial loop
I've never moved past the tutorial phase of learning programming and I need to force myself to start a project without following along.Can you give a few small project ideas that could help me boost my confidence and move on to bigger projects.Any help would be amazing.

January 17, 2020 at 03:49AM by glancer000
https://ift.tt/2uX0DUg
New post on /r/flutterdev subreddit:

Shout out to Aqueduct project & stamp of approval to use as a backend for flutter apps
Hey all. First off I am in no way affiliated with StableKernel (the team behind Aqueduct) I am simply a happy customer of their FOSS, and wanted to let people know about my experience with it as a backend for a flutter app.First a bit of background. I have been developing mobile apps since 2013 professionally in a freelance capacity, as such I need to deliver good performing, low maintenance and generally low / free ongoing costs for the apps I build - most are startups / MVPs, the other half are over engineered enterprise systems.After a few false starts with PHP / MySQL backends, I started using a NodeJS / MongoDB stack, often distributed on Heroku as my clients could scale it up if needed, or leave it free if the project doesn't get any legs. I didn't want any vendor lock in though, so wouldn't use any PaaS offerings as if they were to close down I couldn't afford 100 odd projects knocking on my door for a redevelopment - I needed to be able to move their system.Anyway, since falling in love with dart and the general comfort of returning to a nice strongly typed system (previous apps were RN, before that Cordova / Phonegap) I wanted a better server that I could refactor if needed, and I hit a few bottlenecks with MongoDB so wanted to check out Postgres's hybrid BSON / SQL approach.There are a couple of offerings in the market, all were a bit too integrated for my tastes (both a server as well as an ORM) and previously I liked to decouple that in case I wasn't a fan, but I took the leap for one project and gave Aqueduct a try.Well its been a pretty great experience. Getting up to speed with the tour was a good introduction, and if you have done your fair share of express / Mongoose programming you will find a fairly shallow learning curve. The ORM is very similar to the Entity Framework (not sure thats still what its called from Microsoft)Running is a little slow to iterate but so was Node, as there is no live reload. Currently there is no support to bundle the server into a single binary as it uses mirrors, but they are working on it.But the moment that made me write this review was when I found their guide for deployment. Straight up they have support for Heroku, and with a few pretty standard steps you can have your whole environment deployed.I can't attest to how solid it all is yet, and the community support for third party APIs will be lacking if you need that (no fault of Aqueduct though) but right now it has been a pretty great experience, on an open stack and hosted starting for free and easy to transfer and scale for my clients.

January 17, 2020 at 06:32AM by MyNameIsIgglePiggle
https://ift.tt/2svJ1xO
New post on /r/flutterdev subreddit:

Flutter templates/shell apps
Hey all,I’ve been on and off trying to learn Flutter to build a simple application for my workplace. We will never be able to employ a coder so I’m trying my best to make something simple.Just wondering if there are any sites someone could direct me to that have shell applications to pick apart and learn from. The kind of app I’m looking to do is very text/information based, basically just a whole bunch of screens that link to other screens with a static app bar and bottom bar. Everything I’ve found thus far is more complex, but this is an app for people with low literacy and likely not high end phones. Any help appreciated! Thank you for reading!!

January 17, 2020 at 08:21AM by victoriousbbyg
https://ift.tt/2RlMzeu
New post on Flutter Dev Google group:

Why is my dynamic link not working on ios
static DynamicLinkParameters createProductLink(final String productId) { return DynamicLinkParameters( uriPrefix: 'https://app.example.com', link: Uri.parse('https://ift.tt/30v5WWG), // <- your paramaters dynamicLinkParametersOptions: DynamicLinkParametersOpti

January 17, 2020 at 10:23AM by Felix
https://ift.tt/2FUElVk
New post on /r/flutterdev subreddit:

My First Real Flutter PWA App is live now
My First Real Flutter PWA App is live now. You can install it on your phones or desktop. Give it a try.https://flutterkumar.web.appTutorial Coming Soon on MTECHVIRAL YOUTUBE

January 17, 2020 at 12:57PM by imthepk
https://ift.tt/2R1L71R
New post on Flutter Dev Google group:

How open particular flutter apps screen when click on deep link or universal link from browser ??
*How open particular flutter apps screen when click on deep link or universal link from browser ??*

January 17, 2020 at 02:34PM by Yugal Jain
https://ift.tt/2sCBNIy
New post on /r/flutterdev subreddit:

Best State Handling approach or Plugin
Hey, i’m building an app using flutter that will heavily rely on the google maps plugin to provide directions between my university’s two campuses. Driving, transit, walking directions. Also i’m implementing a class schedule inside the app based on google calendar.My question since i’m sort of a beginner using flutter, how would someone go in handling all the states in the app to prevent crashing and the constant Map refresh?Thanks everyone!

January 17, 2020 at 04:07PM by michelrahme
https://ift.tt/2ucfpGs
New post on Flutter Dev Google group:

Forcing Focus on Widget When Using Talkback / VoiceOver
I'm trying to improve the accessibility of my app right now by testing it with Talkback / Voiceover. My issue is that I have a widget that sits in a stack and takes over the whole screen. It's controlled by a streambuilder and is activated when a user taps a particular button. Here's the

January 17, 2020 at 04:56PM by Matthew Jones
https://ift.tt/2TEVxq9
New post on /r/flutterdev subreddit:

Firebase Login Flow
I recently built an app with flutter that uses Firebase Authentication with Google, and it was all good except for one thing. In that app, I put the login page as the initial route in main MaterialApp Route and I thought it was correct logically. But now, the login page is showing (flashing) a bit even after the login was done, everytime I open the app. It was not that long, it was quite quick in just a flash, but it was annoying.How can i possibly fix the issue ?

January 17, 2020 at 05:21PM by frencojobs
https://ift.tt/364PAFn