GGroup: Animate absolute Positioned Containers inside a Stack
Hello, I'm trying to animate a absolute positioned container at the end of a gesture drag. My absolute positioned containers inside a stack: child: new Container( child: new Stack( children: items .map( (item) => new Positioned( child: new Container(
Submitted January 24, 2018 at 11:40PM by Taco Perquin
via Flutter Dev http://ift.tt/2E7Aqmn
Hello, I'm trying to animate a absolute positioned container at the end of a gesture drag. My absolute positioned containers inside a stack: child: new Container( child: new Stack( children: items .map( (item) => new Positioned( child: new Container(
Submitted January 24, 2018 at 11:40PM by Taco Perquin
via Flutter Dev http://ift.tt/2E7Aqmn
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: .NET Rocks podcast: Flutter with Tim Sneath and Adam Barth
http://ift.tt/2E8GTgP
Submitted January 25, 2018 at 08:25AM by Purple_Pizzazz
via reddit http://ift.tt/2DA3T7k
http://ift.tt/2E8GTgP
Submitted January 25, 2018 at 08:25AM by Purple_Pizzazz
via reddit http://ift.tt/2DA3T7k
.NET Rocks!
.NET Rocks! vNext
.NET Rocks! is a weekly talk show for anyone interested in programming on the Microsoft .NET platform. The shows range from introductory information to hardcore geekiness.
Reddit: Today flutterio mentioned a Flutter UI Inspector Flutter UI Inspector.. Does anyone have mre informatin
https://twitter.com/flutterio/status/956229408783609856
Submitted January 25, 2018 at 10:16AM by makavelixx
via reddit http://ift.tt/2rDbYqy
https://twitter.com/flutterio/status/956229408783609856
Submitted January 25, 2018 at 10:16AM by makavelixx
via reddit http://ift.tt/2rDbYqy
Twitter
Flutter
Introducing the @flutterio Inspector, helping you inspect your UI (widget tree, render tree) with a visual tool. Try it today in M21 release of Flutter plugin for Android Studio and IntelliJ!
Reddit: JSON serialization in Dart strong mode
http://ift.tt/2E9e4RA
Submitted January 25, 2018 at 02:59PM by Elixane
via reddit http://ift.tt/2DvuUsz
http://ift.tt/2E9e4RA
Submitted January 25, 2018 at 02:59PM by Elixane
via reddit http://ift.tt/2DvuUsz
Aloïs Deniel
JSON serialization in Dart strong mode
A common task when building application nowadays consists of communicating with a distant server through REST APIs. These APIs often support JSON as a data format for communication through HTTP protocol. I found the task of deserializing data not so obvious…
Reddit: IntelliJ Idea or Android Studio? Which is better and why?
No text found
Submitted January 25, 2018 at 05:28PM by johnwayne2413
via reddit http://ift.tt/2naJShr
No text found
Submitted January 25, 2018 at 05:28PM by johnwayne2413
via reddit http://ift.tt/2naJShr
reddit
IntelliJ Idea or Android Studio? Which is better... • r/FlutterDev
6 points and 5 comments so far on reddit
GGroup: Incompatible change in InputDecorator
Pull requests #13734 and #14177 included incompatible changes that had to do with explicitly hiding the InputDecorator's border. Before #13734 the border was hidden if *hideDivider: true *was
Submitted January 25, 2018 at 10:17PM by hansmuller
via Flutter Dev http://ift.tt/2BtuGAt
Pull requests #13734 and #14177 included incompatible changes that had to do with explicitly hiding the InputDecorator's border. Before #13734 the border was hidden if *hideDivider: true *was
Submitted January 25, 2018 at 10:17PM by hansmuller
via Flutter Dev http://ift.tt/2BtuGAt
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: Transition absolute Positioned Containers inside a Stack
Hello, I have a question about Flutter and animation. I have a list of absolute Positioned Containers inside a Stack: child: new Container( // grey box child: new Stack( children: items .map( (item) => new Positioned( // red box
Submitted January 25, 2018 at 10:25PM by Taco Perquin
via Flutter Dev http://ift.tt/2nb3LoR
Hello, I have a question about Flutter and animation. I have a list of absolute Positioned Containers inside a Stack: child: new Container( // grey box child: new Stack( children: items .map( (item) => new Positioned( // red box
Submitted January 25, 2018 at 10:25PM by Taco Perquin
via Flutter Dev http://ift.tt/2nb3LoR
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: Firebase/Flutter/Android
Hey, I'm building an app in Android Studio using Firebase and while setting up authentication and saving data is simple, retrieving and displaying the data in the UI seems to present several challenges. While Firebase appears to have about 3 different approaches for implementing data into
Submitted January 25, 2018 at 10:25PM by Paul Trichon
via Flutter Dev http://ift.tt/2BsTubS
Hey, I'm building an app in Android Studio using Firebase and while setting up authentication and saving data is simple, retrieving and displaying the data in the UI seems to present several challenges. While Firebase appears to have about 3 different approaches for implementing data into
Submitted January 25, 2018 at 10:25PM by Paul Trichon
via Flutter Dev http://ift.tt/2BsTubS
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: Rental Ninja - a rental app with allegedly 70% code sharing between the web and Flutter mobile clients (Android & iOS)
http://ift.tt/2FgRyW6
Submitted January 26, 2018 at 12:09AM by roughike
via reddit http://ift.tt/2DJTGJ5
http://ift.tt/2FgRyW6
Submitted January 26, 2018 at 12:09AM by roughike
via reddit http://ift.tt/2DJTGJ5
Reddit: 3 new Flutter plugins: lamp (flashlight), screen (brightness, keep awake) & vibrate
screen: Plugin to manage the device's screen.vibrate: Plugin to vibrate the device.lamp: Plugin to access the device's lamp/torch.
Submitted January 26, 2018 at 12:51AM by KingBaal
via reddit http://ift.tt/2ndjYtD
screen: Plugin to manage the device's screen.vibrate: Plugin to vibrate the device.lamp: Plugin to access the device's lamp/torch.
Submitted January 26, 2018 at 12:51AM by KingBaal
via reddit http://ift.tt/2ndjYtD
Dart packages
screen | Flutter Package
A Flutter plugin to manage the device's screen on Android and iOS.
GGroup: Is it feasible to keep the hot reload feature in release mode?
My company is adopting the React Native and our App's DAU (Daily Active Users) is over 150 million. However we want to find an ideal substitution because of its BSD+Patents license risk. We did some research on Flutter. It is a candidate solution, but it seems lack of an important feature
Submitted January 26, 2018 at 07:14AM by Robin Kam
via Flutter Dev http://ift.tt/2BsO5Se
My company is adopting the React Native and our App's DAU (Daily Active Users) is over 150 million. However we want to find an ideal substitution because of its BSD+Patents license risk. We did some research on Flutter. It is a candidate solution, but it seems lack of an important feature
Submitted January 26, 2018 at 07:14AM by Robin Kam
via Flutter Dev http://ift.tt/2BsO5Se
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: How to animate a view from one view bounds to other view bounds
Hey Guys ! I am new to flutter and i have a question on how to implement a custom animation I need a custom tabbar where the indicator is behind the active tab. once you click another tab the indicator needs to move to the new tab position and also animate its size to fit the tabs bounds. I
Submitted January 26, 2018 at 08:04PM by Julian Lenz
via Flutter Dev http://ift.tt/2E9glvT
Hey Guys ! I am new to flutter and i have a question on how to implement a custom animation I need a custom tabbar where the indicator is behind the active tab. once you click another tab the indicator needs to move to the new tab position and also animate its size to fit the tabs bounds. I
Submitted January 26, 2018 at 08:04PM by Julian Lenz
via Flutter Dev http://ift.tt/2E9glvT
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 SDK Tutorial - Animations (App Development)
https://youtu.be/82PoFu7D48E
Submitted January 26, 2018 at 09:26PM by BramVbilsen
via reddit http://ift.tt/2DNFDSJ
https://youtu.be/82PoFu7D48E
Submitted January 26, 2018 at 09:26PM by BramVbilsen
via reddit http://ift.tt/2DNFDSJ
YouTube
Flutter SDK Tutorial - Animations (App Development)
In this tutorial, I guide you through making a simple animation with Flutter for both Android and iOS. We look at the Animation, AnimationController and Tick...
Reddit: Building a new app should I use flutter or do native ios and android
Hi all!Very excited to learn about Flutter.I want to build an app that needs to be available on both iOS and Android.I am an iOS developer, and would need to access to common shared libraries, which I generally install use pod files.Is there a similar thing for Flutter as well? How does that even work for Android? (i.e the framework is only for iOS, how would that same framework also just work for Android?).I am also curious if you folks recommend that I just build two separate apps, given that it would need maintenance. I am not using material design, and will have a designer give me assets.With that said, what kind of assets do I need for Flutter?
Submitted January 28, 2018 at 05:43AM by makingbread
via reddit http://ift.tt/2njzfZf
Hi all!Very excited to learn about Flutter.I want to build an app that needs to be available on both iOS and Android.I am an iOS developer, and would need to access to common shared libraries, which I generally install use pod files.Is there a similar thing for Flutter as well? How does that even work for Android? (i.e the framework is only for iOS, how would that same framework also just work for Android?).I am also curious if you folks recommend that I just build two separate apps, given that it would need maintenance. I am not using material design, and will have a designer give me assets.With that said, what kind of assets do I need for Flutter?
Submitted January 28, 2018 at 05:43AM by makingbread
via reddit http://ift.tt/2njzfZf
reddit
Building a new app should I use flutter or do... • r/FlutterDev
Hi all! Very excited to learn about Flutter. I want to build an app that needs to be available on both iOS and Android. I am an iOS developer,...
Reddit: Implementing adaptive master-detail layouts in Flutter
http://ift.tt/2rGFdsg
Submitted January 28, 2018 at 08:55PM by roughike
via reddit http://ift.tt/2GqS6u0
http://ift.tt/2rGFdsg
Submitted January 28, 2018 at 08:55PM by roughike
via reddit http://ift.tt/2GqS6u0
flutter.rocks
Implementing adaptive master-detail layouts in Flutter
A guide on how to convert existing mobile apps to adapt their layouts for tablet devices.
GGroup: Flutter: Future/async methods-how to pass updated variables before render Widget build(BuildContext)
I use the follow Firebase strucure to create a Private Chat: /// messages -> fromUserEncoded -> toUserEncoded -> text My authentication and access to Firebase are ok. /// * /// Future _ensureLoggedIn() async { /// GoogleSignInAccount user = googleSignIn.currentUser; /// if(user == null)
Submitted January 28, 2018 at 11:24PM by Colque Paxi
via Flutter Dev http://ift.tt/2rMv2mc
I use the follow Firebase strucure to create a Private Chat: /// messages -> fromUserEncoded -> toUserEncoded -> text My authentication and access to Firebase are ok. /// * /// Future _ensureLoggedIn() async { /// GoogleSignInAccount user = googleSignIn.currentUser; /// if(user == null)
Submitted January 28, 2018 at 11:24PM by Colque Paxi
via Flutter Dev http://ift.tt/2rMv2mc
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: What's up Flutter? January 2018
http://ift.tt/2rT0G1B
Submitted January 29, 2018 at 09:35AM by Triskeon
via reddit http://ift.tt/2GpRox0
http://ift.tt/2rT0G1B
Submitted January 29, 2018 at 09:35AM by Triskeon
via reddit http://ift.tt/2GpRox0
Triskell's wanderings
What's up Flutter? January 2018
Forewords This news report on Flutter is just a gathering of links and information about what happened this January. You may find lots of links on Twitter, Reddit, and newsletters, my first sources of information. This is just a way for me to stay up-to-date…
Reddit: Is there any in-depth Flutter video course or book or some such?
I've seen a few youtube videos but most are pretty basic.Here's what I'd like to see:An app w/ multiple screens w/ navigation.Data retrieved from network, persisted from disk, etc.Build quality: dart/flutter lint-ing/static analysis, continuous integration, unit tests / ui testsExample of integrating extras: push notifications, analytics, in-app-purchases or ads, crash reporting, beta testing, etc.I'm not familiar with Dart or Flutter so I'm just not sure about how to evaluate whether to use it for my project. But right now the only alternative is to build it in native Android (which I do know), then write the separate iOS app (which I know nothing of), or use React-Native which I haven't taken too very well.Nonetheless the other technologies all have books, Udemy/Udacity/etc. courses. What is there for Flutter?
Submitted January 29, 2018 at 11:26AM by TranslucentPond
via reddit http://ift.tt/2DHiaPS
I've seen a few youtube videos but most are pretty basic.Here's what I'd like to see:An app w/ multiple screens w/ navigation.Data retrieved from network, persisted from disk, etc.Build quality: dart/flutter lint-ing/static analysis, continuous integration, unit tests / ui testsExample of integrating extras: push notifications, analytics, in-app-purchases or ads, crash reporting, beta testing, etc.I'm not familiar with Dart or Flutter so I'm just not sure about how to evaluate whether to use it for my project. But right now the only alternative is to build it in native Android (which I do know), then write the separate iOS app (which I know nothing of), or use React-Native which I haven't taken too very well.Nonetheless the other technologies all have books, Udemy/Udacity/etc. courses. What is there for Flutter?
Submitted January 29, 2018 at 11:26AM by TranslucentPond
via reddit http://ift.tt/2DHiaPS
reddit
Is there any in-depth Flutter video course or book... • r/FlutterDev
I've seen a few youtube videos but most are pretty basic. Here's what I'd like to see: * An app w/ multiple screens w/ navigation. * Data...
Reddit: Leaflet map for Flutter
http://ift.tt/2Gpfd86
Submitted January 29, 2018 at 12:25PM by Sol_Ido
via reddit http://ift.tt/2rMMV4a
http://ift.tt/2Gpfd86
Submitted January 29, 2018 at 12:25PM by Sol_Ido
via reddit http://ift.tt/2rMMV4a
GitHub
johnpryan/leaflet_flutter
Contribute to leaflet_flutter development by creating an account on GitHub.
GGroup: flutter debug tools (debug_paint, etc) not showing up in Android Studio...
I'm using Android Studio for flutter development and noticed that View/Tool Windows/Flutter is missing (options for Debug_Paint, etc). Am wondering if this functionality only available in Intellij itself or should I be seeing it in Android Studio as well? Everything else with Flutter in Android
Submitted January 29, 2018 at 09:22PM by Dave Ripp
via Flutter Dev http://ift.tt/2DL5mYP
I'm using Android Studio for flutter development and noticed that View/Tool Windows/Flutter is missing (options for Debug_Paint, etc). Am wondering if this functionality only available in Intellij itself or should I be seeing it in Android Studio as well? Everything else with Flutter in Android
Submitted January 29, 2018 at 09:22PM by Dave Ripp
via Flutter Dev http://ift.tt/2DL5mYP
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: Serialize/Desrialize objects like java APIs?
In Java , serialization : ... ObjectOutputStream oos = null; try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); oos = new ObjectOutputStream(bos); oos.writeObject(obj); result = bos.toString("ISO-8859-1"); result = URLEncoder.encode(result, "UTF-8"); } catch
Submitted January 30, 2018 at 04:32AM by Qikai Yang
via Flutter Dev http://ift.tt/2Elv3QE
In Java , serialization : ... ObjectOutputStream oos = null; try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); oos = new ObjectOutputStream(bos); oos.writeObject(obj); result = bos.toString("ISO-8859-1"); result = URLEncoder.encode(result, "UTF-8"); } catch
Submitted January 30, 2018 at 04:32AM by Qikai Yang
via Flutter Dev http://ift.tt/2Elv3QE
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.