New post on /r/flutterdev subreddit:
Can't communicate between Go server and flutter client app.
https://ift.tt/2Sw4lNx
May 03, 2020 at 02:34PM by DangerousRing0
https://ift.tt/35rcrMv
Can't communicate between Go server and flutter client app.
https://ift.tt/2Sw4lNx
May 03, 2020 at 02:34PM by DangerousRing0
https://ift.tt/35rcrMv
New post on Flutter Dev Google group:
modify source code or re-implement a custom one?
Hi, flutter developers, here is a quesion. sometimes, the predefined widgets in flutter cannot match my requirement,like popup menu, meanwhile, only 1 or 2 lines code modification would be enough to me. so in this circumstance, should i modify my local flutter source code directly or just
May 03, 2020 at 03:05PM by carmen che
https://ift.tt/2VY2P91
modify source code or re-implement a custom one?
Hi, flutter developers, here is a quesion. sometimes, the predefined widgets in flutter cannot match my requirement,like popup menu, meanwhile, only 1 or 2 lines code modification would be enough to me. so in this circumstance, should i modify my local flutter source code directly or just
May 03, 2020 at 03:05PM by carmen che
https://ift.tt/2VY2P91
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:
Four in a row on CodePen - GitHub repo (https://ift.tt/3c3TF0k)
https://ift.tt/2YrQKdN
May 03, 2020 at 03:51PM by imtoori
https://ift.tt/35qdjkJ
Four in a row on CodePen - GitHub repo (https://ift.tt/3c3TF0k)
https://ift.tt/2YrQKdN
May 03, 2020 at 03:51PM by imtoori
https://ift.tt/35qdjkJ
GitHub
imtoori/flutter_fiar
Four-In-A-Row in Flutter . Contribute to imtoori/flutter_fiar development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
mailto URIs for Flutter and Dart
https://ift.tt/35rzFCa
May 03, 2020 at 04:29PM by serial_dev
https://ift.tt/3c1a85g
mailto URIs for Flutter and Dart
https://ift.tt/35rzFCa
May 03, 2020 at 04:29PM by serial_dev
https://ift.tt/3c1a85g
Dart packages
mailto | Dart Package
Simple Dart package for creating mailto links in your Flutter apps
New post on Flutter Dev Google group:
Unable to run flutter command . Could not find Dart Dev Snapshot
Please someone help with this issue just tried running a new flutter project.
May 03, 2020 at 05:54PM by rakesh lorentz
https://ift.tt/2zU6mg5
Unable to run flutter command . Could not find Dart Dev Snapshot
Please someone help with this issue just tried running a new flutter project.
May 03, 2020 at 05:54PM by rakesh lorentz
https://ift.tt/2zU6mg5
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:
FlutterForce — Week 75
https://ift.tt/2z1vr8u
May 03, 2020 at 06:50PM by flutterist
https://ift.tt/2VXN5CN
FlutterForce — Week 75
https://ift.tt/2z1vr8u
May 03, 2020 at 06:50PM by flutterist
https://ift.tt/2VXN5CN
Medium
FlutterForce — #Week 75
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Here is how you can make a send Icon Fly using flutter
Learn here how to create an animation on the buttonMedium Post link :https://medium.com/flutter-community/animated-send-button-in-flutter-94c1834268b1Youtube video link.https://www.youtube.com/watch?v=nxGH3oC-XwQ&t=544s
May 03, 2020 at 09:35PM by hasnen712
https://ift.tt/2Syi1HP
Here is how you can make a send Icon Fly using flutter
Learn here how to create an animation on the buttonMedium Post link :https://medium.com/flutter-community/animated-send-button-in-flutter-94c1834268b1Youtube video link.https://www.youtube.com/watch?v=nxGH3oC-XwQ&t=544s
May 03, 2020 at 09:35PM by hasnen712
https://ift.tt/2Syi1HP
Medium
Animated Send Button in Flutter
Hi, let's Take a look at what we are going to build at the end of this story. Here is the Gif
New post on Flutter Dev Google group:
Finished with error: Gradle task assembleDebug failed with exit code 1
When I tried running the code, it displayed these errors. What needs to be done now?
May 03, 2020 at 09:39PM by Poorvi Mittal
https://ift.tt/3daFXsD
Finished with error: Gradle task assembleDebug failed with exit code 1
When I tried running the code, it displayed these errors. What needs to be done now?
May 03, 2020 at 09:39PM by Poorvi Mittal
https://ift.tt/3daFXsD
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 do I make use of Model class
I am making a weather app in flutter. I use Provider for state management and the basic functionality is there. I get weather info from class in which I make api request and then with provider I pass it to my main screen. The thing is Ive seen everywhere people use Models, I know what it is, I know how to make it. But I dont know how to use it. My Provider is linked to the ApiCall class. So where would I make the instance of this model. Anyway if someone could explain it to me, I looked for explanation on youtube, on github, on others people projects. I just cant see how to implement it myself.
May 03, 2020 at 10:44PM by itsdjoki
https://ift.tt/2z8PX7e
How do I make use of Model class
I am making a weather app in flutter. I use Provider for state management and the basic functionality is there. I get weather info from class in which I make api request and then with provider I pass it to my main screen. The thing is Ive seen everywhere people use Models, I know what it is, I know how to make it. But I dont know how to use it. My Provider is linked to the ApiCall class. So where would I make the instance of this model. Anyway if someone could explain it to me, I looked for explanation on youtube, on github, on others people projects. I just cant see how to implement it myself.
May 03, 2020 at 10:44PM by itsdjoki
https://ift.tt/2z8PX7e
reddit
How do I make use of Model class
I am making a weather app in flutter. I use Provider for state management and the basic functionality is there. I get weather info from class in...
New post on /r/flutterdev subreddit:
Multi-Tenancy with Flutter
Has anyone had success creating a Multi-Tenant mobile app using flutter? And if so, what did you use to setup your backend?I am currently working on a Multi-Tenant app and would love to hear from people who have experience with this structure.
May 03, 2020 at 11:45PM by smauryholmes
https://ift.tt/2ylLXzW
Multi-Tenancy with Flutter
Has anyone had success creating a Multi-Tenant mobile app using flutter? And if so, what did you use to setup your backend?I am currently working on a Multi-Tenant app and would love to hear from people who have experience with this structure.
May 03, 2020 at 11:45PM by smauryholmes
https://ift.tt/2ylLXzW
reddit
Multi-Tenancy with Flutter
Has anyone had success creating a Multi-Tenant mobile app using flutter? And if so, what did you use to setup your backend? I am currently...
New post on Flutter Dev Google group:
Android Studio seems to be holding obsolete version of software that bears no relation to source!!!!
How do you clean out the bin directory as its getting ridiculous now!!! Even cleaned out the old version on sony experia, does not clean out the widget tree!!!! Suspect theres some caching or something gone badly wrong!!! Never mind hot reload its obsolete load that wont refresh flush !!!! Come
May 04, 2020 at 01:32AM by steve giergiel
https://ift.tt/2WiOXVQ
Android Studio seems to be holding obsolete version of software that bears no relation to source!!!!
How do you clean out the bin directory as its getting ridiculous now!!! Even cleaned out the old version on sony experia, does not clean out the widget tree!!!! Suspect theres some caching or something gone badly wrong!!! Never mind hot reload its obsolete load that wont refresh flush !!!! Come
May 04, 2020 at 01:32AM by steve giergiel
https://ift.tt/2WiOXVQ
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:
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.