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
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
Qualtrics
Online Survey Software | Qualtrics Survey Solutions
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
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
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
reddit
r/FlutterDev - Is it a good idea to use multiple state manager implementations?
0 votes and 0 comments so far on Reddit
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
'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
Medium
60 Days of Flutter : Day 1 - Creating the App
And playing around with Dart
New post on /r/flutterdev subreddit:
Flutter Tutorial: Movie Streaming App UI
https://ift.tt/33rikIi
August 12, 2019 at 09:29PM by cybdom
https://ift.tt/2TBptkZ
Flutter Tutorial: Movie Streaming App UI
https://ift.tt/33rikIi
August 12, 2019 at 09:29PM by cybdom
https://ift.tt/2TBptkZ
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: Movie Streaming App UI
Well, you probably don't care but I didn't find a better way to start this tutorial. (My real intention is to say that if you need me for a freelance project you can contact me via twitter, or by email).
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
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
reddit
r/FlutterDev - How to pass data between multiple ChangeNotifierProvider?
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - Await an alert without requiring to tap out of it to proceed?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Thinking Flutter
https://ift.tt/2TsjA9k
August 13, 2019 at 09:47AM by Purple_Pizzazz
https://ift.tt/33v8Sn8
Thinking Flutter
https://ift.tt/2TsjA9k
August 13, 2019 at 09:47AM by Purple_Pizzazz
https://ift.tt/33v8Sn8
Medium
Thinking Flutter
Thinking logic can often be tough and frustrating 😦.
New post on /r/flutterdev subreddit:
How to take into account pressure sensitivity with stylus in Flutter drawing app?
I've been trying to make a Flutter drawing app and I want to support the use of a stylus. Therefore, taking into account the pressure sensitivity. The problem is that from the many apps that are made in Flutter for drawing none of them seems to take this functionnality into account. I want to know if it is possible to use the widget CustomPainter in a way that takes the stylus into account? I'm open to any other alternative if it's not possible.Those are the example apps that I was mentioning earlier:Draw It: https://github.com/psuzn/draw-itSignature: https://github.com/vemarav/signature
August 13, 2019 at 09:46AM by breeze_interface
https://ift.tt/33v8SUa
How to take into account pressure sensitivity with stylus in Flutter drawing app?
I've been trying to make a Flutter drawing app and I want to support the use of a stylus. Therefore, taking into account the pressure sensitivity. The problem is that from the many apps that are made in Flutter for drawing none of them seems to take this functionnality into account. I want to know if it is possible to use the widget CustomPainter in a way that takes the stylus into account? I'm open to any other alternative if it's not possible.Those are the example apps that I was mentioning earlier:Draw It: https://github.com/psuzn/draw-itSignature: https://github.com/vemarav/signature
August 13, 2019 at 09:46AM by breeze_interface
https://ift.tt/33v8SUa
GitHub
psuzn/draw-it
Drawing app with Flutter. Contribute to psuzn/draw-it development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Run your code in background easily with Flutter
https://ift.tt/2MYvdDL
August 13, 2019 at 11:07AM by anlam87
https://ift.tt/2TsWfEB
Run your code in background easily with Flutter
https://ift.tt/2MYvdDL
August 13, 2019 at 11:07AM by anlam87
https://ift.tt/2TsWfEB
Medium
Run your code in background easily with Flutter
Coding with Flutter is so easy, you can make a beautiful application with a very short time. Everything is a widget, so you can custom…
New post on /r/flutterdev subreddit:
How build() method of Flutter widget proves “Everything’s a Widget”?
https://ift.tt/2YLaTNq
August 13, 2019 at 09:57AM by anticafe
https://ift.tt/2KxOhat
How build() method of Flutter widget proves “Everything’s a Widget”?
https://ift.tt/2YLaTNq
August 13, 2019 at 09:57AM by anticafe
https://ift.tt/2KxOhat
Medium
How build() method of Flutter widget proves “Everything’s a Widget”
Have you ever looked into source code of build() method of any Widget?
New post on /r/flutterdev subreddit:
Coolest recruitment campaigns for developers?
New into startup world, we need to find kick-ass full-stack developers. Where to start? What has been your fun challenges, home assigments. How to get developer's attention?
August 13, 2019 at 12:54PM by Gigatronbot
https://ift.tt/2OUvGtx
Coolest recruitment campaigns for developers?
New into startup world, we need to find kick-ass full-stack developers. Where to start? What has been your fun challenges, home assigments. How to get developer's attention?
August 13, 2019 at 12:54PM by Gigatronbot
https://ift.tt/2OUvGtx
reddit
r/FlutterDev - Coolest recruitment campaigns for developers?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Embedded Widget on timer
I have created a small widget to display the time on a page. This widget updates at a periodic rate using the following timer. timer = Timer.periodic( Duration(milliseconds: 541), (Timer t) => handleTimer()); When the timer pops, handleTimer updates itself to display the new time. This widget
August 13, 2019 at 02:01PM by phil magnuson
https://ift.tt/2YIz7b3
Embedded Widget on timer
I have created a small widget to display the time on a page. This widget updates at a periodic rate using the following timer. timer = Timer.periodic( Duration(milliseconds: 541), (Timer t) => handleTimer()); When the timer pops, handleTimer updates itself to display the new time. This widget
August 13, 2019 at 02:01PM by phil magnuson
https://ift.tt/2YIz7b3
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Amazing Reasons that Explain Why Flutter uses Dart!
https://ift.tt/30aIc96
August 13, 2019 at 01:25PM by SachinKody
https://ift.tt/2YZBDJo
Amazing Reasons that Explain Why Flutter uses Dart!
https://ift.tt/30aIc96
August 13, 2019 at 01:25PM by SachinKody
https://ift.tt/2YZBDJo
Kodytechnolab
Why Flutter uses Dart?|Relationship between Flutter and Dart
You still don't know the reasons why Flutter uses Dart? Here We have listed all the amazing reasons that explain why Flutter uses Dart!
New post on /r/flutterdev subreddit:
Cloud Firestore + Algolia Alternative for Full-Text Search?
I'm trying to implement full-text search in my app, which uses Cloud Firestore as its cloud database. All I want to do is check a field from each document in a collection and see if it contains the search string; however, I only just found out that this somehow isn't possible (Ironic, considering it's a Google product!). Apparently the only kind of search possible with Firestore is a prefix search, which isn't good enough in this case.The official recommendation in the docs is to use a third-party search service like Algolia. The problem with that, for me, is the pricing. I've tried looking for other search services with a pricing structure more similar to what Firebase offers, but I've had no luck there.So my question is, is there an alternative to Cloud Firestore (doesn't have to be NoSQL. Any DB, relational or otherwise is fine) with a similar pricing structure, which offers full-text search? If not, is there a third-party search service out there with a similar pricing structure that I could use with Flutter?
August 13, 2019 at 02:43PM by Tenshar
https://ift.tt/31ApnMV
Cloud Firestore + Algolia Alternative for Full-Text Search?
I'm trying to implement full-text search in my app, which uses Cloud Firestore as its cloud database. All I want to do is check a field from each document in a collection and see if it contains the search string; however, I only just found out that this somehow isn't possible (Ironic, considering it's a Google product!). Apparently the only kind of search possible with Firestore is a prefix search, which isn't good enough in this case.The official recommendation in the docs is to use a third-party search service like Algolia. The problem with that, for me, is the pricing. I've tried looking for other search services with a pricing structure more similar to what Firebase offers, but I've had no luck there.So my question is, is there an alternative to Cloud Firestore (doesn't have to be NoSQL. Any DB, relational or otherwise is fine) with a similar pricing structure, which offers full-text search? If not, is there a third-party search service out there with a similar pricing structure that I could use with Flutter?
August 13, 2019 at 02:43PM by Tenshar
https://ift.tt/31ApnMV
reddit
r/FlutterDev - Cloud Firestore + Algolia Alternative for Full-Text Search?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Tweet UI - my first Flutter package ;-)
https://ift.tt/2OPHEED
August 13, 2019 at 05:44PM by kawa1989
https://ift.tt/2yWG1u2
Tweet UI - my first Flutter package ;-)
https://ift.tt/2OPHEED
August 13, 2019 at 05:44PM by kawa1989
https://ift.tt/2yWG1u2
Dart packages
tweet_ui | Flutter Package
Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, symbols, urls and quoted Tweets.
New post on /r/flutterdev subreddit:
Apps under 20MB in iOS App store?
App size on Flutter seems to have been an issue ever since it came out, but these days Android doesn't seem to have a problem and can easily be under 10MB on the play store. But I've noticed iOS apps still take up 20-30mb on the app store bare minimum which seems ridiculous. They say it takes up 10.7MB for iOS in their documentation but not sure how they achieved that. The default app is much bigger than that based on the tests I've made.Does anyone actually have any apps with download sizes under 20mb in the iOS app store? How about under 10MB?I really like Flutter but am disappointed in this. I remade an app that was 2MB on the app store made with React Native, and yet the new Flutter version, which is basically identical is 30MB on the app store, even though it's only 6MB on Android.
August 13, 2019 at 06:26PM by loot6
https://ift.tt/31vt4DE
Apps under 20MB in iOS App store?
App size on Flutter seems to have been an issue ever since it came out, but these days Android doesn't seem to have a problem and can easily be under 10MB on the play store. But I've noticed iOS apps still take up 20-30mb on the app store bare minimum which seems ridiculous. They say it takes up 10.7MB for iOS in their documentation but not sure how they achieved that. The default app is much bigger than that based on the tests I've made.Does anyone actually have any apps with download sizes under 20mb in the iOS app store? How about under 10MB?I really like Flutter but am disappointed in this. I remade an app that was 2MB on the app store made with React Native, and yet the new Flutter version, which is basically identical is 30MB on the app store, even though it's only 6MB on Android.
August 13, 2019 at 06:26PM by loot6
https://ift.tt/31vt4DE
reddit
r/FlutterDev - Apps under 20MB in iOS App store?
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter - Cool Radial Menu with AnimatedSwitchers
https://youtu.be/1Bz06bLeWHY
August 13, 2019 at 08:04PM by rajayogan27
https://ift.tt/2ySGSvR
Flutter - Cool Radial Menu with AnimatedSwitchers
https://youtu.be/1Bz06bLeWHY
August 13, 2019 at 08:04PM by rajayogan27
https://ift.tt/2ySGSvR
YouTube
Flutter - Animations - Radial Menu with AnimatedSwitcher
Need an app ? - https://rajayogan.com
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
New post on Flutter Dev Google group:
Users upload Video Clips
Trying to app a social aspect to my app. I want users to be able to upload clips (super short videos) of gameplay. I can get images to work but not sure how to get video to work? Anyone pointing me in the right direction that would be great!
August 13, 2019 at 08:45PM by Brennan Altringer
https://ift.tt/2OV3vL0
Users upload Video Clips
Trying to app a social aspect to my app. I want users to be able to upload clips (super short videos) of gameplay. I can get images to work but not sure how to get video to work? Anyone pointing me in the right direction that would be great!
August 13, 2019 at 08:45PM by Brennan Altringer
https://ift.tt/2OV3vL0
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
'60 Days of Flutter : Building a Messenger from Scratch' : Day 2 - Setting Up A CI With Flutter
https://ift.tt/2yXfr3Y
August 13, 2019 at 10:15PM by aditya_gurjar
https://ift.tt/2YLRJqz
'60 Days of Flutter : Building a Messenger from Scratch' : Day 2 - Setting Up A CI With Flutter
https://ift.tt/2yXfr3Y
August 13, 2019 at 10:15PM by aditya_gurjar
https://ift.tt/2YLRJqz
Medium
60 Days of Flutter : Day 2 -Setting Up A CI With Flutter
What is a CI?
New post on /r/flutterdev subreddit:
Did you know there's a Flutter community group that does animated "Package of the Week" videos? Flutter Swiper (Package of the Week)
https://youtu.be/Ng-QQ6-9AJI
August 13, 2019 at 11:25PM by EngineerScientist
https://ift.tt/2YVVlWs
Did you know there's a Flutter community group that does animated "Package of the Week" videos? Flutter Swiper (Package of the Week)
https://youtu.be/Ng-QQ6-9AJI
August 13, 2019 at 11:25PM by EngineerScientist
https://ift.tt/2YVVlWs
YouTube
Flutter Swiper (Package of the Week)
Use the Flutter Swiper Package to create awesome carousel animations and more!Learn more about Flutter Swiper: https://pub.dev/packages/flutter_swiperColombo...