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

I’ll be writing a 60 day series on medium about my journey of developing a full fledged messaging app using flutter and firebase from scratch.
https://ift.tt/2KJZunh

August 12, 2019 at 10:57AM by aditya_gurjar
https://ift.tt/2Tnsyoy
New post on /r/flutterdev subreddit:

offline cross-platform full-text/fuzzy search in flutter app?
I am working on cross-platform "offline first" application on flutter with quite big (as for mobile) amount of data stored locally (100Mb - 1Gb). Data stored in the SQLite database. This app used, for example, for inventory management. Usually, employees do inventory in places with a limited internet connection (cellar for example), so offline data availability is preferable.The problem: the application should support minimal full-text search with mistakes toleration (fuzzy search).Currently, we trying to use SQLite FTSx extension, but a problem with this approach that different mobile OS support different versions of this plugin or this plugin could be even disabled in SQLite distributed with OS.It seems there are no many other options for offline use. As a "backend" developer on the server, I usually use something like Elasticsearch or Solr. In JS ecosystem are many libraries to implement "full text"/fuzzy search. But I have a hard time to find something for flutter (firebase is not fit our needs).Could someone suggest some alternative solutions to SQLite FTS? This solution should support both Android and iOS platform.

August 12, 2019 at 03:27PM by rhulka
https://ift.tt/2ORBLGQ
New post on /r/flutterdev subreddit:

Flutter background location plugin for Android and iOS
https://ift.tt/2TpqDQe

August 12, 2019 at 04:07PM by Almoullim
https://ift.tt/2YJSPmL
New post on Flutter Dev Google group:

Wowza Integration
Is it possible to view Wowza (ULL) live streams using Flutter? Wowza says it's only possible using their GoCoder SDK, and I'm not sure if that'd work with Flutter.

August 12, 2019 at 04:39PM by Trevor Pennypacker
https://ift.tt/2yVCjAK
New post on /r/flutterdev subreddit:

How to make Inline links in Flutter
https://ift.tt/2yVINzA

August 12, 2019 at 05:10PM by boss-san
https://ift.tt/2OQbCbv
New tweet from FlutterDev:

🗣Have something to tell us?

Help us improve Flutter! As we continue to improve, we want to make sure your feedback and thoughts are included. This survey helps us plan our work in the coming quarters.

Flutter's quarterly user survey → https://t.co/yagwccO8La pic.twitter.com/1LEGJKxWw0— Flutter (@FlutterDev) August 12, 2019

August 12, 2019 at 07:10PM
http://twitter.com/FlutterDev/status/1160961757118181378
New post on /r/flutterdev subreddit:

Help improve Flutter! Take our quarterly survey
Hello Flutter developers!Please take this survey to let us know what you think. The survey results will help us understand your needs and plan our work in the coming quarters. The survey will be closed on the 24th.On behalf of the Flutter team, thank you!

August 12, 2019 at 07:52PM by janim27
https://ift.tt/2MWNGR7
New post on /r/flutterdev subreddit:

Flutter's quarterly user survey. Help improve Flutter! This survey helps Flutter team plan their work in the coming quarters.
https://ift.tt/2YFqEFH

August 12, 2019 at 07:39PM by EngineerScientist
https://ift.tt/2TxaFnm
New post on /r/flutterdev subreddit:

Is it a good idea to use multiple state manager implementations?
In my app I have Blocs that are responsible for all the API tasks which are of course async.But I also have prefetched lists of ids from firestore which I save in a model at the start of the app and then update during the app life cycle, something like a temporary cache. Because this is sync, I use a scoped model since as far as I'm aware Blocs are only good for async tasks.Is it a good idea to mix multiple state implementations in one app?

August 12, 2019 at 08:45PM by davion1000
https://ift.tt/2yVxkjG
New post on /r/flutterdev subreddit:

'60 Days Of Flutter: Building a Messenger from Scratch' - Part 1 : Creating the App
https://ift.tt/2ORJNQc

August 12, 2019 at 08:45PM by aditya_gurjar
https://ift.tt/2yVix8M
New post on /r/flutterdev subreddit:

How to pass data between multiple ChangeNotifierProvider?
I'm new to Flutter and I was wondering, let's say I have two ChangeNotifierProviders: AuthenticationModel and PostsModel, PostsModel depends upon the current user to fetch their posts so naturally it needs to access AuthenticationModel's data. How should I go about letting the provider access the data? In Redux I could simply call the respective action since there is a single store spread across files, but I'm using Provider + ChangeNotifier for my application as a starting point.EDIT: Crap, this is what ChangeNotifierProxyProvider for, isn't it?

August 13, 2019 at 01:18AM by PrintfReddit
https://ift.tt/33wDvIO
New post on /r/flutterdev subreddit:

Await an alert without requiring to tap out of it to proceed?
In a project I’m working on, I have a button, and when it’s pressed an alert is supposed to appear. Only after it appears should the rest of my code run. All works well the first time I press the button, but if I press it again, the alert only appears after the rest of my code has run. Perhaps there is a way to await an alert without requiring the user to then tap out of it to proceed with the code? Any suggestions would be helpful or if anyone else has experienced anything similar let me know. Thanks

August 13, 2019 at 03:08AM by Anonymous_Log
https://ift.tt/31zRX0W