New post on /r/flutterdev subreddit:
What do you know about AniamtedSwitcher? – Flutter Community – Medium
https://ift.tt/2QR1hvF
December 14, 2018 at 05:05PM by RaoufRahiche
https://ift.tt/2SHFG68
What do you know about AniamtedSwitcher? – Flutter Community – Medium
https://ift.tt/2QR1hvF
December 14, 2018 at 05:05PM by RaoufRahiche
https://ift.tt/2SHFG68
Medium
Magically animate Widgets with ease
AnimatedSwitcher is one of the least known widgets in flutter actually the first time I heard about this widget was in a group meeting and…
New tweet from flutterio:
Wondering how to implement Google Maps in your Flutter app? But beware, the API is still going through change.
Read @kenzieschmoll's article ↓ https://t.co/7Pqv0U48qT— Flutter (@flutterio) December 14, 2018
December 14, 2018 at 06:13PM
http://twitter.com/flutterio/status/1073626925934043136
Wondering how to implement Google Maps in your Flutter app? But beware, the API is still going through change.
Read @kenzieschmoll's article ↓ https://t.co/7Pqv0U48qT— Flutter (@flutterio) December 14, 2018
December 14, 2018 at 06:13PM
http://twitter.com/flutterio/status/1073626925934043136
Twitter
Kenzie Schmoll (@kenzieschmoll) | Twitter
The latest Tweets from Kenzie Schmoll (@kenzieschmoll). #FlutterDevTools #Dart SWE @ Google PDX 🌃 working with @flutterdev @dart_lang
New post on /r/flutterdev subreddit:
A month of Flutter: rendering network images
https://ift.tt/2Eu63JX
December 14, 2018 at 09:32PM by abrahamwilliams
https://ift.tt/2QR48ox
A month of Flutter: rendering network images
https://ift.tt/2Eu63JX
December 14, 2018 at 09:32PM by abrahamwilliams
https://ift.tt/2QR48ox
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: rendering network images - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Google Maps and Flutter
https://ift.tt/2S1M1ts
December 14, 2018 at 10:30PM by Elixane
https://ift.tt/2QtnKQ6
Google Maps and Flutter
https://ift.tt/2S1M1ts
December 14, 2018 at 10:30PM by Elixane
https://ift.tt/2QtnKQ6
Medium
Adding Google Maps to Flutter
This article will show you step-by-step how to add a Google Map widget to your Flutter application.
New post on /r/flutterdev subreddit:
How does Flutter compare to other Hybrid App Frameworks/SDKs?
I haven't seen this kind of post here, so I thought I would ask it:What are the main advantages of flutter over other hybrid app SDKs/Frameworks?I'm currently just starting to create hybrid apps with a web development background. I know Angular so NativeScript is an alternative or ReactNative which uses React. There is also Ionic but that doesn't resolve in truly native apps?I think one big advantage of these frameworks is that you can share a lot of code when I also wan't to create a web app with similar features.I'm still very new to flutter but I feel like the developer experience (with hot reloading and debugging) is a lot better. Can't really speak on other topics yet. So how does flutter compare with other frameworks? How much are the apps customizable in design? How quick is the development process? What where your experiences?Looking forward to read your opinions!
December 14, 2018 at 11:47PM by jwknows
https://ift.tt/2QXueWQ
How does Flutter compare to other Hybrid App Frameworks/SDKs?
I haven't seen this kind of post here, so I thought I would ask it:What are the main advantages of flutter over other hybrid app SDKs/Frameworks?I'm currently just starting to create hybrid apps with a web development background. I know Angular so NativeScript is an alternative or ReactNative which uses React. There is also Ionic but that doesn't resolve in truly native apps?I think one big advantage of these frameworks is that you can share a lot of code when I also wan't to create a web app with similar features.I'm still very new to flutter but I feel like the developer experience (with hot reloading and debugging) is a lot better. Can't really speak on other topics yet. So how does flutter compare with other frameworks? How much are the apps customizable in design? How quick is the development process? What where your experiences?Looking forward to read your opinions!
December 14, 2018 at 11:47PM by jwknows
https://ift.tt/2QXueWQ
reddit
r/FlutterDev - How does Flutter compare to other Hybrid App Frameworks/SDKs?
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Performance, Flutter Games, Flutter Tooling, & More (#AskFlutter...
https://www.youtube.com/attribution_link?a=nJWD8ypbHr8&u=%2Fwatch%3Fv%3DxhVZZWmPhlU%26feature%3Dshare
December 15, 2018 at 05:12AM by Pixelreddit
https://ift.tt/2Qxmvj6
Flutter Performance, Flutter Games, Flutter Tooling, & More (#AskFlutter...
https://www.youtube.com/attribution_link?a=nJWD8ypbHr8&u=%2Fwatch%3Fv%3DxhVZZWmPhlU%26feature%3Dshare
December 15, 2018 at 05:12AM by Pixelreddit
https://ift.tt/2Qxmvj6
YouTube
Flutter Performance, Flutter Games, Flutter Tooling, & More (#AskFlutter at Flutter Live)
In this #AskFlutter section, Andrew Brogdon and Wm Leler speak with Ian Hickson, Technical Lead for Flutter, and Devon Carew, Flutter Tooling expert. They di...
New post on /r/flutterdev subreddit:
A port of the C# 101 LINQ Samples rewritten in Dart
I just found this and thought it would be useful to post here. When porting business logic code to Flutter and manipulating data, LINQ is very useful. This github repository has samples that show the C# version and then the equivalent Dart version. Unfortunately the C# samples use the 'query syntax' and not the 'lambda syntax' which I never use as its a C# only dialect wheres the Lambda syntax is more cross-language!Here are the Dart samples: https://github.com/mythz/dart-linq-examplesHere is the original C# LINQ Samples https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b
December 15, 2018 at 11:12AM by masterofmisc
https://ift.tt/2S8o7g0
A port of the C# 101 LINQ Samples rewritten in Dart
I just found this and thought it would be useful to post here. When porting business logic code to Flutter and manipulating data, LINQ is very useful. This github repository has samples that show the C# version and then the equivalent Dart version. Unfortunately the C# samples use the 'query syntax' and not the 'lambda syntax' which I never use as its a C# only dialect wheres the Lambda syntax is more cross-language!Here are the Dart samples: https://github.com/mythz/dart-linq-examplesHere is the original C# LINQ Samples https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b
December 15, 2018 at 11:12AM by masterofmisc
https://ift.tt/2S8o7g0
GitHub
GitHub - mythz/dart-linq-examples: C#'s 101 LINQ Samples translated to Dart
C#'s 101 LINQ Samples translated to Dart. Contribute to mythz/dart-linq-examples development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Dart for Flutter : Mixin in Dart
In object-oriented programming languages, a Mixin is a class that contains methods for use by other classes without having to be the parent class of those other classes.In other words mixins are normal classes from which we can borrow methods(or variables) without extending the class. And in dart we do this using the keyword with
. Like if you want to use class B as a mixin for class A then ,
Visit here for full article :
December 15, 2018 at 11:41AM by shubhamhackz
https://ift.tt/2CflseQ
Dart for Flutter : Mixin in Dart
In object-oriented programming languages, a Mixin is a class that contains methods for use by other classes without having to be the parent class of those other classes.In other words mixins are normal classes from which we can borrow methods(or variables) without extending the class. And in dart we do this using the keyword with
. Like if you want to use class B as a mixin for class A then ,
Visit here for full article :
December 15, 2018 at 11:41AM by shubhamhackz
https://ift.tt/2CflseQ
Medium
Dart for Flutter : Mixins in dart
In object-oriented programming languages, a Mixin is a class that contains methods for use by other classes without having to be the parent
New post on /r/flutterdev subreddit:
Fuchsia Friday: A first look at the Fuchsia SDK, which you can download here
https://ift.tt/2CcEoea
December 15, 2018 at 12:32PM by Elixane
https://ift.tt/2rBWrEp
Fuchsia Friday: A first look at the Fuchsia SDK, which you can download here
https://ift.tt/2CcEoea
December 15, 2018 at 12:32PM by Elixane
https://ift.tt/2rBWrEp
9to5Google
Fuchsia Friday: A first look at the Fuchsia SDK, which you can download here - 9to5Google
Today on Fuchsia Friday, we dive into the Fuchsia SDK and see what it has to offer developers who want to get a head start on Fuchsia.
New post on Flutter Dev Google group:
Workaround to know firebase on flutter
Hi, After follow the instruction on : https://ift.tt/2UJaDJj To install cloud_firestore on my project. But when I compile it I got the same error described on : https://ift.tt/2BkGHu2 But the github issue do not
December 15, 2018 at 01:14PM by Danilo Luiz Rheinheimer
https://ift.tt/2UTvwS6
Workaround to know firebase on flutter
Hi, After follow the instruction on : https://ift.tt/2UJaDJj To install cloud_firestore on my project. But when I compile it I got the same error described on : https://ift.tt/2BkGHu2 But the github issue do not
December 15, 2018 at 01:14PM by Danilo Luiz Rheinheimer
https://ift.tt/2UTvwS6
Dart Packages
cloud_firestore | Flutter Package
cloud_firestore Flutter and Dart package - Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.
New post on Flutter Dev Google group:
Android license status unknown
Hi Friends, How an solve this license status unknown? [√] Flutter (Channel stable, v1.0.0, on Microsoft Windows [Version 10.0.17134.407], locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK 28.0.3) X Android license status unknown. Thanks, Naveen
December 15, 2018 at 06:05PM by Eega Naveen Reddy
https://ift.tt/2QTEBLh
Android license status unknown
Hi Friends, How an solve this license status unknown? [√] Flutter (Channel stable, v1.0.0, on Microsoft Windows [Version 10.0.17134.407], locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK 28.0.3) X Android license status unknown. Thanks, Naveen
December 15, 2018 at 06:05PM by Eega Naveen Reddy
https://ift.tt/2QTEBLh
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:
Flutter Vision — Flutter + Firebase ML Vision + Firebase Cloud Firestore
https://ift.tt/2zUf5fp
December 15, 2018 at 06:42PM by thechrisbetz
https://ift.tt/2S1T45l
Flutter Vision — Flutter + Firebase ML Vision + Firebase Cloud Firestore
https://ift.tt/2zUf5fp
December 15, 2018 at 06:42PM by thechrisbetz
https://ift.tt/2S1T45l
Medium
Flutter Vision — Flutter + Firebase ML Vision + Firebase Cloud Firestore
In this tutorial we will build an iOS and Android app using Flutter, Firebase ML Vision, Cloud Firestore, and Firebase Storage
New post on /r/flutterdev subreddit:
Flutter: The BloC Pattern
https://youtu.be/LSljItPM_UE
December 15, 2018 at 06:26PM by imthepk
https://ift.tt/2Ev6mUR
Flutter: The BloC Pattern
https://youtu.be/LSljItPM_UE
December 15, 2018 at 06:26PM by imthepk
https://ift.tt/2Ev6mUR
YouTube
Flutter: The BloC Pattern on Whiteboard
In this video, I will explain you everything about bloc pattern on a whiteboard. #Flutter #BloC #Pattern
Subscribe to my new hindi channel CODEPUR.
Link - https://youtube.com/codepur
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
Subscribe to my new hindi channel CODEPUR.
Link - https://youtube.com/codepur
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
New post on /r/flutterdev subreddit:
Simple Dependency Injection Container for Flutter
https://pub.dartlang.org/packages/berryLooking forward to opinions and suggestions. Thank you.
December 15, 2018 at 09:38PM by criticalbh
https://ift.tt/2BkRbcW
Simple Dependency Injection Container for Flutter
https://pub.dartlang.org/packages/berryLooking forward to opinions and suggestions. Thank you.
December 15, 2018 at 09:38PM by criticalbh
https://ift.tt/2BkRbcW
Dart Packages
berry | Dart Package
berry Dart package - Dependency injection container.
New post on Flutter Dev Google group:
Flutter Schedule organization question/point me in the right direction
Hey everyone! I've been learning a lot lately but I'm stumped on this particular problem. I have a list of events that happen at certain times. I'd like to setup a tab view that allows you to scan dates from left to right, while a stream shows the events for that particular day. I'm not sure
December 16, 2018 at 12:18AM by Brennan Altringer
https://ift.tt/2BlzDNS
Flutter Schedule organization question/point me in the right direction
Hey everyone! I've been learning a lot lately but I'm stumped on this particular problem. I have a list of events that happen at certain times. I'd like to setup a tab view that allows you to scan dates from left to right, while a stream shows the events for that particular day. I'm not sure
December 16, 2018 at 12:18AM by Brennan Altringer
https://ift.tt/2BlzDNS
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:
A month of Flutter: FABulous authentication
https://ift.tt/2SaN36c
December 15, 2018 at 11:56PM by abrahamwilliams
https://ift.tt/2zZnxtS
A month of Flutter: FABulous authentication
https://ift.tt/2SaN36c
December 15, 2018 at 11:56PM by abrahamwilliams
https://ift.tt/2zZnxtS
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: FABulous authentication - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Flutter: an example of a medical app to classify arterial blood pressure
https://ift.tt/2Ghpp6P
December 16, 2018 at 07:22AM by Purple_Pizzazz
https://ift.tt/2QRGo3G
Flutter: an example of a medical app to classify arterial blood pressure
https://ift.tt/2Ghpp6P
December 16, 2018 at 07:22AM by Purple_Pizzazz
https://ift.tt/2QRGo3G
Medium
Flutter: an example of a medical app to classify arterial blood pressure
After the first article about a Child-Pugh score calculator, today I’m going to show you an example of app who analyzes the arterial blood…
New post on /r/flutterdev subreddit:
FlutterForce — Week 5
https://ift.tt/2BxvqH1
December 16, 2018 at 12:06PM by flutterist
https://ift.tt/2QBbVYm
FlutterForce — Week 5
https://ift.tt/2BxvqH1
December 16, 2018 at 12:06PM by flutterist
https://ift.tt/2QBbVYm
Medium
FlutterForce — #Week 5
Weekly Flutter Resources
New post on Flutter Dev Google group:
PlatformView for Fragment?
Hi, I would like to know if anyone has idea on the proper way to make Fragment work in PlatformView, or if this is supported at all. I want to use PlatformView in my code, but PlatformView expects a view, and unfortunately the 3rd party library I'd like to build the bridge on only provides
December 16, 2018 at 03:08PM by Edmund Tam
https://ift.tt/2UPoUUI
PlatformView for Fragment?
Hi, I would like to know if anyone has idea on the proper way to make Fragment work in PlatformView, or if this is supported at all. I want to use PlatformView in my code, but PlatformView expects a view, and unfortunately the 3rd party library I'd like to build the bridge on only provides
December 16, 2018 at 03:08PM by Edmund Tam
https://ift.tt/2UPoUUI
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 tweet from flutterio:
In this episode of the #BoringShow, @filiphracek and @Hixie take a deep dive on slivers. They cover the basics, implement a floating AppBar, and go on building their own crazy custom sliver.
Watch here → https://t.co/8v5OsQ1L2c pic.twitter.com/fqIpxkw2Oq— Flutter (@flutterio) December 16, 2018
December 16, 2018 at 06:45PM
http://twitter.com/flutterio/status/1074359758403133443
In this episode of the #BoringShow, @filiphracek and @Hixie take a deep dive on slivers. They cover the basics, implement a floating AppBar, and go on building their own crazy custom sliver.
Watch here → https://t.co/8v5OsQ1L2c pic.twitter.com/fqIpxkw2Oq— Flutter (@flutterio) December 16, 2018
December 16, 2018 at 06:45PM
http://twitter.com/flutterio/status/1074359758403133443
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.