New post on /r/flutterdev subreddit:
question about cost of widgets
so i can't find anywhere in the docs (or anywhere) anything about the cost of widgets when it comes to: memory, cpu usage, storage, etc. i think that this would be super useful for my and everybody's projects, so I can help optimize my app. so if anybody can find this information anywhere, i would really appreciate it. and if anybody would want to work on a program that could display this, i'm totally down. DM me.
December 12, 2018 at 04:05AM by alaricat
https://ift.tt/2Qq5abG
question about cost of widgets
so i can't find anywhere in the docs (or anywhere) anything about the cost of widgets when it comes to: memory, cpu usage, storage, etc. i think that this would be super useful for my and everybody's projects, so I can help optimize my app. so if anybody can find this information anywhere, i would really appreciate it. and if anybody would want to work on a program that could display this, i'm totally down. DM me.
December 12, 2018 at 04:05AM by alaricat
https://ift.tt/2Qq5abG
reddit
r/FlutterDev - question about cost of widgets
1 vote and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: reducing widgets boilerplate
https://ift.tt/2Gf8ula
December 12, 2018 at 08:49AM by remirousselet
https://ift.tt/2rzI9nC
Flutter: reducing widgets boilerplate
https://ift.tt/2Gf8ula
December 12, 2018 at 08:49AM by remirousselet
https://ift.tt/2rzI9nC
New post on /r/flutterdev subreddit:
Best way to take auto screenshots in Redux Flutter app
I need to take some screenshots of my Flutter App to App Store and Google Play. Should I create some widget tests or is there a better way? It's Flutter Redux app.
December 12, 2018 at 09:38AM by edi_smooth
https://ift.tt/2SJtVMv
Best way to take auto screenshots in Redux Flutter app
I need to take some screenshots of my Flutter App to App Store and Google Play. Should I create some widget tests or is there a better way? It's Flutter Redux app.
December 12, 2018 at 09:38AM by edi_smooth
https://ift.tt/2SJtVMv
reddit
r/FlutterDev - Best way to take auto screenshots in Redux Flutter app
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
parsing and rendering PDF's in flutter
Can anyone suggest a library or package or a way to parse and render PDFs in DART, Flutter
December 12, 2018 at 11:36AM by garvHasy
https://ift.tt/2Bb3uZh
parsing and rendering PDF's in flutter
Can anyone suggest a library or package or a way to parse and render PDFs in DART, Flutter
December 12, 2018 at 11:36AM by garvHasy
https://ift.tt/2Bb3uZh
reddit
r/FlutterDev - parsing and rendering PDF's in flutter
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter - Google Maps - Cool effects with CameraPosition
https://youtu.be/Hg8CT3ysFjY
December 12, 2018 at 04:15PM by rajayogan27
https://ift.tt/2rwA6YS
Flutter - Google Maps - Cool effects with CameraPosition
https://youtu.be/Hg8CT3ysFjY
December 12, 2018 at 04:15PM by rajayogan27
https://ift.tt/2rwA6YS
YouTube
Flutter - Google Maps - Geolocation, Markers with firestore
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Google Maps basics video - https://youtu.be/Egp_S8JN-ec
Flutter Animation…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Google Maps basics video - https://youtu.be/Egp_S8JN-ec
Flutter Animation…
New post on /r/flutterdev subreddit:
Is it possible to export swift app to flutter to start cross platform coding?
Hey all, I'm new to flutter and i'm trying to use it to help me cross platform code with an app I've already started working on in swift. I'm not as familiar with flutter and want to see if there were anyway to import what I already have into flutter and continue working?I know its a longshot but, I got to know if this is possible.
December 12, 2018 at 05:24PM by Theprivateshow_
https://ift.tt/2UGQMKq
Is it possible to export swift app to flutter to start cross platform coding?
Hey all, I'm new to flutter and i'm trying to use it to help me cross platform code with an app I've already started working on in swift. I'm not as familiar with flutter and want to see if there were anyway to import what I already have into flutter and continue working?I know its a longshot but, I got to know if this is possible.
December 12, 2018 at 05:24PM by Theprivateshow_
https://ift.tt/2UGQMKq
reddit
r/FlutterDev - Is it possible to export swift app to flutter to start cross platform coding?
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter Firebase Auth Signout
Hey everyone! I'm a new developer and hopefully this place is nicer that Slack Overflow.... -_- I followed this tutorial for my flutter app: (The link is the final video of 6) https://www.youtube.com/watch?v=GDrlQ0L4ogg&t=358s I however can't seem to figure out how to get my signout to work.
December 12, 2018 at 05:51PM by Heftykat
https://ift.tt/2SGmqpN
Flutter Firebase Auth Signout
Hey everyone! I'm a new developer and hopefully this place is nicer that Slack Overflow.... -_- I followed this tutorial for my flutter app: (The link is the final video of 6) https://www.youtube.com/watch?v=GDrlQ0L4ogg&t=358s I however can't seem to figure out how to get my signout to work.
December 12, 2018 at 05:51PM by Heftykat
https://ift.tt/2SGmqpN
YouTube
Flutter & Firebase Auth 06 - Home page + Sign out + Complete and review sign in flow
Sign up here for more videos: https://codingwithflutter.com/ In this video series on Flutter, I'll show you how to create a login and registration flow and F...
New post on /r/flutterdev subreddit:
BLOC and Snackbar
Using the BLOC pattern, I created an output stream of string, on which I send error or success messages to keep the user updated about background operations.The problem is I want to show this messages in a Snackbar, which need a BuildContext to be shown, so I tried to add this at the beginning of my
December 12, 2018 at 06:08PM by Bencri
https://ift.tt/2EkNsyS
BLOC and Snackbar
Using the BLOC pattern, I created an output stream of string, on which I send error or success messages to keep the user updated about background operations.The problem is I want to show this messages in a Snackbar, which need a BuildContext to be shown, so I tried to add this at the beginning of my
build
method :dart myBloc.onLoadResultMessage.listen((message) => Scaffold.of(context).showSnackBar( SnackBar( content: Text(message) ) ), );
It kinda work but show me the same message multiple times. I thought it was because of multiple call to the build
method but even if I add a bool isListening
to make sure it only listen once, I still have the same problem.What am I doing wrong ?December 12, 2018 at 06:08PM by Bencri
https://ift.tt/2EkNsyS
reddit
r/FlutterDev - BLOC and Snackbar
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is there anything wrong with defining your BLoC as a global variable?
Most of the tutorials on BLoC use Inherited Widgets. The way I do it is to make a global variable inside of my BLoC class (final bloc = MyBloc() ) and use this variable wherever I need it.Are there any drawbacks to this approach?
December 12, 2018 at 06:59PM by EibeMandel
https://ift.tt/2rA15mi
Is there anything wrong with defining your BLoC as a global variable?
Most of the tutorials on BLoC use Inherited Widgets. The way I do it is to make a global variable inside of my BLoC class (final bloc = MyBloc() ) and use this variable wherever I need it.Are there any drawbacks to this approach?
December 12, 2018 at 06:59PM by EibeMandel
https://ift.tt/2rA15mi
reddit
r/FlutterDev - Is there anything wrong with defining your BLoC as a global variable?
1 vote and 0 comments so far on Reddit
New tweet from flutterio:
#FlutterLive2018 flew by! If you missed it, now’s your chance to check out the keynote, announcements, talks, and of course our star mascot Dash.
Check it out here → https://t.co/ovJvrMhmj2 pic.twitter.com/PHuAVJTjVI— Flutter (@flutterio) December 12, 2018
December 12, 2018 at 08:06PM
http://twitter.com/flutterio/status/1072930772372336641
#FlutterLive2018 flew by! If you missed it, now’s your chance to check out the keynote, announcements, talks, and of course our star mascot Dash.
Check it out here → https://t.co/ovJvrMhmj2 pic.twitter.com/PHuAVJTjVI— Flutter (@flutterio) December 12, 2018
December 12, 2018 at 08:06PM
http://twitter.com/flutterio/status/1072930772372336641
Twitter
#flutterlive2018 hashtag on Twitter
3m ago @flutterio tweeted: "#FlutterLive2018 flew by! If you missed .." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Convince company to use Flutter 1.0?
My company is considering but reluctant to use Flutter because it's "1.0". I made the counter argument that React Native is only version "0.57", not even "1.0" ha... any other ways to persuade my company to try Flutter?
December 12, 2018 at 08:12PM by utilitycoder
https://ift.tt/2rx4Fh5
Convince company to use Flutter 1.0?
My company is considering but reluctant to use Flutter because it's "1.0". I made the counter argument that React Native is only version "0.57", not even "1.0" ha... any other ways to persuade my company to try Flutter?
December 12, 2018 at 08:12PM by utilitycoder
https://ift.tt/2rx4Fh5
reddit
r/FlutterDev - Convince company to use Flutter 1.0?
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
17. Flutter e-commerce app: product details
https://www.youtube.com/attribution_link?a=z2tTwggbdrw&u=%2Fwatch%3Fv%3DnUPF8mXdn7M%26feature%3Dshare
December 12, 2018 at 07:47PM by kibatheseven
https://ift.tt/2GpKTi3
17. Flutter e-commerce app: product details
https://www.youtube.com/attribution_link?a=z2tTwggbdrw&u=%2Fwatch%3Fv%3DnUPF8mXdn7M%26feature%3Dshare
December 12, 2018 at 07:47PM by kibatheseven
https://ift.tt/2GpKTi3
YouTube
17. Flutter e-commerce app: product details
In this video we are going to edit the product details. github link: https://github.com/Santos-Enoque/flutter_ecommerce_app
New post on /r/flutterdev subreddit:
Flutter Challenge : 3D Bottom Navigation Bar – Flutter Community – Medium
https://ift.tt/2GeLnan
December 12, 2018 at 08:52PM by deven9852
https://ift.tt/2ryb8bN
Flutter Challenge : 3D Bottom Navigation Bar – Flutter Community – Medium
https://ift.tt/2GeLnan
December 12, 2018 at 08:52PM by deven9852
https://ift.tt/2ryb8bN
Medium
Flutter Challenge: 3D Bottom Navigation Bar
Recreating a 3D navigation bar in Flutter
New post on /r/flutterdev subreddit:
Using SQLite in Flutter – Flutter Community – Medium
https://ift.tt/2PzWGcG
December 12, 2018 at 06:03PM by rahiche
https://ift.tt/2Bcrlb1
Using SQLite in Flutter – Flutter Community – Medium
https://ift.tt/2PzWGcG
December 12, 2018 at 06:03PM by rahiche
https://ift.tt/2Bcrlb1
Medium
Using SQLite in Flutter
Persisting data is very important for the users because they don’t want to type information every time or to wait for the network to load…
New post on /r/flutterdev subreddit:
When call setState?
Hi Everyone!When do we have to call setState method in stateful widget? I know we need call when we change state object which will cause change in UI. But do we need call when there will be no change in UI? Using Flutter example if we are increment counter but not display in UI (just store in in variable) do we need call setState or will variable still be update so we can use incremented value later if pass to new widget.I have been read Flutter docs to try answer my question but no find.https://docs.flutter.io/flutter/widgets/State/setState.html
December 12, 2018 at 10:57PM by Flutter_Dev
https://ift.tt/2S0QtZy
When call setState?
Hi Everyone!When do we have to call setState method in stateful widget? I know we need call when we change state object which will cause change in UI. But do we need call when there will be no change in UI? Using Flutter example if we are increment counter but not display in UI (just store in in variable) do we need call setState or will variable still be update so we can use incremented value later if pass to new widget.I have been read Flutter docs to try answer my question but no find.https://docs.flutter.io/flutter/widgets/State/setState.html
December 12, 2018 at 10:57PM by Flutter_Dev
https://ift.tt/2S0QtZy
api.flutter.dev
setState method - State class - widgets library - Dart API
API docs for the setState method from the State class, for the Dart programming language.
New post on /r/flutterdev subreddit:
Automatic screenshot generation
Every time i update a flutter app on the ios app store and the google play store it took me a long time to take screenshots for every device (espacially ios with a lot of different screen sizes) and every language.Is there any method to automatise this process?I tried already fastlane but doesent found there any functions to generate screenshots with flutter.Thanks for helping!:)
December 13, 2018 at 12:26AM by Robin3941477335
https://ift.tt/2C7KkF8
Automatic screenshot generation
Every time i update a flutter app on the ios app store and the google play store it took me a long time to take screenshots for every device (espacially ios with a lot of different screen sizes) and every language.Is there any method to automatise this process?I tried already fastlane but doesent found there any functions to generate screenshots with flutter.Thanks for helping!:)
December 13, 2018 at 12:26AM by Robin3941477335
https://ift.tt/2C7KkF8
reddit
r/FlutterDev - Automatic screenshot generation
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter Firestore Custom Objects to listview
I'm new to flutter and firebase and building a test application to see how it works and what I can and cannot do. I have a Firestore my database currently looks like this //Collection "California":{ //Document "San Diego":{ //Map/Object
December 13, 2018 at 03:14AM by Tristian Nugent
https://ift.tt/2QQXQFk
Flutter Firestore Custom Objects to listview
I'm new to flutter and firebase and building a test application to see how it works and what I can and cannot do. I have a Firestore my database currently looks like this //Collection "California":{ //Document "San Diego":{ //Map/Object
December 13, 2018 at 03:14AM by Tristian Nugent
https://ift.tt/2QQXQFk
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:
Fuchsia SDK is now included into Android Open Source Project along with a Fuchsia 'device'
https://ift.tt/2GaHgMt
December 13, 2018 at 03:30AM by Darkglow666
https://ift.tt/2QTXe20
Fuchsia SDK is now included into Android Open Source Project along with a Fuchsia 'device'
https://ift.tt/2GaHgMt
December 13, 2018 at 03:30AM by Darkglow666
https://ift.tt/2QTXe20
9to5Google
AOSP now includes the Fuchsia SDK and a Fuchsia 'device' - 9to5Google
Google's two mobile OSs have just gotten further connected with the incorporation of the Fuchsia SDK and a Fuchsia "device" into Android's AOSP code.
New post on /r/flutterdev subreddit:
How to highlight a displayed text in flutter?
I’m building a mock writing test app with flutter. I need to display the writing prompt in the top of the screen while the user can write the essay below.I’d like to allow the user to select the key words in the prompt and highlight them to help them stay focused on the topic while writing. How can it be achieved?
December 13, 2018 at 07:06AM by ericliu24
https://ift.tt/2QS1cb2
How to highlight a displayed text in flutter?
I’m building a mock writing test app with flutter. I need to display the writing prompt in the top of the screen while the user can write the essay below.I’d like to allow the user to select the key words in the prompt and highlight them to help them stay focused on the topic while writing. How can it be achieved?
December 13, 2018 at 07:06AM by ericliu24
https://ift.tt/2QS1cb2
reddit
r/FlutterDev - How to highlight a displayed text in flutter?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flight List UI Example In Flutter | Home Screen | Part 2
https://youtu.be/SyrmtnYGJyI
December 13, 2018 at 04:32AM by prateeksharma1712
https://ift.tt/2RViHor
Flight List UI Example In Flutter | Home Screen | Part 2
https://youtu.be/SyrmtnYGJyI
December 13, 2018 at 04:32AM by prateeksharma1712
https://ift.tt/2RViHor
YouTube
Flight List UI Example In Flutter | Home Screen | Part 2
Mocking a design from dribbble in Flutter Design: Flight Tickets Deal Tracker App | Day 340/365 - Project365 - https://dribbble.com/shots/5662956-Flight-Tick...
New post on /r/flutterdev subreddit:
A month of Flutter: Stream transforms and failing tests
https://ift.tt/2QqAnve
December 13, 2018 at 03:58AM by abrahamwilliams
https://ift.tt/2RTS0QP
A month of Flutter: Stream transforms and failing tests
https://ift.tt/2QqAnve
December 13, 2018 at 03:58AM by abrahamwilliams
https://ift.tt/2RTS0QP
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: Stream transforms and failing tests - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.