Reddit: Any one knows how to fix it?
https://ift.tt/2J3jCC7
Submitted May 26, 2018 at 06:00PM by OsuSeimei
via reddit https://ift.tt/2KYUVnl
https://ift.tt/2J3jCC7
Submitted May 26, 2018 at 06:00PM by OsuSeimei
via reddit https://ift.tt/2KYUVnl
Reddit: Flutter Layouts Walkthrough: Row, Column, Stack, Expanded, Padding
https://www.youtube.com/watch?v=RJEnTRBxaSg
Submitted May 26, 2018 at 05:54PM by bizz84
via reddit https://ift.tt/2KVt1c0
https://www.youtube.com/watch?v=RJEnTRBxaSg
Submitted May 26, 2018 at 05:54PM by bizz84
via reddit https://ift.tt/2KVt1c0
YouTube
Flutter Layouts Walkthrough: Row, Column, Stack, Expanded, Padding
Full source code: https://github.com/bizz84/layout-demo-flutter
In this video I show a demo app that I've made to explain how to build layouts in Flutter.
INCLUDED IN THIS VIDEO:
00:00 - Intro
01:15 - Row / Column
07:43 - Baseline
08:46 - Stack
13:40…
In this video I show a demo app that I've made to explain how to build layouts in Flutter.
INCLUDED IN THIS VIDEO:
00:00 - Intro
01:15 - Row / Column
07:43 - Baseline
08:46 - Stack
13:40…
Reddit: We developed and published a project using Flutter. The apps are on Google Play and App Store for a while. And we thought that we can share our experience, and ideas about using Flutter
https://ift.tt/2KTrVh1
Submitted May 26, 2018 at 10:10PM by metalfrekans
via reddit https://ift.tt/2sgafnY
https://ift.tt/2KTrVh1
Submitted May 26, 2018 at 10:10PM by metalfrekans
via reddit https://ift.tt/2sgafnY
Medium
Flutter at Jimdo: Our Experience and Fun Moments
We share our experience, ideas and fun moments while working with Flutter, a framework developed by Google.
Reddit: Preparing environment for app development with Flutter
https://ift.tt/2krbRYA
Submitted May 27, 2018 at 01:03AM by rebit03
via reddit https://ift.tt/2shui5q
https://ift.tt/2krbRYA
Submitted May 27, 2018 at 01:03AM by rebit03
via reddit https://ift.tt/2shui5q
Evilbull
Preparing environment for app development with Flutter
Flutter is framework for multiplatform app development. It supports Android, iOS and Fuchsia, which may be new Google operating system event...
GGroup: Can't Import english_words 3.1.0 #Help
< https://lh3.googleusercontent.com/-RCyCWTO59MM/WwqPvzmRqoI/AAAAAAAAAXg/q_e2QR4PhEwgkph6t3xJvInnf6uLZk-VwCLcBGAs/s1600/fl.JPG> I added english_words: ^3.1.0 on dependencies on pubspec.yaml and tied flutter packages get. Everything is ok but can't import 😴😴😴😴 < https://lh3.googleuserconten
Submitted May 27, 2018 at 01:00PM by Technology Channel
via Flutter Dev https://ift.tt/2scgjP3
< https://lh3.googleusercontent.com/-RCyCWTO59MM/WwqPvzmRqoI/AAAAAAAAAXg/q_e2QR4PhEwgkph6t3xJvInnf6uLZk-VwCLcBGAs/s1600/fl.JPG> I added english_words: ^3.1.0 on dependencies on pubspec.yaml and tied flutter packages get. Everything is ok but can't import 😴😴😴😴 < https://lh3.googleuserconten
Submitted May 27, 2018 at 01:00PM by Technology Channel
via Flutter Dev https://ift.tt/2scgjP3
Reddit: Integrate Google Maps Explained
https://youtu.be/2PVHzuuN9Ww
Submitted May 27, 2018 at 01:32PM by imthepk
via reddit https://ift.tt/2sgaoIc
https://youtu.be/2PVHzuuN9Ww
Submitted May 27, 2018 at 01:32PM by imthepk
via reddit https://ift.tt/2sgaoIc
YouTube
Flutter: Integrate Google Maps | Static maps
In this video, I will explain how to integrate google maps with all its features inside your flutter app.
Give star for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterGoogleMaps
Flutter Example Apps - https://goo.gl/8hZQkq…
Give star for this project on git and like the video.
Source Code - https://github.com/iampawan/FlutterGoogleMaps
Flutter Example Apps - https://goo.gl/8hZQkq…
Reddit: Our Journey With Flutter and Dart – Didiet Noor
https://ift.tt/2GUoeVZ
Submitted May 27, 2018 at 01:50PM by Elixane
via reddit https://ift.tt/2sc7btQ
https://ift.tt/2GUoeVZ
Submitted May 27, 2018 at 01:50PM by Elixane
via reddit https://ift.tt/2sc7btQ
Medium
Our Journey With Flutter and Dart
Flutter make us focus on what matters most
Reddit: Storing your secret keys in Flutter
https://ift.tt/2scxXBA
Submitted May 27, 2018 at 03:51PM by sokrato
via reddit https://ift.tt/2kuTF0n
https://ift.tt/2scxXBA
Submitted May 27, 2018 at 03:51PM by sokrato
via reddit https://ift.tt/2kuTF0n
Medium
Storing your secret keys in Flutter
I made this post because I (as some other people) had this same problem in Flutter. You want to store your API keys in your project, but…
Reddit: Building GitHub Flutter App — Part 1: Trending Repositories List
https://ift.tt/2IQ6EUB
Submitted May 27, 2018 at 09:51PM by Purple_Pizzazz
via reddit https://ift.tt/2IQm53c
https://ift.tt/2IQ6EUB
Submitted May 27, 2018 at 09:51PM by Purple_Pizzazz
via reddit https://ift.tt/2IQm53c
Medium
Building GitHub Flutter App — Part 1: Trending Repositories List
Introduction
Reddit: Flutter grid view animations
HiI want to create add / remove animations for a grid view plus maybe nice animations for initState but i couldn't figure out how to do that simple.Like with recyclerview on android i can use animateLayout to create items animation one after another etc....Plua it would.be helpful if someone have aguide for animations with examples... How to animate size of widget depending on its normal size... Like making it inflate from 0 to its default sizeBtw i am fetching data from firebase.
Submitted May 28, 2018 at 12:29AM by Code_PLeX
via reddit https://ift.tt/2IOQE9C
HiI want to create add / remove animations for a grid view plus maybe nice animations for initState but i couldn't figure out how to do that simple.Like with recyclerview on android i can use animateLayout to create items animation one after another etc....Plua it would.be helpful if someone have aguide for animations with examples... How to animate size of widget depending on its normal size... Like making it inflate from 0 to its default sizeBtw i am fetching data from firebase.
Submitted May 28, 2018 at 12:29AM by Code_PLeX
via reddit https://ift.tt/2IOQE9C
reddit
r/FlutterDev - Flutter grid view animations
1 votes and 0 so far on reddit
Reddit: My first application with Flutter - but also my first code experience with Dart !
Hello,I'm a full stack developer, mainly with Nodejs as backend, and Angular (web pages) and Swift (for iOS) for frontend. I'm not convinced with cross-platform frameworks for mobile applications due to limitations and performance issues. (I have already developed apps with Cordova and Xmarin) Generally, I prefer using native language for developing applications for iOS. Recently, I wanted to have a try with Flutter, so I decided to learn Dart to develop an application for Android and iOS. To learn Dart, I read the language specifications on the Dart website, then I read a lot of open-source code. You can find my app here : Google play https://play.google.com/store/apps/details?id=com.orange.labs.spilhen Apple App Store https://itunes.apple.com/fr/app/id1385377725No claim, it's just an application for fun. Your comments are welcome!As a main feedback from my experience, Flutter is really made for Android, the performance is much better compared to the iOS version. Stateful widgets are sometimes hard to control. I will write an article on my exprience, as well as the issues and limitations I had with Flutter.
Submitted May 28, 2018 at 03:01AM by Eimji
via reddit https://ift.tt/2LwXFtg
Hello,I'm a full stack developer, mainly with Nodejs as backend, and Angular (web pages) and Swift (for iOS) for frontend. I'm not convinced with cross-platform frameworks for mobile applications due to limitations and performance issues. (I have already developed apps with Cordova and Xmarin) Generally, I prefer using native language for developing applications for iOS. Recently, I wanted to have a try with Flutter, so I decided to learn Dart to develop an application for Android and iOS. To learn Dart, I read the language specifications on the Dart website, then I read a lot of open-source code. You can find my app here : Google play https://play.google.com/store/apps/details?id=com.orange.labs.spilhen Apple App Store https://itunes.apple.com/fr/app/id1385377725No claim, it's just an application for fun. Your comments are welcome!As a main feedback from my experience, Flutter is really made for Android, the performance is much better compared to the iOS version. Stateful widgets are sometimes hard to control. I will write an article on my exprience, as well as the issues and limitations I had with Flutter.
Submitted May 28, 2018 at 03:01AM by Eimji
via reddit https://ift.tt/2LwXFtg
Reddit: Flutter Weekly #Issue 21
https://ift.tt/2xjunez
Submitted May 28, 2018 at 09:55AM by throw_cs_far_away
via reddit https://ift.tt/2kwoa60
https://ift.tt/2xjunez
Submitted May 28, 2018 at 09:55AM by throw_cs_far_away
via reddit https://ift.tt/2kwoa60
mailchi.mp
Flutter Weekly #21
A weekly newsletter for flutter fans by flutter fans
Reddit: Flutter plugin for DialogFlow, Google's SDK for creating "conversational experiences" for Assistant, Alexa, etc.
https://ift.tt/2scj96C
Submitted May 28, 2018 at 09:23AM by Purple_Pizzazz
via reddit https://ift.tt/2siH5Vj
https://ift.tt/2scj96C
Submitted May 28, 2018 at 09:23AM by Purple_Pizzazz
via reddit https://ift.tt/2siH5Vj
GitHub
VictorRancesCode/flutter_dialogflow
Contribute to flutter_dialogflow development by creating an account on GitHub.
Reddit: Build Custom FABs and Bottom App Bars inside of Flutter
https://m.youtube.com/watch?feature=youtu.be&v=FhlI6SpevW8
Submitted May 28, 2018 at 09:03AM by Purple_Pizzazz
via reddit https://ift.tt/2sjm64S
https://m.youtube.com/watch?feature=youtu.be&v=FhlI6SpevW8
Submitted May 28, 2018 at 09:03AM by Purple_Pizzazz
via reddit https://ift.tt/2sjm64S
YouTube
Build Custom FABs and Bottom App Bars inside of Dart's Flutter Framework
In this tutorial, we create a custom FAB and bottom app bar with a custom Notch. Source Code: https://github.com/tensor-programming/Flutter_Fab_tutorial Diam...
Reddit: Flutter: Working with AnimatedSize
https://ift.tt/2IPPsmq
Submitted May 28, 2018 at 10:41AM by Purple_Pizzazz
via reddit https://ift.tt/2IUeGMl
https://ift.tt/2IPPsmq
Submitted May 28, 2018 at 10:41AM by Purple_Pizzazz
via reddit https://ift.tt/2IUeGMl
Medium
Flutter: Working with AnimatedSize
Flutter allows developers to craft high-quality mobile app user interfaces for iOS and Android. In this article, I would be exploring…
Reddit: Flutter: Working with AnimatedSize
I just published "Flutter: Working with AnimatedSize"https://medium.com/@79e16f5a5db1/35253ff8f16a
Submitted May 28, 2018 at 10:47AM by ibhavikmakwana
via reddit https://ift.tt/2kx2GWF
I just published "Flutter: Working with AnimatedSize"https://medium.com/@79e16f5a5db1/35253ff8f16a
Submitted May 28, 2018 at 10:47AM by ibhavikmakwana
via reddit https://ift.tt/2kx2GWF
Medium
Flutter: Working with AnimatedSize
Flutter allows developers to craft high-quality mobile app user interfaces for iOS and Android. In this article, I would be exploring…
Reddit: Master or Beta channel?
Which is the 'best' branch to develop on?
Submitted May 28, 2018 at 08:35PM by dukovni
via reddit https://ift.tt/2GXoXWh
Which is the 'best' branch to develop on?
Submitted May 28, 2018 at 08:35PM by dukovni
via reddit https://ift.tt/2GXoXWh
reddit
Master or Beta channel? • r/FlutterDev
Which is the 'best' branch to develop on?
Reddit: Another great video from Fluttery channel on YouTube
https://www.youtube.com/watch?v=syd0c9Vi2hg
Submitted May 28, 2018 at 10:53PM by AussieFlutterDev
via reddit https://ift.tt/2kAbP0p
https://www.youtube.com/watch?v=syd0c9Vi2hg
Submitted May 28, 2018 at 10:53PM by AussieFlutterDev
via reddit https://ift.tt/2kAbP0p