Reddit: Create a Rounded Image Icon with Ripple Effect
https://ift.tt/2I4nSfL
Submitted June 19, 2018 at 06:04PM by gamelaunchplatform
via reddit https://ift.tt/2K1ulu2
https://ift.tt/2I4nSfL
Submitted June 19, 2018 at 06:04PM by gamelaunchplatform
via reddit https://ift.tt/2K1ulu2
Medium
Create a Rounded Image Icon with Ripple Effect in Flutter
Creating a circular image button with a Material splash effect in Flutter should be easy, and once you know how, it is! Hopefully, this…
Reddit: Easily navigate through your Flutter code by separating view and view-model
https://ift.tt/2M5A6aE
Submitted June 19, 2018 at 07:15PM by edrick97
via reddit https://ift.tt/2I1GZaD
https://ift.tt/2M5A6aE
Submitted June 19, 2018 at 07:15PM by edrick97
via reddit https://ift.tt/2I1GZaD
Medium
Easily navigate through your Flutter code by separating view and view-model
If you don’t already know about Flutter, it is an amazing developer-friendly, cross-platform mobile framework.
GGroup: [Breaking change] isInstanceOf in tests
The matcher package recently deprecated isInstanceOf. To reduce the breakage on tests in Flutter applications, I've temporarily pinned Flutter to a version of that package from before the deprecation, and have exported an isInstanceOf function from flutter_test to replace the class from the
Submitted June 19, 2018 at 08:49PM by Ian Hickson
via Flutter Dev https://ift.tt/2M6dExU
The matcher package recently deprecated isInstanceOf. To reduce the breakage on tests in Flutter applications, I've temporarily pinned Flutter to a version of that package from before the deprecation, and have exported an isInstanceOf function from flutter_test to replace the class from the
Submitted June 19, 2018 at 08:49PM by Ian Hickson
via Flutter Dev https://ift.tt/2M6dExU
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.
GGroup: Beta Update (v0.5.1)
We've just released a new build on the beta channel with version number v0.5.1. The new build is an update to beta 4. Here are some highlights from the change log < https://github.com/flutter/flutter/wiki/Changelog#changes-in-v051-since-v032---beta-5> : - #17661
Submitted June 19, 2018 at 09:43PM by hansmuller
via Flutter Dev https://ift.tt/2t7qftA
We've just released a new build on the beta channel with version number v0.5.1. The new build is an update to beta 4. Here are some highlights from the change log < https://github.com/flutter/flutter/wiki/Changelog#changes-in-v051-since-v032---beta-5> : - #17661
Submitted June 19, 2018 at 09:43PM by hansmuller
via Flutter Dev https://ift.tt/2t7qftA
GitHub
Changelog
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
Reddit: VoidRealms - Firebase Google Sign in
https://www.youtube.com/watch?v=bROui4ID9_Q
Submitted June 19, 2018 at 11:00PM by Purple_Pizzazz
via reddit https://ift.tt/2lirphH
https://www.youtube.com/watch?v=bROui4ID9_Q
Submitted June 19, 2018 at 11:00PM by Purple_Pizzazz
via reddit https://ift.tt/2lirphH
YouTube
Flutter 42 - Firebase Google Sign in
Check out my Dart and Flutter courses on Udemy: https://www.udemy.com/user/bryan-cairns/
Reddit: background_location_updates | Retrieve periodic location updates, even when the main App is not running
https://ift.tt/2ytXkoG
Submitted June 20, 2018 at 12:08AM by Elixane
via reddit https://ift.tt/2M511Dq
https://ift.tt/2ytXkoG
Submitted June 20, 2018 at 12:08AM by Elixane
via reddit https://ift.tt/2M511Dq
Dart Packages
background_location_updates | Flutter Package
background_location_updates Flutter and Dart package - Flutter Plugin providing access to the Device Location, even when the app is not running.
Reddit: Come follow us for Fluttery goodness!
https://ift.tt/2M55TIz
Submitted June 20, 2018 at 02:39AM by Ajaxml
via reddit https://ift.tt/2JRSDuj
https://ift.tt/2M55TIz
Submitted June 20, 2018 at 02:39AM by Ajaxml
via reddit https://ift.tt/2JRSDuj
Medium
Flutter Community – Medium
Articles and Stories from the Flutter Community.
GGroup: Is there any lib compatible with dart:js for flutter ?
Hi guys, I`m trying to use this signalr lib https://ift.tt/2K1lVmg on my flutter app, but its missing the dart:js and I cant find a way to import it, I`ve looked for some equivalent on flutter but couldnt find ... Any tips on how to fix it? I'm
Submitted June 20, 2018 at 04:39AM by Diego Garcia
via Flutter Dev https://ift.tt/2K6dOYR
Hi guys, I`m trying to use this signalr lib https://ift.tt/2K1lVmg on my flutter app, but its missing the dart:js and I cant find a way to import it, I`ve looked for some equivalent on flutter but couldnt find ... Any tips on how to fix it? I'm
Submitted June 20, 2018 at 04:39AM by Diego Garcia
via Flutter Dev https://ift.tt/2K6dOYR
GitHub
Layoric/SignalDart
SignalDart - A package to help use SignalR JS client with Dart
GGroup: Is there any way to change the length of tabController?
Hi guys, I am a newbie to flutter and I want to implement a tabbar with 3 tabs initially, but with a feature to increment the count of tabs later. I've noticed the length prop of tabbarcontroller is final, so is there any tips to do this?
Submitted June 20, 2018 at 06:01AM by Simon Chen
via Flutter Dev https://ift.tt/2t9rWqv
Hi guys, I am a newbie to flutter and I want to implement a tabbar with 3 tabs initially, but with a feature to increment the count of tabs later. I've noticed the length prop of tabbarcontroller is final, so is there any tips to do this?
Submitted June 20, 2018 at 06:01AM by Simon Chen
via Flutter Dev https://ift.tt/2t9rWqv
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: Building Basic Backend Servers with Dart's Core Library - Dart Tutorial
https://m.youtube.com/watch?feature=youtu.be&v=_6Qo2V_y0XU
Submitted June 20, 2018 at 10:13AM by Purple_Pizzazz
via reddit https://ift.tt/2lj65si
https://m.youtube.com/watch?feature=youtu.be&v=_6Qo2V_y0XU
Submitted June 20, 2018 at 10:13AM by Purple_Pizzazz
via reddit https://ift.tt/2lj65si
YouTube
Building Basic Backend Servers with Dart's Core Library - Dart Tutorial Part 4
In this tutorial, we look at how we can make some simple backend servers using dart's core library.
Source Code: https://github.com/tensor-programming/dart_http_tutorial
Feel free to donate:
Patreon: https://www.patreon.com/tensor_programming
BTC: 1Ex…
Source Code: https://github.com/tensor-programming/dart_http_tutorial
Feel free to donate:
Patreon: https://www.patreon.com/tensor_programming
BTC: 1Ex…
GGroup: Does anyone knows how to draw a star polygon using map_view coordinates?
Hi, I have a star logo and I have 5 different location. For each location I need to draw _polygons . Does anyone knows how to draw a star polygon using coordinates? *//Drawing* List *_polygons *= *[* *new *Polygon( "111"*,* *[* *new
Submitted June 20, 2018 at 10:19AM by Niyazi Toros
via Flutter Dev https://ift.tt/2M8oL9U
Hi, I have a star logo and I have 5 different location. For each location I need to draw _polygons . Does anyone knows how to draw a star polygon using coordinates? *//Drawing* List *_polygons *= *[* *new *Polygon( "111"*,* *[* *new
Submitted June 20, 2018 at 10:19AM by Niyazi Toros
via Flutter Dev https://ift.tt/2M8oL9U
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.
GGroup: Force Touch / 3D touch
Hello All - I'm considering using Flutter for my next app which has a very specific requirement on touch input. I'm looking for a framework with the ability to measure force touch (not just I/O) and the amount of skin. Based on these two links, I believe its not available on flutter apps for
Submitted June 20, 2018 at 02:49PM by Jason K
via Flutter Dev https://ift.tt/2K3Aiqn
Hello All - I'm considering using Flutter for my next app which has a very specific requirement on touch input. I'm looking for a framework with the ability to measure force touch (not just I/O) and the amount of skin. Based on these two links, I believe its not available on flutter apps for
Submitted June 20, 2018 at 02:49PM by Jason K
via Flutter Dev https://ift.tt/2K3Aiqn
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.
GGroup: Navigation issue and other one is white blank is getting for 2/3 seconds then splash screen is coming.
Hi Forks, I have written following code.But I am not able to navigate to next screen. void main() { MapView.setApiKey(Constants.API_KEY); runApp(new SplashScreen()); } class SplashScreen extends StatefulWidget { @override _SplashScreenState createState() => _SplashScreenState();
Submitted June 20, 2018 at 03:21PM by Kethu Satya
via Flutter Dev https://ift.tt/2I6IcNG
Hi Forks, I have written following code.But I am not able to navigate to next screen. void main() { MapView.setApiKey(Constants.API_KEY); runApp(new SplashScreen()); } class SplashScreen extends StatefulWidget { @override _SplashScreenState createState() => _SplashScreenState();
Submitted June 20, 2018 at 03:21PM by Kethu Satya
via Flutter Dev https://ift.tt/2I6IcNG
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: Announcing Flutter Release Preview 1
https://ift.tt/2K97srQ
Submitted June 20, 2018 at 05:01PM by JaapVermeulen
via reddit https://ift.tt/2I6LXmc
https://ift.tt/2K97srQ
Submitted June 20, 2018 at 05:01PM by JaapVermeulen
via reddit https://ift.tt/2I6LXmc
Medium
Announcing Flutter Release Preview 1
Community momentum builds on the path to release
Announcing Flutter Release Preview 1 at GMTC in China! This signals a new phase of development for Flutter as we move into the final stages of stabilization for 1.0
Learn more here → https://t.co/RbfrqDM9xK pic.twitter.com/MMprEqnNaT— Flutter (@flutterio) June 20, 2018
June 20, 2018 at 05:00PM
via Twitter https://twitter.com/flutterio
Learn more here → https://t.co/RbfrqDM9xK pic.twitter.com/MMprEqnNaT— Flutter (@flutterio) June 20, 2018
June 20, 2018 at 05:00PM
via Twitter https://twitter.com/flutterio
Medium
Announcing Flutter Release Preview 1
Community momentum builds on the path to release
It's always good to look at things from a new angle. Use the Transform widget to get a 3D perspective on your Flutter app. #WidgetWednesday
Learn how here → https://t.co/agMTEYIJA9 pic.twitter.com/uz3B6U5yUZ— Flutter (@flutterio) June 20, 2018
June 20, 2018 at 08:00PM
via Twitter https://twitter.com/flutterio
Learn how here → https://t.co/agMTEYIJA9 pic.twitter.com/uz3B6U5yUZ— Flutter (@flutterio) June 20, 2018
June 20, 2018 at 08:00PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetwednesday hashtag on Twitter
On Aug 8 @flutterio tweeted: "Allow users to drag & drop in your a.." - read what others are saying and join the conversation.
Reddit: ¿Flutter have flavors like Android?
Hello I want to program in flutter, but before I need to know if I can generate a lot of flavors like Java-Android.In Java-Android I generate 100 differents APKs with one click and same project
Submitted June 20, 2018 at 09:06PM by Basketball-ICO
via reddit https://ift.tt/2lnXnZU
Hello I want to program in flutter, but before I need to know if I can generate a lot of flavors like Java-Android.In Java-Android I generate 100 differents APKs with one click and same project
Submitted June 20, 2018 at 09:06PM by Basketball-ICO
via reddit https://ift.tt/2lnXnZU
reddit
r/FlutterDev - ¿Flutter have flavors like Android?
1 votes and 0 so far on reddit
Reddit: I need to show HTML doc in flutter - how can I achieve it?
I am getting some text, images and iframe from website via getElementsByTagName. I tried to use this tutorial https://proandroiddev.com/flutter-render-html-2a51f73f9db but for 1st method there is no possible to show iframe and for 2nd method iframe is just not shown :/ iframe has youtube video. Is there any other way to simply show html doc in flutter? Or should I just use regex to get what I need and then use some TextView?
Submitted June 20, 2018 at 09:33PM by czater
via reddit https://ift.tt/2lmhCao
I am getting some text, images and iframe from website via getElementsByTagName. I tried to use this tutorial https://proandroiddev.com/flutter-render-html-2a51f73f9db but for 1st method there is no possible to show iframe and for 2nd method iframe is just not shown :/ iframe has youtube video. Is there any other way to simply show html doc in flutter? Or should I just use regex to get what I need and then use some TextView?
Submitted June 20, 2018 at 09:33PM by czater
via reddit https://ift.tt/2lmhCao
Medium
Flutter — Render HTML
Hello,
Reddit: Implementing text input in Flutter apps – FlutterDoc
https://ift.tt/2tdMP47
Submitted June 20, 2018 at 10:57PM by Elixane
via reddit https://ift.tt/2I77xqQ
https://ift.tt/2tdMP47
Submitted June 20, 2018 at 10:57PM by Elixane
via reddit https://ift.tt/2I77xqQ
FlutterDoc
Implementing text input in Flutter apps – FlutterDoc
In an app I’m working on I needed to allow the user to input some data before sending it off to a server. This is quite a common task for…
Reddit: New recipes related to testing in the Flutter Cookbook
Introduction to unit testingMock dependencies using Mockito
Submitted June 20, 2018 at 10:33PM by JaapVermeulen
via reddit https://ift.tt/2tg0veP
Introduction to unit testingMock dependencies using Mockito
Submitted June 20, 2018 at 10:33PM by JaapVermeulen
via reddit https://ift.tt/2tg0veP
flutter.dev
An introduction to unit testing
How can you ensure that your app continues to work as you add more features orchange existing functionality? By writing tests.Unit tests are handy for verifying the behavior of a single function,method, or class. The [`test`]({{site.pub-pkg}}/test) package…
GGroup: Continuous animation inside a CustomPainter
Hello, I have been playing around with the CustomPainter class, and was wondering if it is possible to trigger repaints continuously to create a smooth animation. For example, something like this: class Sky extends CustomPainter { num sunRadius; Sky( [this.sunRadius = 0.2] );
Submitted June 20, 2018 at 11:42PM by Andres Colubri
via Flutter Dev https://ift.tt/2llO7Wg
Hello, I have been playing around with the CustomPainter class, and was wondering if it is possible to trigger repaints continuously to create a smooth animation. For example, something like this: class Sky extends CustomPainter { num sunRadius; Sky( [this.sunRadius = 0.2] );
Submitted June 20, 2018 at 11:42PM by Andres Colubri
via Flutter Dev https://ift.tt/2llO7Wg
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.