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

Analyzing BLoC and MobX
https://ift.tt/2HjBvtW

February 13, 2020 at 02:45AM by irvine5k
https://ift.tt/2OOZipo
New post on Flutter Dev Google group:

Offline full-text search in Flutter
Hi Flutter developers, Does anybody have any recommendation on how to implement full-text search capability that work without Internet access? I'm thinking about ~200 documents, each of which contains English and Japanese words. Interface part seems easy [1] but I couldn't find how to store

February 13, 2020 at 05:52AM by Tomo
https://ift.tt/3bwVNOg
New post on Flutter Dev Google group:

New package on distributed consensus
Hello devs, I am looking for suggestion before I could plan / design an open source flutter package which enable developers to introduce distributed consensus to their application (basically a blockchain within mobile phones) along with their existing backend stack. This package would work

February 13, 2020 at 11:40AM by Nidhin Mahesh
https://ift.tt/3bEMAUn
New post on Flutter Dev Google group:

What is the correct way to consume an API that produces application/stream+json or text/event-stream?
Hi, I've tried couple samples (for example, https://ift.tt/2tTtcSi) of this that I've found in pages and stackoverflow but all of them wait for all the data to be received before continuing with the

February 13, 2020 at 12:15PM by José Lecaros
https://ift.tt/2SGrNH1
New post on /r/flutterdev subreddit:

Flutter package for distributed consensus
Hello devs,I am looking for suggestion before I could plan / design an open source flutter package which enable developers to introduce distributed consensus to their application (basically a blockchain within mobile phones) along with their existing backend stack.This package would work along with existing backend to generate identity, participate in validation of transaction, and store a copy of chain within their device. Later I am planning to use pluggable encryption based on developer’s need for enhanced security.  Aim of package is to enable new ways to solve the problem for users and developers will also get to learn about distributed ledger/consensus. Keeping in mind of the best consensus as Practical Byzantine Fault Tolerant but PBFT/BFT has resource intensive PoW to do consensus which phones can't be, I am planning to implement PBFT based on technique explained in “Elastico” paper (see review/summary here [1]). This is just an initial idea. I need to realise the feasibility this technique as a package form a network inside a Flutter application.Talking about myself, I am a Final CS undergraduate interested in blockchain and build couple of prototypes with similar technique for other projects. Find more here.[1] https://muratbuffalo.blogspot.com/2018/03/paper-review-secure-sharding-protocol.html

February 13, 2020 at 12:55PM by nidhinmahesh
https://ift.tt/2SEl5S5
New post on /r/flutterdev subreddit:

How better is flutter mobile rather than WEB version today?
/r/Flutter/comments/f3aoft/how_better_is_flutter_mobile_rather_than_web/

February 13, 2020 at 03:28PM by damiano-ferrari
https://ift.tt/2SGhkvt
New post on /r/flutterdev subreddit:

hotfix8 gradle exception exit 1
Just do not upgrade to hotfix8 as I am getting gradle ext 1 errors ND SO WILL YOU

February 13, 2020 at 04:29PM by fredgrott
https://ift.tt/38qbV2a
New post on Flutter Dev Google group:

Flutter Debugging
Is there any function in flutter which works similar to the die() function in php? So that i can stop the execution of my program in the middle of something for debugging.

February 13, 2020 at 05:46PM by Shambo Saurav Mallik
https://ift.tt/37qTIQA
New post on /r/flutterdev subreddit:

darq - Port of .NET's LINQ functionality - Now with Extension Methods
Version 0.4 of darq has been released, and with it comes support for Dart 2.6's extension methods. No more need for the Enumerable wrapper class or the annoying E() factory method. Now all the LINQ methods are available on any Iterable object directly.https://pub.dev/packages/darq

February 13, 2020 at 07:05PM by Abion47
https://ift.tt/2wh0xYj
New post on /r/flutterdev subreddit:

Advanced Flutter: Matrix4 And Perspective Transformations
https://ift.tt/2SqjMHx

February 13, 2020 at 09:39PM by Gigatronbot
https://ift.tt/2ORrVSS
New post on Flutter Dev Google group:

Build Fail
I'm trying run my app but a have this problem; how can I resolve this? Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error. FAILURE: Build failed with an exception. * What went wrong: A problem occurred

February 14, 2020 at 01:25AM by Israel Ribeiro
https://ift.tt/2Hmjc7h
New post on /r/flutterdev subreddit:

Looking for ideas/feedback on a new job scheduler package...
Earlier today, I published the first beta for my new job scheduling package, Pendulum (credit to u/akerro for the idea). It's available now on Pub and GitHub. I'll make a proper introduction post once it's more stable, which leads me into my next point...Since it's in the early stages of development, I'm interested to see if you guys have any comments. Specific criticism and feedback are what I'm really looking for here, so that I can improve and refine the package. Thanks in advance!

February 14, 2020 at 03:46AM by AKushWarrior
https://ift.tt/38sz7N4
New post on /r/flutterdev subreddit:

Store logged in credentials of a user from MySQL
Howdy!I’m using MySQL and PHP to query the database and I have the registration done. Now I would like to send the email and password from the registration form and login form to the next screens so when the user does an action it checks to make sure the email and password exist on the device (Id like to target Web, iOS and Android if possible) and that’s how it’s going to partly authenticate the actions as well. I hope this makes sense! Thanks!

February 14, 2020 at 06:50AM by NoahFlowa
https://ift.tt/38qQ5vf
New post on Flutter Dev Google group:

Error with camera plugin in latest version
Xcode version : 11.3.1 Flutter: v1.12.13+hotfix.8 Target: 12.0 camera: ^0.5.7+3 Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ /Users/praveenbhati/smartlist/smartlist/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error:

February 14, 2020 at 10:53AM by Praveen Bhati
https://ift.tt/38nmByu