New post on /r/flutterdev subreddit:
Has anyone got parse files download using flutter web?
I have been using a flutter plugin for parse server that works fine for all parts but the parse file.How do you do that?
January 18, 2020 at 12:42PM by jackHax7
https://ift.tt/2R6lWeL
Has anyone got parse files download using flutter web?
I have been using a flutter plugin for parse server that works fine for all parts but the parse file.How do you do that?
January 18, 2020 at 12:42PM by jackHax7
https://ift.tt/2R6lWeL
reddit
Has anyone got parse files download using flutter web?
I have been using a flutter plugin for parse server that works fine for all parts but the parse file. How do you do that?
New post on /r/flutterdev subreddit:
Smart Home Living Room | Flutter UI
https://youtu.be/ZTi2zRbdnDM
January 18, 2020 at 02:24PM by prateeksharma1712
https://ift.tt/2R65jQg
Smart Home Living Room | Flutter UI
https://youtu.be/ZTi2zRbdnDM
January 18, 2020 at 02:24PM by prateeksharma1712
https://ift.tt/2R65jQg
YouTube
Smart Home - Living Room | Flutter UI
#SmartHome #FlutterAnimation
You will learn to create beautiful UI for smart home applications or dark mode/light mode feedback to the user.
The idea was taken from dribbble, developed in Flutter.
If you liked the video, then please show me by hitting the…
You will learn to create beautiful UI for smart home applications or dark mode/light mode feedback to the user.
The idea was taken from dribbble, developed in Flutter.
If you liked the video, then please show me by hitting the…
New post on /r/flutterdev subreddit:
Add a web view into flutter web?
I’m trying to create a flutter app and one of my pages is a web view, but I keep getting the loading indicator when running the app on chrome. Has anyone here been able to add a web view when running flutter on a browser?
January 18, 2020 at 05:08PM by mostdope96
https://ift.tt/2uWSRcU
Add a web view into flutter web?
I’m trying to create a flutter app and one of my pages is a web view, but I keep getting the loading indicator when running the app on chrome. Has anyone here been able to add a web view when running flutter on a browser?
January 18, 2020 at 05:08PM by mostdope96
https://ift.tt/2uWSRcU
reddit
Add a web view into flutter web?
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
https://ift.tt/3amy6rs
A Flutter plugin that allows you to display images located locally on iOS and Android.Key FeaturesDisplay multiple images in your galleriesNative performanceThumbnail supportRead image meta data
January 18, 2020 at 05:01PM by Matrix-187
https://ift.tt/3apPM5g
https://ift.tt/3amy6rs
A Flutter plugin that allows you to display images located locally on iOS and Android.Key FeaturesDisplay multiple images in your galleriesNative performanceThumbnail supportRead image meta data
January 18, 2020 at 05:01PM by Matrix-187
https://ift.tt/3apPM5g
Dart packages
flutter_image_gallery | Flutter Package
A Flutter image gallery plugin that allows you to display images from local iOS and Android image galleries.
New post on /r/flutterdev subreddit:
Handling transparent status- and navigation bars
Hello Flutter developers,Have any of you guys had any experience with changing the system status- and navigation bars to transparent, to allow your apps content to take up as much screen estate as possible?It is fairly easy to simply import SystemChrome and SystemUiOverlayStyle from the services.dart file, and then using that to set the bars to transparent. However with this method I found some problems with the systems icons as they would have to change their brightness according to the brightness of the app, which can both be changed from within the app with a toggle or a button, but also system wide from the system toggle of dark mode (which utilises the darkTheme parameter of the MaterialApp). This doesn't seem to be a problem if you don't have a transparent status- and navigation bar, seeing as the icons always have a background then.What I did to solve this was to create a stateful class that implements the WidgetsBindingObserver and then using that class to set the icon brightness according to the brightness of the app, whether the brightness is controlled by a button in the app itself, or if it has been triggered from the system toggle (which is the main reason for this class, as I haven't found any other ways to react to brightness changes from the system toggle).I'm wondering if having an observer at the top of the widget tree listening to phone changes to change the system icon brightness is a bad practice or not? What have you guys done to solve this issue? I'll happily share the class I've made with you if you want to see it.
January 18, 2020 at 05:51PM by Blendstrup
https://ift.tt/2G3yahK
Handling transparent status- and navigation bars
Hello Flutter developers,Have any of you guys had any experience with changing the system status- and navigation bars to transparent, to allow your apps content to take up as much screen estate as possible?It is fairly easy to simply import SystemChrome and SystemUiOverlayStyle from the services.dart file, and then using that to set the bars to transparent. However with this method I found some problems with the systems icons as they would have to change their brightness according to the brightness of the app, which can both be changed from within the app with a toggle or a button, but also system wide from the system toggle of dark mode (which utilises the darkTheme parameter of the MaterialApp). This doesn't seem to be a problem if you don't have a transparent status- and navigation bar, seeing as the icons always have a background then.What I did to solve this was to create a stateful class that implements the WidgetsBindingObserver and then using that class to set the icon brightness according to the brightness of the app, whether the brightness is controlled by a button in the app itself, or if it has been triggered from the system toggle (which is the main reason for this class, as I haven't found any other ways to react to brightness changes from the system toggle).I'm wondering if having an observer at the top of the widget tree listening to phone changes to change the system icon brightness is a bad practice or not? What have you guys done to solve this issue? I'll happily share the class I've made with you if you want to see it.
January 18, 2020 at 05:51PM by Blendstrup
https://ift.tt/2G3yahK
reddit
Handling transparent status- and navigation bars
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
A time tracking app built using Flutter, Firebase, and Bloc.
https://ift.tt/2G4jZce
January 18, 2020 at 05:45PM by boss-san
https://ift.tt/2THUrdf
A time tracking app built using Flutter, Firebase, and Bloc.
https://ift.tt/2G4jZce
January 18, 2020 at 05:45PM by boss-san
https://ift.tt/2THUrdf
GitHub
fayeed/Onehour-app
A time tracking app build using Flutter. Contribute to fayeed/Onehour-app development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Is StreamController hardly related to BLoC pattern?
Is StreamController hardly related to BLoC pattern?Can't we implement StreamController to any other pattern?Can't we implement BLoC pattern without StreamController? As BLoC stands Business Logic Component which indicates separation of concern. I'm not here for debate. Just want to get rid of my confusion.No debate please. Need wise solution.
January 18, 2020 at 08:06PM by _lutfor
https://ift.tt/3arwpZY
Is StreamController hardly related to BLoC pattern?
Is StreamController hardly related to BLoC pattern?Can't we implement StreamController to any other pattern?Can't we implement BLoC pattern without StreamController? As BLoC stands Business Logic Component which indicates separation of concern. I'm not here for debate. Just want to get rid of my confusion.No debate please. Need wise solution.
January 18, 2020 at 08:06PM by _lutfor
https://ift.tt/3arwpZY
reddit
Is StreamController hardly related to BLoC pattern?
Is StreamController hardly related to BLoC pattern? Can't we implement StreamController to any other pattern? Can't we implement BLoC pattern...
New post on /r/flutterdev subreddit:
Need help with recreating a button style with Flutter
https://cdn.discordapp.com/attachments/590173552599236608/668167867983986708/unknown.pngI have this button style which I'm trying to reproduce for days now, but I just can't manage too since Flutter doesn't support INNER shadows.would like to get help on this one, thank you all!
January 18, 2020 at 08:01PM by TheOnlyArtz
https://ift.tt/2NF0hYM
Need help with recreating a button style with Flutter
https://cdn.discordapp.com/attachments/590173552599236608/668167867983986708/unknown.pngI have this button style which I'm trying to reproduce for days now, but I just can't manage too since Flutter doesn't support INNER shadows.would like to get help on this one, thank you all!
January 18, 2020 at 08:01PM by TheOnlyArtz
https://ift.tt/2NF0hYM
New post on /r/flutterdev subreddit:
Will Flutter Europe conference talks be available to public?
Flutter Europe is going to be held on 23-24 January and the tickets are all sold out a while ago. It looks like it became a big success even before staring. Congratulations to the community. Me wanting to attend so badly and not being able to anymore, I was wondering if after the conference the committee would be kind enough to share the videos with our community. If yes, I would not be so sad anymore:)Looking at the program of the coference I see there are some great subjects which all of us would benefit from. Since flutter is fairly new I believe this would be a very kind gift for our community. Thanks for considering.
January 18, 2020 at 10:51PM by aytunch
https://ift.tt/2NCZ7gD
Will Flutter Europe conference talks be available to public?
Flutter Europe is going to be held on 23-24 January and the tickets are all sold out a while ago. It looks like it became a big success even before staring. Congratulations to the community. Me wanting to attend so badly and not being able to anymore, I was wondering if after the conference the committee would be kind enough to share the videos with our community. If yes, I would not be so sad anymore:)Looking at the program of the coference I see there are some great subjects which all of us would benefit from. Since flutter is fairly new I believe this would be a very kind gift for our community. Thanks for considering.
January 18, 2020 at 10:51PM by aytunch
https://ift.tt/2NCZ7gD
fluttereurope.dev
Flutter Europe Conference
Flutter Europe is an initiative driven by European Flutter Communities
to gather all Flutter passionates and learn to create beautiful apps! Our goal is to share
Flutter knowledge, improve Flutter skills and expand Flutter community.
to gather all Flutter passionates and learn to create beautiful apps! Our goal is to share
Flutter knowledge, improve Flutter skills and expand Flutter community.
New post on /r/flutterdev subreddit:
A beginner’s guide to architecting a Flutter app
https://ift.tt/368ZWny
January 19, 2020 at 12:26AM by Elixane
https://ift.tt/365p9PR
A beginner’s guide to architecting a Flutter app
https://ift.tt/368ZWny
January 19, 2020 at 12:26AM by Elixane
https://ift.tt/365p9PR
Medium
A beginner’s guide to architecting a Flutter app
How to use the Provider Architecture package by FilledStacks
New post on /r/flutterdev subreddit:
An app to help out with learning the basics of Flutter
Random Facts App, that uses sqflite and api calls to retrieve data. Example of BLoC usage.PlayStore Random FactsSource Code
January 19, 2020 at 02:26AM by Gumboyrbz
https://ift.tt/37agr4m
An app to help out with learning the basics of Flutter
Random Facts App, that uses sqflite and api calls to retrieve data. Example of BLoC usage.PlayStore Random FactsSource Code
January 19, 2020 at 02:26AM by Gumboyrbz
https://ift.tt/37agr4m
Google Play
Random Facts - Apps on Google Play
Provides an assortment of facts for one's consumption. Share with your friends, family, and loved-ones. If you believe a fact is incorrect, you are encouraged to investigate.
New post on /r/flutterdev subreddit:
Firebase Desktop SDK's for Flutter Desktop in the Future?
As the title suggests, I am interested in finding out if there are any indications that Firebase will release a Desktop SDK or Native Dart Implementation if/when the Flutter Desktop Shells reach maturity?Anyone heard any rumors?I have an app in development for Mobile and Desktop. If Firebase don't release suitable SDK's for desktop then it looks like the only route for the Desktop app is Flutter Web + Electron. Which isn't an optimal solution.
January 19, 2020 at 04:06AM by hobo9830
https://ift.tt/30yNV9X
Firebase Desktop SDK's for Flutter Desktop in the Future?
As the title suggests, I am interested in finding out if there are any indications that Firebase will release a Desktop SDK or Native Dart Implementation if/when the Flutter Desktop Shells reach maturity?Anyone heard any rumors?I have an app in development for Mobile and Desktop. If Firebase don't release suitable SDK's for desktop then it looks like the only route for the Desktop app is Flutter Web + Electron. Which isn't an optimal solution.
January 19, 2020 at 04:06AM by hobo9830
https://ift.tt/30yNV9X
reddit
Firebase Desktop SDK's for Flutter Desktop in the Future?
As the title suggests, I am interested in finding out if there are any indications that Firebase will release a Desktop SDK or Native Dart...
New post on /r/flutterdev subreddit:
Ml landmark recognition?
I have basic flutter experience and was wondering if I could use Firebase ml kit to build an app for recognizing mountains,statues etc as a learning project?
January 19, 2020 at 03:44AM by rabut
https://ift.tt/2TEqxX4
Ml landmark recognition?
I have basic flutter experience and was wondering if I could use Firebase ml kit to build an app for recognizing mountains,statues etc as a learning project?
January 19, 2020 at 03:44AM by rabut
https://ift.tt/2TEqxX4
reddit
Ml landmark recognition?
I have basic flutter experience and was wondering if I could use Firebase ml kit to build an app for recognizing mountains,statues etc as a...
New post on /r/flutterdev subreddit:
flutter_facebook_login is getting deprecated?
Hello guys, I was using flutter_facebook_login package for my flutter app. But recently I've received an email saying my app violates facebook's policy.
https://i.ibb.co/s1NLVDC/Screenshot-2020-01-19-at-11-27-26-AM.png
Also, it looks like the package maintainer is stopping support for it
https://github.com/roughike/flutter_facebook_login/issues/231
Does anyone have any workaround for this?
January 19, 2020 at 06:31AM by adarbadar
https://ift.tt/30zzv9o
flutter_facebook_login is getting deprecated?
Hello guys, I was using flutter_facebook_login package for my flutter app. But recently I've received an email saying my app violates facebook's policy.
https://i.ibb.co/s1NLVDC/Screenshot-2020-01-19-at-11-27-26-AM.png
Also, it looks like the package maintainer is stopping support for it
https://github.com/roughike/flutter_facebook_login/issues/231
Does anyone have any workaround for this?
January 19, 2020 at 06:31AM by adarbadar
https://ift.tt/30zzv9o
GitHub
GitHub - roughike/flutter_facebook_login: A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook…
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs. - roughike/flutter_facebook_login
New post on /r/flutterdev subreddit:
INNER SHADOWS / How to create Modern SOFT UI / Flutter
https://www.youtube.com/watch?v=oTYDD3nZ-ZA
January 19, 2020 at 07:58AM by Heisenlife
https://ift.tt/2NGRWnt
INNER SHADOWS / How to create Modern SOFT UI / Flutter
https://www.youtube.com/watch?v=oTYDD3nZ-ZA
January 19, 2020 at 07:58AM by Heisenlife
https://ift.tt/2NGRWnt
YouTube
INNER SHADOWS • FLUTTER
📱 Flutter App Templates • https://mitchkoko.app/
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
website: https://mitchkoko.app/…
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
website: https://mitchkoko.app/…
New post on /r/flutterdev subreddit:
FlutterForce — Week 61
https://ift.tt/2tnav9y
January 19, 2020 at 10:36AM by flutterist
https://ift.tt/38nrkzE
FlutterForce — Week 61
https://ift.tt/2tnav9y
January 19, 2020 at 10:36AM by flutterist
https://ift.tt/38nrkzE
Medium
FlutterForce — #Week 61
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
How to make Custom Dialog in flutter (Replace your boring AlertDialog with Attractive custom dialog)
https://youtu.be/IYrX5a-2jL8
January 19, 2020 at 10:33AM by prolongservices
https://ift.tt/36awXjg
How to make Custom Dialog in flutter (Replace your boring AlertDialog with Attractive custom dialog)
https://youtu.be/IYrX5a-2jL8
January 19, 2020 at 10:33AM by prolongservices
https://ift.tt/36awXjg
YouTube
How to make Custom Dialog in flutter (Replace your boring AlertDialog with Attractive custom dialog)
Create custom popup dialog in flutter, attractive and fully customized popup dialog in flutter. flutter is incredibly easy to make UI components.
Before adding Dialog you must call showDialog() function to change the current screen state to show the Dialog…
Before adding Dialog you must call showDialog() function to change the current screen state to show the Dialog…
New post on /r/flutterdev subreddit:
Looking for Flutter Europe tickets
First of all, sorry for posting this here, but there are not many options left except reaching out to the community.If by any chance you won't be able to join Flutter Europe in Warsaw but have your ticket on hand, I would be happy to buy it out from you!For those who're looking for a ticket themselves, beware of scammers.
January 19, 2020 at 10:49AM by Everlier
https://ift.tt/2TFhLIf
Looking for Flutter Europe tickets
First of all, sorry for posting this here, but there are not many options left except reaching out to the community.If by any chance you won't be able to join Flutter Europe in Warsaw but have your ticket on hand, I would be happy to buy it out from you!For those who're looking for a ticket themselves, beware of scammers.
January 19, 2020 at 10:49AM by Everlier
https://ift.tt/2TFhLIf
reddit
Beware of scammers "selling" their ticket to Flutter Europe
I was looking for anyone selling their ticket and was almost scammed on...
New post on /r/flutterdev subreddit:
[codemagic] App signing - is it safe to use?
https://docs.codemagic.io/code-signing/android-code-signing/To use app signing I need to upload my key file and credentials. Are they safe? Or should I generate another key file?
January 19, 2020 at 01:05PM by bartektartanus
https://ift.tt/2tABiz9
[codemagic] App signing - is it safe to use?
https://docs.codemagic.io/code-signing/android-code-signing/To use app signing I need to upload my key file and credentials. Are they safe? Or should I generate another key file?
January 19, 2020 at 01:05PM by bartektartanus
https://ift.tt/2tABiz9
docs.codemagic.io
Android code signing
How to set up Android code signing in the Flutter workflow editor
New post on /r/flutterdev subreddit:
Formatting help?
Hi, relatively new flutter dev. Been a few months into this and I've finally decided to settle some things. I'm using Visual Studio Code, I really like it... except a few UI things I'd like to improve:https://imgur.com/GER2zNTHow do I make it so that the auto formatting doesn't put that many indentations? For example, for "Row(mainAxisSize: MainAxisSize.max,", I would like that to take up 1 line instead of 3?Debug Console in my Visual Studio code is all white text. I've somehow managed to get by debugging with that, but I would really love to make it much much more readable, more towards something similar to android studio where things are color coded nicely. That way I can read things faster and save a lot of time debugging.Thank you for your help.
January 19, 2020 at 01:37PM by TWHreddit
https://ift.tt/2sJ338k
Formatting help?
Hi, relatively new flutter dev. Been a few months into this and I've finally decided to settle some things. I'm using Visual Studio Code, I really like it... except a few UI things I'd like to improve:https://imgur.com/GER2zNTHow do I make it so that the auto formatting doesn't put that many indentations? For example, for "Row(mainAxisSize: MainAxisSize.max,", I would like that to take up 1 line instead of 3?Debug Console in my Visual Studio code is all white text. I've somehow managed to get by debugging with that, but I would really love to make it much much more readable, more towards something similar to android studio where things are color coded nicely. That way I can read things faster and save a lot of time debugging.Thank you for your help.
January 19, 2020 at 01:37PM by TWHreddit
https://ift.tt/2sJ338k
Imgur
Post with 0 votes and 182 views.
New post on /r/flutterdev subreddit:
The use of RaisedButton (or any button type) in a ToggleButtons widget
Anywhere I look for examples of the ToggleButtons widget, I only ever see icons being uses as such:
January 19, 2020 at 02:03PM by OrchardLeaf
https://ift.tt/2G5mdbm
The use of RaisedButton (or any button type) in a ToggleButtons widget
Anywhere I look for examples of the ToggleButtons widget, I only ever see icons being uses as such:
ToggleButtons( children: <Widget>[ Icon(Icons.home), Icon(Icons.call), Icon(Icons.cake), ], ),I would like to use RaisedButton within ToggleButtons to make use of the Color and Formatting properties like selectedColor etc, but it doesn't seem to work too well.My question is, does anyone know if ToggleButtons only really supports Icons or are there any good examples of buttons being used within ToggleButtons?
January 19, 2020 at 02:03PM by OrchardLeaf
https://ift.tt/2G5mdbm
reddit
The use of RaisedButton (or any button type) in a ToggleButtons widget
A subreddit for Google's crossplatform UI toolkit.