New post on /r/flutterdev subreddit:
Looking for Candle chart (OHLCV) with technical indicator for flutter
Hi, is there any candle charting library with technical indicator for flutter. I need it for a crypto app.I know about https://pub.dev/packages/flutter_candlesticks but it doesn't have scrolling, zoom, and technical indicators.is there a paid or open-source option?Thanks
May 04, 2020 at 03:02AM by Tradeplanio
https://ift.tt/2yfyjyB
Looking for Candle chart (OHLCV) with technical indicator for flutter
Hi, is there any candle charting library with technical indicator for flutter. I need it for a crypto app.I know about https://pub.dev/packages/flutter_candlesticks but it doesn't have scrolling, zoom, and technical indicators.is there a paid or open-source option?Thanks
May 04, 2020 at 03:02AM by Tradeplanio
https://ift.tt/2yfyjyB
Dart packages
flutter_candlesticks | Flutter Package
Elegant OHLC Candlestick and Trade Volume charts for Flutter.
New post on /r/flutterdev subreddit:
Flutter Development Akin to HTML / CSS / JS Stack?
Are there any good solutions for really separating layout, styling, and state management with Flutter? With web development it seems code is inherently organized due to the separation of HTML, CSS, and JS.Right now I'm using BLoCs for every page and then having separate dart files for styling but it still doesn't feel as organized or easy to use as a web dev. stack. But perhaps that's just the reality of mobile development ¯\_(ツ)_/¯
May 04, 2020 at 02:55AM by sk8tyger
https://ift.tt/3ffE1RA
Flutter Development Akin to HTML / CSS / JS Stack?
Are there any good solutions for really separating layout, styling, and state management with Flutter? With web development it seems code is inherently organized due to the separation of HTML, CSS, and JS.Right now I'm using BLoCs for every page and then having separate dart files for styling but it still doesn't feel as organized or easy to use as a web dev. stack. But perhaps that's just the reality of mobile development ¯\_(ツ)_/¯
May 04, 2020 at 02:55AM by sk8tyger
https://ift.tt/3ffE1RA
reddit
Flutter Development Akin to HTML / CSS / JS Stack?
Are there any good solutions for really separating layout, styling, and state management with Flutter? With web development it seems code is...
New post on Flutter Dev Google group:
Whats the equivalent to import 'package:url_launcher/url_launcher.dart'; for ios?
I thought it was supposed to be simple to code for both android and ios using flutter!>!! frustration setting in! just about halfway through the basics, trying to be adventurous!!
May 04, 2020 at 01:38AM by steve giergiel
https://ift.tt/2zV90SO
Whats the equivalent to import 'package:url_launcher/url_launcher.dart'; for ios?
I thought it was supposed to be simple to code for both android and ios using flutter!>!! frustration setting in! just about halfway through the basics, trying to be adventurous!!
May 04, 2020 at 01:38AM by steve giergiel
https://ift.tt/2zV90SO
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:
Any idea why Chrome on Android runs like a dog compared to iPhone?
Also appears to not like Wix Welcome Screen technology - freezes Have raised with Wix, but suspect they will say its android / chrome problem
May 04, 2020 at 03:17AM by steve giergiel
https://ift.tt/3c2x6sL
Any idea why Chrome on Android runs like a dog compared to iPhone?
Also appears to not like Wix Welcome Screen technology - freezes Have raised with Wix, but suspect they will say its android / chrome problem
May 04, 2020 at 03:17AM by steve giergiel
https://ift.tt/3c2x6sL
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:
How to Use VS Code with flutter
Hi everyone im new at flutter and i want use vscode when developing flutter apps and run at android virtual emulators i installed sdk and more tools but has error at flutter doctor about licenses please help me for this. My OS Windows 10 thanks to all.
May 04, 2020 at 04:11AM by fbyness
https://ift.tt/2xAxRuo
How to Use VS Code with flutter
Hi everyone im new at flutter and i want use vscode when developing flutter apps and run at android virtual emulators i installed sdk and more tools but has error at flutter doctor about licenses please help me for this. My OS Windows 10 thanks to all.
May 04, 2020 at 04:11AM by fbyness
https://ift.tt/2xAxRuo
reddit
How to Use VS Code with flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
An easy way to switch between dark and light theme in Flutter.
https://ift.tt/3b2fnR3
May 04, 2020 at 04:06AM by Cymarxcr
https://ift.tt/2z5hdDy
An easy way to switch between dark and light theme in Flutter.
https://ift.tt/3b2fnR3
May 04, 2020 at 04:06AM by Cymarxcr
https://ift.tt/2z5hdDy
Medium
An easy way to switch between dark and light theme in Flutter.
Changing the theme in runtime and persisting it was always a headache… But not anymore, No Bloc nor Provider logic are required, just the…
New post on /r/flutterdev subreddit:
Implementing blur was never this easy on mobile. Just use Backdrop Widget on Flutter like this.
https://twitter.com/erluxman/status/1257135324582551552
May 04, 2020 at 04:34AM by erluxman
https://ift.tt/2VXGkRI
Implementing blur was never this easy on mobile. Just use Backdrop Widget on Flutter like this.
https://twitter.com/erluxman/status/1257135324582551552
May 04, 2020 at 04:34AM by erluxman
https://ift.tt/2VXGkRI
Twitter
Laxman
To blur a widget, put it below a BackdropFilter widget in a stack. 1. Adjust Gaussian blur level with sigmaX, and sigmaY. 2. Must provide a child to Backdrop it needs a layer to act as a blur. play in codepen https://t.co/3bGTp4PZgP #day30 #100DaysofFlutter…
New post on /r/flutterdev subreddit:
RxDart by example: combineLatest and data modeling with Firestore
https://youtu.be/B4ZFVBm-Ugs
May 04, 2020 at 08:43AM by bizz84
https://ift.tt/35tSCUU
RxDart by example: combineLatest and data modeling with Firestore
https://youtu.be/B4ZFVBm-Ugs
May 04, 2020 at 08:43AM by bizz84
https://ift.tt/35tSCUU
YouTube
RxDart by example: combineLatest and data modeling with Firestore
Written tutorial here: 👇👇
https://codewithandrea.com/videos/2020-05-04-rx-dart-by-example-combine-latest/
RxDart is a very useful package for working with observables and streams of data that change over time.
This tutorial shows how to use the combineLatest…
https://codewithandrea.com/videos/2020-05-04-rx-dart-by-example-combine-latest/
RxDart is a very useful package for working with observables and streams of data that change over time.
This tutorial shows how to use the combineLatest…
New post on /r/flutterdev subreddit:
is it possible to dynamically download libraries and features with flutter?
say there's a bunch of features i want to add to my new app with a load of functions. it's got a video editor, photo editor, weather map, web browser, etc, but that all would take up a ton of space. so, is there a way i'd be able to have a cdn online and dynamically download compiled flutter code, and then use it in the same app?kind of like how you can dynamically download dll files in windows or add .jars to the mod folder with minecraft forge. is it possible in flutter?p.s., i don't really expect it to be, but can someone explain why not?
May 04, 2020 at 07:16AM by dan-danny-daniel
https://ift.tt/2YvdvNX
is it possible to dynamically download libraries and features with flutter?
say there's a bunch of features i want to add to my new app with a load of functions. it's got a video editor, photo editor, weather map, web browser, etc, but that all would take up a ton of space. so, is there a way i'd be able to have a cdn online and dynamically download compiled flutter code, and then use it in the same app?kind of like how you can dynamically download dll files in windows or add .jars to the mod folder with minecraft forge. is it possible in flutter?p.s., i don't really expect it to be, but can someone explain why not?
May 04, 2020 at 07:16AM by dan-danny-daniel
https://ift.tt/2YvdvNX
reddit
is it possible to dynamically download libraries and features with...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
CI using Bitrise in Flutter | FlutterDevs
https://ift.tt/2z9TYbb
May 04, 2020 at 09:56AM by adi-reddit
https://ift.tt/2YudYzZ
CI using Bitrise in Flutter | FlutterDevs
https://ift.tt/2z9TYbb
May 04, 2020 at 09:56AM by adi-reddit
https://ift.tt/2YudYzZ
Medium
CI using Bitrise in Flutter
Flutter has been out there from a long enough time to be able
New post on Flutter Dev Google group:
Minimal requirements for simulating on iOS
Hello community, to test the project of a client I need to test the app on iOS. As the client is paying for the apple device it should be as cheap as possible. I dont have any other apple products so the MacBook should be able to simulate an iPhone. What are the minimum requirements for simulatin
May 04, 2020 at 10:45AM by Miro Liebschner
https://ift.tt/2z6TN0q
Minimal requirements for simulating on iOS
Hello community, to test the project of a client I need to test the app on iOS. As the client is paying for the apple device it should be as cheap as possible. I dont have any other apple products so the MacBook should be able to simulate an iPhone. What are the minimum requirements for simulatin
May 04, 2020 at 10:45AM by Miro Liebschner
https://ift.tt/2z6TN0q
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:
Need help? r/FlutterHelp is for you!
Hello there!Do you need some help? Perhaps you're wondering how to solve an error, or maybe which architecture to use, or if some plugin exists, maybe even where you can find some learning resource.Fear not, r/FlutterHelp is for you!We have decided, after merging r/Flutter and r/FlutterDev, to concentrate question posts into r/FlutterHelp in order to both have a hub for assistance, as well as keep the content on this sub focused.Of course, this doesn't mean that all discussion posts are disallowed on r/FlutterDev, things like polls, surveys, opinion pieces, or mostly anything that revolves around Flutter, but not around the code directly, are still allowed here.We've also done a minor rule revision, and plan to do so a bit more in the future (Hopefully towards the "less rules" camp), and deliberately kept rules light on r/FlutterHelp, so that we can allow most questions (And hope not to have to add more in the future).Thank y'all for being awesome, keep fluttering on.
May 04, 2020 at 11:03AM by miyoyo
https://ift.tt/2SyVFWz
Need help? r/FlutterHelp is for you!
Hello there!Do you need some help? Perhaps you're wondering how to solve an error, or maybe which architecture to use, or if some plugin exists, maybe even where you can find some learning resource.Fear not, r/FlutterHelp is for you!We have decided, after merging r/Flutter and r/FlutterDev, to concentrate question posts into r/FlutterHelp in order to both have a hub for assistance, as well as keep the content on this sub focused.Of course, this doesn't mean that all discussion posts are disallowed on r/FlutterDev, things like polls, surveys, opinion pieces, or mostly anything that revolves around Flutter, but not around the code directly, are still allowed here.We've also done a minor rule revision, and plan to do so a bit more in the future (Hopefully towards the "less rules" camp), and deliberately kept rules light on r/FlutterHelp, so that we can allow most questions (And hope not to have to add more in the future).Thank y'all for being awesome, keep fluttering on.
May 04, 2020 at 11:03AM by miyoyo
https://ift.tt/2SyVFWz
reddit
Need help? r/FlutterHelp is for you!
Hello there! Do you need some help? Perhaps you're wondering how to solve an error, or maybe which architecture to use, or if some plugin exists,...
New post on /r/flutterdev subreddit:
Building a Travel App UI Design Tutorial
https://youtu.be/PKEam1KpeWk
May 04, 2020 at 04:55AM by theindianappguy
https://ift.tt/2SA69oH
Building a Travel App UI Design Tutorial
https://youtu.be/PKEam1KpeWk
May 04, 2020 at 04:55AM by theindianappguy
https://ift.tt/2SA69oH
YouTube
Building a Travel App UI Design Tutorial
Travel App UI from one shared on Dribble (link in GitHub repo) so follow along and build with me to learn how to create awesome apps using flutter.
● source code: https://github.com/theindianappguy/discounttour
-------------------------
📙 Join 5-Day Flutter…
● source code: https://github.com/theindianappguy/discounttour
-------------------------
📙 Join 5-Day Flutter…
New post on /r/flutterdev subreddit:
Learn How to Save Data from Flutter App to Google Sheets | Flutter Tutorial For Beginners
https://youtu.be/x2CoecrzBCA
May 04, 2020 at 04:54AM by theindianappguy
https://ift.tt/3fjiyHd
Learn How to Save Data from Flutter App to Google Sheets | Flutter Tutorial For Beginners
https://youtu.be/x2CoecrzBCA
May 04, 2020 at 04:54AM by theindianappguy
https://ift.tt/3fjiyHd
YouTube
Learn How to Save Data from Flutter App to Google Sheets | Flutter Tutorial For Beginners
Learn how to Save Data from Flutter App to Google Sheets, explained step by step.
source code: github.com/theindianappguy/flutter_google_sheets
If you found this helpful or you learned something from this and want to thank me, consider buying me a cup of…
source code: github.com/theindianappguy/flutter_google_sheets
If you found this helpful or you learned something from this and want to thank me, consider buying me a cup of…
New post on /r/flutterdev subreddit:
A new deign on flutter... For Trip based designed by michael.design... Need support from the flutter community to share my work !!! Share, Like and please Subscribe to channel so that it motivates to keep uploading on some hidden packages and new designs... Thankyou !!!
https://youtu.be/2BX_MEqsNdQ
May 03, 2020 at 11:31AM by neon_97
https://ift.tt/2Sz7ImN
A new deign on flutter... For Trip based designed by michael.design... Need support from the flutter community to share my work !!! Share, Like and please Subscribe to channel so that it motivates to keep uploading on some hidden packages and new designs... Thankyou !!!
https://youtu.be/2BX_MEqsNdQ
May 03, 2020 at 11:31AM by neon_97
https://ift.tt/2Sz7ImN
YouTube
Speed Code Flutter Design || Trip UI Design || By Michael.Design
I know this is a time of LOCKDOWN..
Let's hope for good having a free and clean nation wide.
I have continued uploading the videos Live on Flutter...
This is a Flutter Design Video on the Design by:
Michaelf.design : https://www.instagram.com/michaelf.de...…
Let's hope for good having a free and clean nation wide.
I have continued uploading the videos Live on Flutter...
This is a Flutter Design Video on the Design by:
Michaelf.design : https://www.instagram.com/michaelf.de...…
New post on /r/flutterdev subreddit:
Flutter Gradient Text Animation
https://youtu.be/ERSTSeb4TaU
May 03, 2020 at 08:37AM by ishanfx
https://ift.tt/3cdzn4o
Flutter Gradient Text Animation
https://youtu.be/ERSTSeb4TaU
May 03, 2020 at 08:37AM by ishanfx
https://ift.tt/3cdzn4o
YouTube
Flutter Gradient Text Animation
Creating nice gradient text animation in Flutter
Blog - https://mightytechno.com/
Flutter Bootcamp - https://rebrand.ly/flutterbootcamp
***************************************
Best Flutter courses
***************************************
http://bit.ly/2JU25w7…
Blog - https://mightytechno.com/
Flutter Bootcamp - https://rebrand.ly/flutterbootcamp
***************************************
Best Flutter courses
***************************************
http://bit.ly/2JU25w7…
New post on /r/flutterdev subreddit:
A very simple notes app using flutter and sqflite.
https://youtu.be/88YoZC1Hmkg
May 02, 2020 at 07:01PM by shamilsdq
https://ift.tt/3deFbuN
A very simple notes app using flutter and sqflite.
https://youtu.be/88YoZC1Hmkg
May 02, 2020 at 07:01PM by shamilsdq
https://ift.tt/3deFbuN
YouTube
Build notes app with Flutter and Sqflite | Part 1: UI + Navigation
In this 2 part series, we'll be building a notes app from scratch using Flutter and sqflite package. In this part 1 video, we will focus on creating our app page layouts, navigation between the pages as well as a simple state management while handling loading…
New post on /r/flutterdev subreddit:
Making a Custom User Rate Screen Concept - Speed Code
https://youtu.be/Kd4VRStGUT8
May 02, 2020 at 03:20PM by abdihamid10
https://ift.tt/2xtpHUm
Making a Custom User Rate Screen Concept - Speed Code
https://youtu.be/Kd4VRStGUT8
May 02, 2020 at 03:20PM by abdihamid10
https://ift.tt/2xtpHUm
YouTube
Flutter Custom User Rate Screen UI Concept - Speed Code
Design Credit:
Cuberto: https://dribbble.com/shots/7060121-Rate-your-ride-animated-SWIFT
Music:
hanto : https://www.youtube.com/user/HantBeat
j roes : https://www.youtube.com/channel/UCfnMXGP8TLTJvlxHywDKMog
2syl: https://www.youtube.com/channel/UCKQC…
Cuberto: https://dribbble.com/shots/7060121-Rate-your-ride-animated-SWIFT
Music:
hanto : https://www.youtube.com/user/HantBeat
j roes : https://www.youtube.com/channel/UCfnMXGP8TLTJvlxHywDKMog
2syl: https://www.youtube.com/channel/UCKQC…
New post on /r/flutterdev subreddit:
Firestore Stream with Provider
https://youtu.be/_V1pf00Ndrg
May 02, 2020 at 01:50PM by immacoder
https://ift.tt/2W4yeXD
Firestore Stream with Provider
https://youtu.be/_V1pf00Ndrg
May 02, 2020 at 01:50PM by immacoder
https://ift.tt/2W4yeXD
YouTube
Firestore Stream with Provider
Firestore Stream with Provider
In the previous video we covered how to use an authentication stream throughout your app, but that wasn't too obvious why a stream was necessary since we weren't corrupting our auth state.
So here we show off how useful streams…
In the previous video we covered how to use an authentication stream throughout your app, but that wasn't too obvious why a stream was necessary since we weren't corrupting our auth state.
So here we show off how useful streams…
New post on Flutter Dev Google group:
googlemap - searchMapPlaceWidget inside bottomsheetwidget
hi guys. i am setting up a map inside a bottomsheet so the user can search a location and set their location by adding a marker . but for some reason the marker is not getting added after search is done and instead it shows up when the bottomsheet is disposed . and i am getting this message
May 04, 2020 at 12:34PM by Error Place
https://ift.tt/2SylhTM
googlemap - searchMapPlaceWidget inside bottomsheetwidget
hi guys. i am setting up a map inside a bottomsheet so the user can search a location and set their location by adding a marker . but for some reason the marker is not getting added after search is done and instead it shows up when the bottomsheet is disposed . and i am getting this message
May 04, 2020 at 12:34PM by Error Place
https://ift.tt/2SylhTM
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:
Let me help you review your Flutter portfolios
I was thinking to look and review some Flutter portfolio websites that you guys have.If you guys want an opinion on it, you can leave your links down below. I will take a look and probably do a video about it.All the best.
May 04, 2020 at 12:40PM by thehappyharis
https://ift.tt/2Wnw4RH
Let me help you review your Flutter portfolios
I was thinking to look and review some Flutter portfolio websites that you guys have.If you guys want an opinion on it, you can leave your links down below. I will take a look and probably do a video about it.All the best.
May 04, 2020 at 12:40PM by thehappyharis
https://ift.tt/2Wnw4RH
reddit
Let me help you review your Flutter portfolios
I was thinking to look and review some Flutter portfolio websites that you guys have. If you guys want an opinion on it, you can leave your links...