New post on /r/flutterdev subreddit:
Simple Recipes App made in Flutter — Firestore
https://ift.tt/2zLpWrW
December 08, 2018 at 09:37AM by Purple_Pizzazz
https://ift.tt/2E7mElK
Simple Recipes App made in Flutter — Firestore
https://ift.tt/2zLpWrW
December 08, 2018 at 09:37AM by Purple_Pizzazz
https://ift.tt/2E7mElK
Medium
Simple Recipes App made in Flutter — Firestore
How to store your favorite recipes in a Firestore database by using Dart and Flutter.
New post on /r/flutterdev subreddit:
Comparing Flutter and React Native by the numbers 📈
https://ift.tt/2E8FuZF
December 08, 2018 at 12:03PM by mobilehackers
https://ift.tt/2G1GAJk
Comparing Flutter and React Native by the numbers 📈
https://ift.tt/2E8FuZF
December 08, 2018 at 12:03PM by mobilehackers
https://ift.tt/2G1GAJk
Medium
Comparing React Native and Flutter by the numbers
Two of the best Hybrid Frameworks for Mobile Development
New post on /r/flutterdev subreddit:
How to make statefull reusable widget ?
If I wanted to make stateless reusable widget, I can easily make it.but when it comes to statefull reusable widget, I can'thelp me
December 08, 2018 at 04:55PM by nitishk72
https://ift.tt/2EmnEmO
How to make statefull reusable widget ?
If I wanted to make stateless reusable widget, I can easily make it.but when it comes to statefull reusable widget, I can'thelp me
December 08, 2018 at 04:55PM by nitishk72
https://ift.tt/2EmnEmO
reddit
r/FlutterDev - How to make statefull reusable widget ?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Simple folding cell widget implemented in Flutter
https://ift.tt/2BWwwx3
December 08, 2018 at 04:10PM by Purple_Pizzazz
https://ift.tt/2rqv7ca
Simple folding cell widget implemented in Flutter
https://ift.tt/2BWwwx3
December 08, 2018 at 04:10PM by Purple_Pizzazz
https://ift.tt/2rqv7ca
Dart Packages
folding_cell | Flutter Package
folding_cell Flutter and Dart package - Simple folding cell widget implemented in Flutter. Its a widget so add it to any container widget as a child.
New post on /r/flutterdev subreddit:
Exporting Adobe Xd (or any other mockup tool) directly to Flutter
Oh, hello Flutter community.I've recently developed an app using Flutter and fell in love with it. Ease of use, power, performance etc.I also worked along a designer to help with the front end.Coding the interface using a mockup made with Adobe Xd was quite easy with Flutter, however, I would've saved a lot of time if Adobe Xd had the ability to export everything directly to Flutter/Dart code.I would've hit the ground running, a few modifications here and there, and start focusing on the backend right away. I would've hit the ground running, as they say.Any thoughts on this idea? I know it's probably wishful thinking but, food for thought.SocialMammoth
December 08, 2018 at 06:06PM by SocialMammoth
https://ift.tt/2EjeI1D
Exporting Adobe Xd (or any other mockup tool) directly to Flutter
Oh, hello Flutter community.I've recently developed an app using Flutter and fell in love with it. Ease of use, power, performance etc.I also worked along a designer to help with the front end.Coding the interface using a mockup made with Adobe Xd was quite easy with Flutter, however, I would've saved a lot of time if Adobe Xd had the ability to export everything directly to Flutter/Dart code.I would've hit the ground running, a few modifications here and there, and start focusing on the backend right away. I would've hit the ground running, as they say.Any thoughts on this idea? I know it's probably wishful thinking but, food for thought.SocialMammoth
December 08, 2018 at 06:06PM by SocialMammoth
https://ift.tt/2EjeI1D
reddit
r/FlutterDev - Exporting Adobe Xd (or any other mockup tool) directly to Flutter
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
16. Flutter e-commerce app: passing images to different pages
https://www.youtube.com/attribution_link?a=ANWvMIfWuIQ&u=%2Fwatch%3Fv%3D4DxEgh39aHg%26feature%3Dshare
December 08, 2018 at 05:41PM by kibatheseven
https://ift.tt/2SzLXRC
16. Flutter e-commerce app: passing images to different pages
https://www.youtube.com/attribution_link?a=ANWvMIfWuIQ&u=%2Fwatch%3Fv%3D4DxEgh39aHg%26feature%3Dshare
December 08, 2018 at 05:41PM by kibatheseven
https://ift.tt/2SzLXRC
YouTube
16. Flutter e-commerce app: passing images to different pages
in this video we are going to pass the page content from one page to the other
New post on /r/flutterdev subreddit:
Running Dart code in the background.
Really enjoying flutter so far! I have a question about how I would trigger flutter code in the background? I have read the medium post and it didnt clear things up for me..I want to start an Android Service that when it is triggered, runs flutter code with the geoLocator plugin; https://pub.dartlang.org/packages/geolocator (without opening up the app)Is this the wrong way to go? Should I rather just create the Android service which runs a locationlistener?Thanks in advance - a Flutter beginner
December 08, 2018 at 05:21PM by ModernOldschool
https://ift.tt/2RKtfGC
Running Dart code in the background.
Really enjoying flutter so far! I have a question about how I would trigger flutter code in the background? I have read the medium post and it didnt clear things up for me..I want to start an Android Service that when it is triggered, runs flutter code with the geoLocator plugin; https://pub.dartlang.org/packages/geolocator (without opening up the app)Is this the wrong way to go? Should I rather just create the Android service which runs a locationlistener?Thanks in advance - a Flutter beginner
December 08, 2018 at 05:21PM by ModernOldschool
https://ift.tt/2RKtfGC
Dart packages
geolocator | Flutter Package
Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
New post on /r/flutterdev subreddit:
A "Clean"er approach to Flutter with BLOC including Unit, Widgets and Integration Tests
https://ift.tt/2EmxZPU
December 08, 2018 at 07:23PM by Vanethos
https://ift.tt/2E9sIKs
A "Clean"er approach to Flutter with BLOC including Unit, Widgets and Integration Tests
https://ift.tt/2EmxZPU
December 08, 2018 at 07:23PM by Vanethos
https://ift.tt/2E9sIKs
GitHub
Vanethos/flutter-writting-prompt
Flutter example app used to show Writing Prompts to the user - Vanethos/flutter-writting-prompt
New post on /r/flutterdev subreddit:
World's first CI/CD exclusively for Flutter
https://codemagic.io
December 08, 2018 at 09:20PM by etca2z
https://ift.tt/2GgWLT4
World's first CI/CD exclusively for Flutter
https://codemagic.io
December 08, 2018 at 09:20PM by etca2z
https://ift.tt/2GgWLT4
Codemagic
Codemagic - CI/CD for Android, iOS, Flutter and React Native projects
Boost your mobile app development with continuous integration and delivery. Replace manual intervention and build, test and deliver mobile apps 20% faster with CI/CD for mobile
New post on /r/flutterdev subreddit:
A month of Flutter: a list of posts
https://ift.tt/2QEb5t8
December 08, 2018 at 10:38PM by abrahamwilliams
https://ift.tt/2E6jRJH
A month of Flutter: a list of posts
https://ift.tt/2QEb5t8
December 08, 2018 at 10:38PM by abrahamwilliams
https://ift.tt/2E6jRJH
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: a list of posts - 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: Animation Series || Episode 2
https://www.youtube.com/watch?v=kNVkC99p3Ho
December 08, 2018 at 10:24PM by Elixane
https://ift.tt/2QM8ZHo
Flutter: Animation Series || Episode 2
https://www.youtube.com/watch?v=kNVkC99p3Ho
December 08, 2018 at 10:24PM by Elixane
https://ift.tt/2QM8ZHo
YouTube
Flutter Animation: Ep 2 || Animation Series || Easing
This is the second episode of Flutter AnimatIon Series.
#Flutter #Animations
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/AnimationSeries
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example…
#Flutter #Animations
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/AnimationSeries
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example…
New post on Flutter Dev Google group:
New Project Advice Regarding multi-color svg
I have an app idea I would like to implement. I saw Flutter and thought I might try it if it has the features I want/need to complete my app. I can see most of what I want is there. One thing I need is a color coded image I have already created as an Android svg file. I attempted to find out if
December 09, 2018 at 09:06AM by Mitch Besser
https://ift.tt/2Pszjlo
New Project Advice Regarding multi-color svg
I have an app idea I would like to implement. I saw Flutter and thought I might try it if it has the features I want/need to complete my app. I can see most of what I want is there. One thing I need is a color coded image I have already created as an Android svg file. I attempted to find out if
December 09, 2018 at 09:06AM by Mitch Besser
https://ift.tt/2Pszjlo
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 Flutter Dev Google group:
Testing Slack integration (pls ignore)
Sent via the google groups site in the browser, too see what happens...
December 09, 2018 at 12:13PM by Ash Simmonds
https://ift.tt/2Ekoxwp
Testing Slack integration (pls ignore)
Sent via the google groups site in the browser, too see what happens...
December 09, 2018 at 12:13PM by Ash Simmonds
https://ift.tt/2Ekoxwp
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 Flutter Dev Google group:
Slack integration test v2 (pls ignore)
Again done via browser, to see polling discretion and such.
December 09, 2018 at 12:20PM by Ash Simmonds
https://ift.tt/2Eb64kQ
Slack integration test v2 (pls ignore)
Again done via browser, to see polling discretion and such.
December 09, 2018 at 12:20PM by Ash Simmonds
https://ift.tt/2Eb64kQ
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:
Complete flutter tutorial series part 1, how to build a timer app from scratch
https://ift.tt/2ru64oG
December 09, 2018 at 12:09PM by ashish173
https://ift.tt/2PsVS9E
Complete flutter tutorial series part 1, how to build a timer app from scratch
https://ift.tt/2ru64oG
December 09, 2018 at 12:09PM by ashish173
https://ift.tt/2PsVS9E
Medium
Flutter Tutorial Part 1: Build a Flutter app from scratch
Part 1 of the complete flutter tutorial series
New post on /r/flutterdev subreddit:
Flutter — PageView & Zoom transition
https://ift.tt/2G5va7x
December 09, 2018 at 01:33PM by Elixane
https://ift.tt/2rravAH
Flutter — PageView & Zoom transition
https://ift.tt/2G5va7x
December 09, 2018 at 01:33PM by Elixane
https://ift.tt/2rravAH
Medium
Flutter — PageView & Zoom transition
I was given a design to prototype in Android at work. Circle images that snap to the centre, and zoom into place.
New post on Flutter Dev Google group:
app.dart error when navigating to new page using ontap
I am using Fontawesome icons to navigate to a new page in flutter using ontap and im getting a strange error in app.dart. Im pretty new to dart so my debugging skills arent revealing anything. The error is : The following assertion was thrown building MaterialApp(dirty, state: > _MaterialAppS
December 09, 2018 at 05:30PM by s...@lightbridgeinc.com
https://ift.tt/2Uvx7gt
app.dart error when navigating to new page using ontap
I am using Fontawesome icons to navigate to a new page in flutter using ontap and im getting a strange error in app.dart. Im pretty new to dart so my debugging skills arent revealing anything. The error is : The following assertion was thrown building MaterialApp(dirty, state: > _MaterialAppS
December 09, 2018 at 05:30PM by s...@lightbridgeinc.com
https://ift.tt/2Uvx7gt
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 Flutter Dev Google group:
widget encapsulation vs. inheritance?
Hello all, I am interested in the thoughts of other programmers regarding the best way to extend the capabilities of Widgets in the Flutter library. I have found that for every custom widget I have made, I have ended up creating a StatefulWidget or StatelessWidget and encapsulating the widget
December 09, 2018 at 05:41PM by Rick Spencer
https://ift.tt/2EatOpt
widget encapsulation vs. inheritance?
Hello all, I am interested in the thoughts of other programmers regarding the best way to extend the capabilities of Widgets in the Flutter library. I have found that for every custom widget I have made, I have ended up creating a StatefulWidget or StatelessWidget and encapsulating the widget
December 09, 2018 at 05:41PM by Rick Spencer
https://ift.tt/2EatOpt
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:
Tutorial: The Fast Way to Write a Flutter App
https://ift.tt/2QiJmi9
December 09, 2018 at 07:44PM by moephan
https://ift.tt/2RML2gv
Tutorial: The Fast Way to Write a Flutter App
https://ift.tt/2QiJmi9
December 09, 2018 at 07:44PM by moephan
https://ift.tt/2RML2gv
New post on /r/flutterdev subreddit:
Are the Cupertino Icons available in SVG/PNG?
Cupertino icons are great but the only format I can find them in is an icon font file. Would someone on the Flutter team be able to share the source SVG/PNG files? Having those would be tremendously helpful!
December 09, 2018 at 08:05PM by gamelaunchplatform
https://ift.tt/2Uvr0cj
Are the Cupertino Icons available in SVG/PNG?
Cupertino icons are great but the only format I can find them in is an icon font file. Would someone on the Flutter team be able to share the source SVG/PNG files? Having those would be tremendously helpful!
December 09, 2018 at 08:05PM by gamelaunchplatform
https://ift.tt/2Uvr0cj
reddit
r/FlutterDev - Are the Cupertino Icons available in SVG/PNG?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
A month of Flutter: extract post item widget
https://ift.tt/2UoRLim
December 09, 2018 at 08:30PM by abrahamwilliams
https://ift.tt/2B5vEEP
A month of Flutter: extract post item widget
https://ift.tt/2UoRLim
December 09, 2018 at 08:30PM by abrahamwilliams
https://ift.tt/2B5vEEP
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: extract post item widget - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.