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

The bloc way of decomposing apps - there are very few comparisons to MVC - discuss
MVC being 1978's Model-View-Controller of course. The site https://mvc.givan.se/ has an excellent timeline (which I made minor contributions to) and also gives the family tree for this lasting quandary as to how to separate models and views and tie them together with events.One thing I suspect isn't possible with Bloc is a single model for (say) TODO items, and two alternate views with both showing the changes to the model as they happen.Also, for Bloc to be a design pattern, you see it applied to other technologies, too. i.e. any of those listed on http://todomvc.com/ maybe. As a pattern it should definitely be applicable to other pseudo-declarative markup languages like: QML, JavaFX, TornadoFX, and maybe others. Well, I'm not encountering bloc elsewhere which makes me think it is not a design pattern.

December 28, 2018 at 11:16AM by paul_h
http://bit.ly/2ERglmE
New post on /r/flutterdev subreddit:

Flutter listview with checkbox
Hwllo guys, Following is an article link which implements basic listiview with checkbox and checkbox handling in flutter.http://codesfor.in/flutter-listview-with-checkbox/

December 28, 2018 at 12:57PM by CodesFor
http://bit.ly/2AkhhwV
New post on /r/flutterdev subreddit:

Any good state management library for flutter?!
No text found

December 28, 2018 at 03:30PM by utopy
http://bit.ly/2GGE9fC
New post on /r/flutterdev subreddit:

Best design pattern for Flutter app mvvm, mvi, BloC, MVC, MVP...etc?
Hi all.We're looking to Port a Cordova SPA app to Flutter. We currently use MVC design pattern and have have had to use several 'hacks' to make it performant (like a full screen modal representing a page'.Moving to Flutter I've been reviewing various design patterns but cannot seem to find a definitive guide. Anyone messed with various design patterns? We have a feed and you swipe right to go-to native camera, swipe left to get to a chat list. You can open a chat and/or go-to a profile. There is also map view, settings page, onboarding and compose msg page.We planned to use the current SPA as a working app to copy and make our Flutter app. This is a Twitter esqe style app with lot of social sharing components, buttons etc. Full media. Anyway is there a architecture that is well suited ( best ) for this? I've seen http://fluttersamples.com/ but looking to see a more descriptive breakdown of the top few architecture recommendations for us.Thank you for any help.

December 28, 2018 at 07:47PM by JohnDeighton
http://bit.ly/2AlNyUc
New tweet from flutterio:

Happy New Year Flutter developers!

Let's ring in the 2019 with one last #FlutterFriday by learning how to build a form with validation! Form makes it easy to save, reset, or validate multiple input fields at once.

Learn more 👉 https://t.co/kd8LF14H6Z pic.twitter.com/3HfFpnVOc8— Flutter (@flutterio) December 28, 2018

December 28, 2018 at 06:54PM
http://twitter.com/flutterio/status/1078710683129298945
New tweet from flutterio:

See what's new since #FlutterLive! In this post, @csells recaps the event and shares some of the action that has been going on around the world.

Read post here → https://t.co/VLzyj6gkmq pic.twitter.com/6DprRNaqnl— Flutter (@flutterio) December 28, 2018

December 28, 2018 at 08:15PM
http://twitter.com/flutterio/status/1078731060941414400
New post on /r/flutterdev subreddit:

I'm on the beta channel but can't upgrade past 1.0, is this normal?
I'm working with another developer and on his machine, he's running beta v 1.1.0.doctor on my machine >>rekb@rekb-YOGA:~$ flutter doctor -v[✓] Flutter (Channel beta, v1.0.0, on Linux, locale en_US.UTF-8)• Flutter version 1.0.0 at /home/rekb/flutter• Framework revision 5391447fae (4 weeks ago), 2018-11-29 19:41:26 -0800• Engine revision 7375a0f414• Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)​[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)• Android SDK at /home/rekb/Android/Sdk• Android NDK location not configured (optional; useful for native profiling support)• Platform android-28, build-tools 28.0.3• Java binary at: /opt/android-studio/jre/bin/java• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)• All Android licenses accepted.​[✓] Android Studio (version 3.2)• Android Studio at /opt/android-studio• Flutter plugin version 31.3.1• Dart plugin version 181.5656• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)​[✓] Connected device (1 available)• Nokia 6 1 • PL2GAR9830110980 • android-arm64 • Android 9 (API 28)​• No issues found!​

December 28, 2018 at 10:43PM by somenick
http://bit.ly/2ETfxxS
New post on /r/flutterdev subreddit:

Flutter and Augmented Reality (ARKit and ARCore)
I am fairly new to flutter so I was wondering about this. Is there a way to add augmented reality to a flutter project. Using a native library for that matter. Let's say I have in native code created a new ViewController with ARSCNView is there a possibility to display that view in flutter ? and communicating back and forth with that viewcontroller ?

December 29, 2018 at 12:37AM by Qwin123321
http://bit.ly/2QUsr5D
New post on /r/flutterdev subreddit:

Flutter and Firebase cloud functions
Hi everyone. Are there any guides/resources that teach cloud functions from the perspective of a dart developer? I know the basics of JS but I'm assuming that there is a learning curve to be able to perform more advanced tasks in the cloud

December 29, 2018 at 12:27AM by moca__
http://bit.ly/2BOhFnl
New post on /r/flutterdev subreddit:

[Udemy Courses] Stephen Grider's or Max's Flutter course?
Looking to grab a flutter course from udemy to supplement my learning, both look good so I may even end up getting both. Which of the two have you guys liked more, and if I did get both which would you guys recommend starting with?(PS I'm a beginner programming so the more basics covered the better for me)

December 29, 2018 at 01:03AM by lemon07r
http://bit.ly/2AkjGI1
New post on /r/flutterdev subreddit:

Fully Offline Database with Firebase?
I'm looking to create an app that stores user data offline by default. The app will give users the option to create an account to store their data online. I know Firebase supports syncing offline data, but what I'd like to do is use Firebase completely offline from the get-go (similar to a local SQLite database), then if the user decides to create an account, it will use the online database instead. Is this possible? If not, what other options do I have?

December 29, 2018 at 07:27AM by Tenshar
http://bit.ly/2SqaeKd
New post on /r/flutterdev subreddit:

Object detection using Tensorflow and Yolo
Hi everyone,​I have published an application built on Flutter which is using Tensorlite and Yolo v2 for object detection.Here is the link to github repo:https://github.com/mth2610/flutter_object_detectorAnd here is the link of the app on google Playstore.https://play.google.com/store/apps/details?id=com.mth2610.objectdetector2​I hope it can be useful for somebody.​

December 29, 2018 at 08:43AM by behithop
http://bit.ly/2Q8Xl56