Reddit: Flutter - Reactive Programming - Streams - BLoC
https://ift.tt/2OVIXgi
Submitted August 22, 2018 at 08:48AM by Purple_Pizzazz
via reddit https://ift.tt/2w0zrlk
https://ift.tt/2OVIXgi
Submitted August 22, 2018 at 08:48AM by Purple_Pizzazz
via reddit https://ift.tt/2w0zrlk
Didier Boelens
Didier Boelens - Flutter
Flutter - Introduction to the notions of Streams, Bloc and Reactive Programming. Theory and practical examples.
Difficulty: Intermediate
Difficulty: Intermediate
Reddit: Wow finally some more progress on add2app
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps
Submitted August 22, 2018 at 12:09PM by shakil807
via reddit https://ift.tt/2Nbfq1I
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps
Submitted August 22, 2018 at 12:09PM by shakil807
via reddit https://ift.tt/2Nbfq1I
GitHub
Add Flutter to existing apps
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
Reddit: Yet another UI Challenge-ish post :)
https://ift.tt/2w54kVL
Submitted August 22, 2018 at 01:34PM by Marcinus
via reddit https://ift.tt/2N8A9TY
https://ift.tt/2w54kVL
Submitted August 22, 2018 at 01:34PM by Marcinus
via reddit https://ift.tt/2N8A9TY
Marcin Szałek - Blog
BMI Calculator in Flutter - part 1 - Gender | Marcin Szałek - Blog
This is another UI challenge post from me. This time I teamed up with Johny Vino to fully implement one of his awesome designs: BMI Calculator in Flutter.
Reddit: Flutter from Scratch - Mixing Animations with your UI widgets
https://ift.tt/2w3Z6cP
Submitted August 22, 2018 at 04:50PM by rajayogan27
via reddit https://ift.tt/2OXoqYP
https://ift.tt/2w3Z6cP
Submitted August 22, 2018 at 04:50PM by rajayogan27
via reddit https://ift.tt/2OXoqYP
T-Pub :)
Flutter – Mixing Animations with your UI
Hi Friends, Hope you are all well. In our past few posts we have been seeing about different type of animations right ? In this post let’s talk about bringing all these into our UI. To learn …
Reddit: I published a Chessboard widget for Flutter, take a look! It maintains the game state and provides callbacks for game events like moves, draws and checkmate.
https://ift.tt/2MKRkOj
Submitted August 22, 2018 at 04:29PM by deven9852
via reddit https://ift.tt/2OWRcJ3
https://ift.tt/2MKRkOj
Submitted August 22, 2018 at 04:29PM by deven9852
via reddit https://ift.tt/2OWRcJ3
Dart Packages
flutter_chess_board | Flutter Package
flutter_chess_board Flutter and Dart package - A Chessboard Widget for Flutter. The widget maintains game state and gives callbacks for game events.
GGroup: Timer Duration
How do I watch the Timer Duration to do something after a specific number of minutes/seconds before it ends? var duration = Duration(seconds: time); Which will end in an hour. I want for example when time passed 30 minutes call a function OR anything else. Thank you,
Submitted August 22, 2018 at 05:07PM by Sam W
via Flutter Dev https://ift.tt/2OXv0hV
How do I watch the Timer Duration to do something after a specific number of minutes/seconds before it ends? var duration = Duration(seconds: time); Which will end in an hour. I want for example when time passed 30 minutes call a function OR anything else. Thank you,
Submitted August 22, 2018 at 05:07PM by Sam W
via Flutter Dev https://ift.tt/2OXv0hV
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.
Reddit: Flutter: Different fonts for different locales – SAUGO 360 – Medium
https://ift.tt/2Pt71IC
Submitted August 22, 2018 at 05:50PM by aalhamali
via reddit https://ift.tt/2Ll3EjH
https://ift.tt/2Pt71IC
Submitted August 22, 2018 at 05:50PM by aalhamali
via reddit https://ift.tt/2Ll3EjH
Medium
Flutter: Different fonts for different locales
“This English font is great for my app, but I need a different font for my Arabic locale”
Reddit: Lessons Learned from Writing Flutter Apps | SkillsCast
https://ift.tt/2nZScRb
Submitted August 22, 2018 at 11:22PM by Elixane
via reddit https://ift.tt/2wicvwV
https://ift.tt/2nZScRb
Submitted August 22, 2018 at 11:22PM by Elixane
via reddit https://ift.tt/2wicvwV
Skillsmatter
Lessons Learned from Writing Flutter Apps | SkillsCast
| 20th August 2018
| 20th August 2018
FlutterLDN community cast. Matt Sullivan: After nine months hacking on Flutter from alpha to beta to release candidate, the way I write Flutter apps has morp...
Reddit: Testing Tidbit - Writing widget tests for navigation events
https://ift.tt/2w3c5eQ
Submitted August 23, 2018 at 01:05AM by roughike
via reddit https://ift.tt/2nYrhFs
https://ift.tt/2w3c5eQ
Submitted August 23, 2018 at 01:05AM by roughike
via reddit https://ift.tt/2nYrhFs
iirokrankka.com
Testing Tidbit - Writing widget tests for navigation events
Find out how to test push and pop events by using the WidgetTester APIs and mockito. Learn how to tap things. Be bummed out because awaiting Futures from the framework doesn’t work in tests. Also, learn how to say “navigate to details page” in Finnish.
Reddit: Making the Most of Flutter: From Basics to Customization
https://ift.tt/2BIUtKa
Submitted August 23, 2018 at 12:48AM by Darkglow666
via reddit https://ift.tt/2wkSOoj
https://ift.tt/2BIUtKa
Submitted August 23, 2018 at 12:48AM by Darkglow666
via reddit https://ift.tt/2wkSOoj
Hacker Noon
Making the Most of Flutter: From Basics to Customization
Open-source SDK Flutter offers developers a way to readily deploy custom user interfaces for Android and iOS apps — once you know how to…
GGroup: [Breaking Change] Route.didChangePrevious will now also trigger when the route is pushed
With https://ift.tt/2NafhMd, when a new Route is added via push , pushReplacement or replace
Submitted August 23, 2018 at 02:37AM by Xiao Yu
via Flutter Dev https://ift.tt/2MPL4F0
With https://ift.tt/2NafhMd, when a new Route is added via push , pushReplacement or replace
Submitted August 23, 2018 at 02:37AM by Xiao Yu
via Flutter Dev https://ift.tt/2MPL4F0
GitHub
Auto populate nav bar title and previous from page route by xster · Pull Request #19637 · flutter/flutter
Diffbases #19729
xster/flutter@value_listenable_builder...xster:nav-bar-title-2
First step for #9446
xster/flutter@value_listenable_builder...xster:nav-bar-title-2
First step for #9446
Reddit: “Flutter | Multiple contacts selection using two plugins | A custom code” - FlutterPub
https://ift.tt/2wfhZsq
Submitted August 23, 2018 at 07:37AM by wajahatkarim3
via reddit https://ift.tt/2Lj4D41
https://ift.tt/2wfhZsq
Submitted August 23, 2018 at 07:37AM by wajahatkarim3
via reddit https://ift.tt/2Lj4D41
Medium
Flutter | Multiple contacts selection using two plugins | A custom code
Hi Flutterers!
GGroup: View All Device Apps
I want to build a screen which shows all the installed applications in the device including their icons. I am able to show the appname, packagename and version but not their icons. Please help me This is the code I used so far import 'package:device_apps/device_apps.dart'; import 'package:flutter
Submitted August 23, 2018 at 12:44PM by Marshall Shelly
via Flutter Dev https://ift.tt/2MJ5qQo
I want to build a screen which shows all the installed applications in the device including their icons. I am able to show the appname, packagename and version but not their icons. Please help me This is the code I used so far import 'package:device_apps/device_apps.dart'; import 'package:flutter
Submitted August 23, 2018 at 12:44PM by Marshall Shelly
via Flutter Dev https://ift.tt/2MJ5qQo
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.
Reddit: Flutter Advanced: Overlay Widget | Ep 7 | Flutter Weekly Widgets
https://youtu.be/KuXKwjv2gTY
Submitted August 23, 2018 at 02:19PM by imthepk
via reddit https://ift.tt/2P0Nezi
https://youtu.be/KuXKwjv2gTY
Submitted August 23, 2018 at 02:19PM by imthepk
via reddit https://ift.tt/2P0Nezi
YouTube
Flutter Advanced: Overlay Widget | Ep 7 | Flutter Weekly Widgets
In this video, I will explain how to use overlay, overlay state and overlay entry widgets in detail.
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterWidgets
Flutter UI Kit - https://goo.gl/N2RxBf…
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterWidgets
Flutter UI Kit - https://goo.gl/N2RxBf…
GGroup: Using C/C++ library?
There is this article https://ift.tt/2hO2K4N about using native extensions (C/C++ library) on Dart VM and is dated 2012 and for Dart 1.x. Is it applicable for Dart 2 and Flutter app? I understand one can use C/C++ library in Flutter by writing plugins for iOS
Submitted August 23, 2018 at 05:21PM by Jaxon Du
via Flutter Dev https://ift.tt/2o2Uf75
There is this article https://ift.tt/2hO2K4N about using native extensions (C/C++ library) on Dart VM and is dated 2012 and for Dart 1.x. Is it applicable for Dart 2 and Flutter app? I understand one can use C/C++ library in Flutter by writing plugins for iOS
Submitted August 23, 2018 at 05:21PM by Jaxon Du
via Flutter Dev https://ift.tt/2o2Uf75
www.dartlang.org
Native Extensions for the Standalone Dart VM
Learn how to enable command-line Dart apps to call C/C++ functions.
Reddit: Poll: In August 2018, which is faster to make a new app: Flutter or Native?
https://ift.tt/2MvxmrN
Submitted August 23, 2018 at 05:22PM by Ahoy76
via reddit https://ift.tt/2o5nJBu
https://ift.tt/2MvxmrN
Submitted August 23, 2018 at 05:22PM by Ahoy76
via reddit https://ift.tt/2o5nJBu
reddit
r/androiddev - Poll: In August 2018, which is faster to make a new app: Flutter or Native?
3 votes and 7 comments so far on Reddit
Reddit: Flutter - Hero Animation Tutorial
https://www.youtube.com/watch?v=DExeje5_vfw
Submitted August 23, 2018 at 05:45PM by RobertBrunhage
via reddit https://ift.tt/2MsuH1T
https://www.youtube.com/watch?v=DExeje5_vfw
Submitted August 23, 2018 at 05:45PM by RobertBrunhage
via reddit https://ift.tt/2MsuH1T
YouTube
Flutter - Hero Animation Tutorial
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
GGroup: Cloud_firestore and Firebase_auth not working together .
I am developing a Flutter app. My app works fine with cloud_firestore and firebase_auth packages when I use them separately. However, when I include both of them together in my pubspecs.yaml file, the build fails and the following message is shown: *Note: /home/saber/Code/mobile_dev/flutter/.pu
Submitted August 23, 2018 at 07:04PM by Animesh singh
via Flutter Dev https://ift.tt/2BGWF54
I am developing a Flutter app. My app works fine with cloud_firestore and firebase_auth packages when I use them separately. However, when I include both of them together in my pubspecs.yaml file, the build fails and the following message is shown: *Note: /home/saber/Code/mobile_dev/flutter/.pu
Submitted August 23, 2018 at 07:04PM by Animesh singh
via Flutter Dev https://ift.tt/2BGWF54
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.
Reddit: Flutter from Scratch - Mapbox and Polylines
https://ift.tt/2P0VMpP
Submitted August 23, 2018 at 07:02PM by rajayogan27
via reddit https://ift.tt/2wf7BBZ
https://ift.tt/2P0VMpP
Submitted August 23, 2018 at 07:02PM by rajayogan27
via reddit https://ift.tt/2wf7BBZ
T-Pub :)
Flutter – Mapbox and Polylines
Hi Friends, Hope you are all well. In this post let’s talk about bringing maps from a Map service provider called Mapbox and drawing Polylines on the maps. To learn the basics of flutter get …
GGroup: Hermetic Builds with Bazel
Hi Flutter Team, 1) Is Bazel supported as an option to build Flutter apps? 2) If not (OR yes, but Google internal), when can we expect external Bazel support for building Flutter apps? I see that there is a recently opened issue (danke Matan) [1]. However, there does not seem to be any
Submitted August 23, 2018 at 09:15PM by Aham Brahmasmi
via Flutter Dev https://ift.tt/2o4xDDf
Hi Flutter Team, 1) Is Bazel supported as an option to build Flutter apps? 2) If not (OR yes, but Google internal), when can we expect external Bazel support for building Flutter apps? I see that there is a recently opened issue (danke Matan) [1]. However, there does not seem to be any
Submitted August 23, 2018 at 09:15PM by Aham Brahmasmi
via Flutter Dev https://ift.tt/2o4xDDf
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.
Reddit: dragable_flutter_list | Flutter package which handles all aspects of drag and drop inside a listView
https://ift.tt/2w47Hfq
Submitted August 23, 2018 at 09:53PM by Purple_Pizzazz
via reddit https://ift.tt/2NcUZlf
https://ift.tt/2w47Hfq
Submitted August 23, 2018 at 09:53PM by Purple_Pizzazz
via reddit https://ift.tt/2NcUZlf
Dart Packages
dragable_flutter_list | Flutter Package
dragable_flutter_list Flutter and Dart package - a dragable flutter list optimized from flutter_list_drag_and_drop.