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

Beware of scammers "selling" their ticket to Flutter Europe
I was looking for anyone selling their ticket and was almost scammed on Twitter.https://twitter.com/mlls_hq/status/1217773004106739712Some pretty obvious tips:Always check the history of profile you're interacting withVerify their public record on the matter of overusing certain themesDo not use PayPal "Friends and Family" transfer for anything except transfers to your close onesAsk for a verification of the item they're selling (screenshot, photo), with some specificity which won't be hard to achieve if they're really doing thatBook the tickets to events in advanceThat particular profile is likely to be abandoned and they will likely just start another one to continue scamming.
Stay safe!

January 16, 2020 at 12:49PM by Everlier
https://ift.tt/2FRjy5b
New post on /r/flutterdev subreddit:

I'm learning flutter and when teacher Max explain I feel like I'm making offerings on the code to flutter and then it turns me back widget onto the screen
Just kidding, but I really feel like that sometimes lol.

January 16, 2020 at 01:42PM by gabrieelfbrito
https://ift.tt/2QZ2oJi
New post on /r/flutterdev subreddit:

I recently published Offline Geocoder package for dart/flutter
Just recently I created and published a package for offline location geocoding.https://pub.dev/packages/geocoder_offlineFor using the reverse geocoding library you need to provide а file with data about places among you want to run reverse geocoding.For extremely fast searching for location, I used my another package:https://pub.dev/packages/kdtree​If you have any suggestions about package, or problems with using it, please comment or open issue on Github, I will be happy to help and continue to develop these packages.

January 16, 2020 at 02:24PM by djanko22
https://ift.tt/2Nxzcqy
New post on Flutter Dev Google group:

Design Issue
I am Implementing one treeview structure by gridview. but fail have no idea what to do further. please help.

January 16, 2020 at 03:12PM by Swati Bhakhar
https://ift.tt/2QX0skg
New post on /r/flutterdev subreddit:

Flutter Animation (SplashScreen)
https://ift.tt/2FS9HMt

January 16, 2020 at 05:52PM by Olaitan_
https://ift.tt/363empb
New post on /r/flutterdev subreddit:

Advance Search functionality of a list
I am adding a directory within the app . Each listing sells a product , many have same product . So if someone wants list of all those sellers for a product they need to input in search 4 different keywords category. Then the list will appear . I want the list to appear after fulfilling the following conditions If a particular keyword category is skipped then dont affect the search result , but if that keyword category is input then accept it . Some keyword categories use abbreviation too.The sequence of keyword categories is not defined and can be random .If the required keyword category is not input then show all the options under the missing keyword category and allow user to select and move ahead.If the user misses to add space between keyword categories so try and suggest the one keyword category as auto-fill in order to get better results . Regards

January 16, 2020 at 09:19PM by nikesh03
https://ift.tt/3ajqcyP
New post on /r/flutterdev subreddit:

Vim as a Flutter IDE
https://ift.tt/3aanPOS

January 16, 2020 at 09:32PM by Elixane
https://ift.tt/2szWuou
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