New post on /r/flutterdev subreddit:
ValidationNotifier, a ValueNotifier that validates a value against a collection of customizable rules.
https://pub.dev/packages/validation_notifierUseful when you intend to separate validation logic from your state. PRs are welcome, too.
May 11, 2021 at 03:57AM by contrix09
https://ift.tt/2RauHqL
ValidationNotifier, a ValueNotifier that validates a value against a collection of customizable rules.
https://pub.dev/packages/validation_notifierUseful when you intend to separate validation logic from your state. PRs are welcome, too.
May 11, 2021 at 03:57AM by contrix09
https://ift.tt/2RauHqL
Dart packages
validation_notifier | Flutter Package
A ValueNotifier that validates a value against a collection of customizable rules.
New post on /r/flutterdev subreddit:
Opinion on backend for a simple flutter app?
Hi,I am building a simple app where I do 2 api calls. User enters data, that goes into first api call. Result comes and it goes to second api call. Final response shown to user.That's it.Now the apis I am using have specific instruction that the API Key should not be used in frontend and the calls should be made from backend.I don't have much knowledge about backend so I will have to learn Node.js, express etc all from scratch. Which will take time and my partner wants to build the MVP version sooner.Is there any way I could do this process in an easier way rather then learning Node.js etc from scratch? For account creation and stuff I am going to use firebase. Then only concern is the API calls.Any advice would be appreciated.
May 11, 2021 at 05:23AM by flutternoob1000
https://ift.tt/3uCXnaB
Opinion on backend for a simple flutter app?
Hi,I am building a simple app where I do 2 api calls. User enters data, that goes into first api call. Result comes and it goes to second api call. Final response shown to user.That's it.Now the apis I am using have specific instruction that the API Key should not be used in frontend and the calls should be made from backend.I don't have much knowledge about backend so I will have to learn Node.js, express etc all from scratch. Which will take time and my partner wants to build the MVP version sooner.Is there any way I could do this process in an easier way rather then learning Node.js etc from scratch? For account creation and stuff I am going to use firebase. Then only concern is the API calls.Any advice would be appreciated.
May 11, 2021 at 05:23AM by flutternoob1000
https://ift.tt/3uCXnaB
reddit
Opinion on backend for a simple flutter app?
Hi, I am building a simple app where I do 2 api calls. User enters data, that goes into first api call. Result comes and it goes to second api...
New post on Flutter Dev Google group:
[Firebase_Messaging] onMessage run multiple async task on iOS
Hi guys i want to make an async task in onMessage of Firebase messaging method here what i want to exactly i want to launch Facebook app on specific page when a notification come from Firebase when i click on the notification body i mean that box that appear on top of screen it brings me
May 11, 2021 at 08:31AM by Fhima Anoir Khalil
https://ift.tt/3uC57JV
[Firebase_Messaging] onMessage run multiple async task on iOS
Hi guys i want to make an async task in onMessage of Firebase messaging method here what i want to exactly i want to launch Facebook app on specific page when a notification come from Firebase when i click on the notification body i mean that box that appear on top of screen it brings me
May 11, 2021 at 08:31AM by Fhima Anoir Khalil
https://ift.tt/3uC57JV
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:
Is Flutter a mature option to build a PWA project yet?
Flutter for web was released in the stable channel just some months ago (https://developers.googleblog.com/2021/03/announcing-flutter-2.html).Do you think it’s really a good option to build a PWA project or would you prefer using other framework instead?
May 11, 2021 at 09:02AM by filipedelimabrito
https://ift.tt/3o9m4cm
Is Flutter a mature option to build a PWA project yet?
Flutter for web was released in the stable channel just some months ago (https://developers.googleblog.com/2021/03/announcing-flutter-2.html).Do you think it’s really a good option to build a PWA project or would you prefer using other framework instead?
May 11, 2021 at 09:02AM by filipedelimabrito
https://ift.tt/3o9m4cm
Googleblog
Google for Developers Blog - News about Web, Mobile, AI and Cloud
New post on Flutter Dev Google group:
Another exception was thrown: Incorrect use of ParentDataWidget.
Hello All, I am getting warning of "Another exception was thrown: Incorrect use of ParentDataWidget." Here is my code . Please help me out to resolve this issue. import 'package:conqer_music/App/navigationDrawer/navigationDrawer.dart'; import 'package:conqer_music/App/widgets/AppBarWidget.
May 11, 2021 at 10:17AM by HIMANSHU MISHRA
https://ift.tt/3tDejfy
Another exception was thrown: Incorrect use of ParentDataWidget.
Hello All, I am getting warning of "Another exception was thrown: Incorrect use of ParentDataWidget." Here is my code . Please help me out to resolve this issue. import 'package:conqer_music/App/navigationDrawer/navigationDrawer.dart'; import 'package:conqer_music/App/widgets/AppBarWidget.
May 11, 2021 at 10:17AM by HIMANSHU MISHRA
https://ift.tt/3tDejfy
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 you manage app localization?
The place where you create new keys, edit keys, manage translation statuses.View Poll
May 11, 2021 at 11:19AM by alelsnv
https://ift.tt/33vN1gz
How do you manage app localization?
The place where you create new keys, edit keys, manage translation statuses.View Poll
May 11, 2021 at 11:19AM by alelsnv
https://ift.tt/33vN1gz
reddit
How do you manage app localization?
The place where you create new keys, edit keys, manage translation statuses.
New post on /r/flutterdev subreddit:
flutter alpha video animation
https://github.com/qq326646683/flutter_vap
May 11, 2021 at 01:06PM by dashuai666
https://ift.tt/3y3fpor
flutter alpha video animation
https://github.com/qq326646683/flutter_vap
May 11, 2021 at 01:06PM by dashuai666
https://ift.tt/3y3fpor
GitHub
GitHub - qq326646683/flutter_vap: Base on Vap to play alpha video animation
Base on Vap to play alpha video animation. Contribute to qq326646683/flutter_vap development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
What is the best way to move from login screen to home page once authentication is done?
Hi there! I tried making use of StreamBuilder but it doesn’t seem to be reading any data from the stream and I am unable to debug itAre there any other alternatives for this? I really need to know, thanks!
May 11, 2021 at 02:01PM by aloha_microbenis
https://ift.tt/3o5frHM
What is the best way to move from login screen to home page once authentication is done?
Hi there! I tried making use of StreamBuilder but it doesn’t seem to be reading any data from the stream and I am unable to debug itAre there any other alternatives for this? I really need to know, thanks!
May 11, 2021 at 02:01PM by aloha_microbenis
https://ift.tt/3o5frHM
reddit
What is the best way to move from login screen to home page once...
Hi there! I tried making use of StreamBuilder but it doesn’t seem to be reading any data from the stream and I am unable to debug it Are there...
New post on /r/flutterdev subreddit:
Issues with NestedScrollView: your experience
Hi! I am developing an app where I need to use NestedScrollView in several main pages... Unfortunately, this widget has some scroll issues that makes it impossible to work with, here are two of them:https://github.com/flutter/flutter/issues/54059https://github.com/flutter/flutter/issues/82150Althought this widget is much needed in almost every application, the fix for this may take longer than expected, as Kate Lovett mentions:The NestedScrollView bases much more than I though on the assumption that the outer scroll view will never overscroll. I believe this will take a larger refactoring/re-design of the widget in order to supportThis is on our radar to be able to choose which of the two scrollables overscrolls, but last I attempted it I was unsuccessful. Much of the NestedScrollView code is designed around only the inner scrollable overscrolling, so it may take a large refactoring to make this possible.So please, if you have experienced these issues do not forget on reacting +1 on the github issue itself to let the Flutter team know how important it is to solve this.Moreover, I would like to hear if you have experienced issues with this widget too, and if so share a link to your opened issues to support it as well.WorkaroundMeanwhile I have checked one package that aims to solve some of the issues NestedScrollView has: https://pub.dev/packages/extended_nested_scroll_viewHave you had any experience on this package? I've noticed the documentation is outdated so I don't trust it very much.
May 11, 2021 at 01:42PM by Rahuvich
https://ift.tt/33vYYD4
Issues with NestedScrollView: your experience
Hi! I am developing an app where I need to use NestedScrollView in several main pages... Unfortunately, this widget has some scroll issues that makes it impossible to work with, here are two of them:https://github.com/flutter/flutter/issues/54059https://github.com/flutter/flutter/issues/82150Althought this widget is much needed in almost every application, the fix for this may take longer than expected, as Kate Lovett mentions:The NestedScrollView bases much more than I though on the assumption that the outer scroll view will never overscroll. I believe this will take a larger refactoring/re-design of the widget in order to supportThis is on our radar to be able to choose which of the two scrollables overscrolls, but last I attempted it I was unsuccessful. Much of the NestedScrollView code is designed around only the inner scrollable overscrolling, so it may take a large refactoring to make this possible.So please, if you have experienced these issues do not forget on reacting +1 on the github issue itself to let the Flutter team know how important it is to solve this.Moreover, I would like to hear if you have experienced issues with this widget too, and if so share a link to your opened issues to support it as well.WorkaroundMeanwhile I have checked one package that aims to solve some of the issues NestedScrollView has: https://pub.dev/packages/extended_nested_scroll_viewHave you had any experience on this package? I've noticed the documentation is outdated so I don't trust it very much.
May 11, 2021 at 01:42PM by Rahuvich
https://ift.tt/33vYYD4
GitHub
Overscrolling outer scrollview / SliverAppBar.stretch does not work in NestedScrollView · Issue #54059 · flutter/flutter
code sample DefaultTabController( length: 2, child: NestedScrollView( physics: BouncingScrollPhysics(), headerSliverBuilder: (context, innerScrolled) => <Widget>[ SliverOverlapAbsorber( ha...
New post on Flutter Dev Google group:
remote debugging of flutter app
Hello friends, greetings. For my flutter app, one of my user is complaining that the app is not working properly on his device. No data is shown. However, I am not able to reproduce the issue on my local device. I want to understand is there a way by which I could debug what is happening at his
May 11, 2021 at 03:51PM by vaibhav sultania
https://ift.tt/3tDkiBg
remote debugging of flutter app
Hello friends, greetings. For my flutter app, one of my user is complaining that the app is not working properly on his device. No data is shown. However, I am not able to reproduce the issue on my local device. I want to understand is there a way by which I could debug what is happening at his
May 11, 2021 at 03:51PM by vaibhav sultania
https://ift.tt/3tDkiBg
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:
flutter soap request XMLHttpRequest error
Hi everyone, I'm new in flutter, i need some help. I'm trying to do a SOAP request but i receive always the same error "XMLHttpRequest error" Can you help me please? Here the code of my dart file: import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'main.dart';
May 11, 2021 at 03:58PM by Sifu Roberto Pasqualino
https://ift.tt/3tLTcYV
flutter soap request XMLHttpRequest error
Hi everyone, I'm new in flutter, i need some help. I'm trying to do a SOAP request but i receive always the same error "XMLHttpRequest error" Can you help me please? Here the code of my dart file: import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'main.dart';
May 11, 2021 at 03:58PM by Sifu Roberto Pasqualino
https://ift.tt/3tLTcYV
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:
MUSIC STREAMING APP
I want to upload music onto firebase and allow users of my app to stream that music. Is firebase the best option for this? I have my music, album art and titles ready. I have the ui for my app built as well. I'm also trying to create a page where users can add comments and like each others
May 11, 2021 at 04:35PM by Derp
https://ift.tt/3eBccVj
MUSIC STREAMING APP
I want to upload music onto firebase and allow users of my app to stream that music. Is firebase the best option for this? I have my music, album art and titles ready. I have the ui for my app built as well. I'm also trying to create a page where users can add comments and like each others
May 11, 2021 at 04:35PM by Derp
https://ift.tt/3eBccVj
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:
Flutter Package : Uncompressed package archive is too large
Hi,
Flutter Package : Uncompressed package archive is too large
Hi,
New post on /r/flutterdev subreddit:
Introducing dart_eval, an extensible Dart interpreter in pure Dart, enabling code push for AOT apps
/r/dartlang/comments/na0l5h/introducing_dart_eval_an_extensible_dart/
May 11, 2021 at 06:15PM by qualverse
https://ift.tt/3y2SM3o
Introducing dart_eval, an extensible Dart interpreter in pure Dart, enabling code push for AOT apps
/r/dartlang/comments/na0l5h/introducing_dart_eval_an_extensible_dart/
May 11, 2021 at 06:15PM by qualverse
https://ift.tt/3y2SM3o
reddit
Introducing dart_eval, an extensible Dart interpreter in pure...
Posted in r/FlutterDev by u/qualverse • 10 points and 0 comments
New post on /r/flutterdev subreddit:
Flutter and Ryzen CPUs
Hello, im about to buy new CPU(Ryzen 5 3600) and i heard that there are some issues with flutter/AS on amd cpus. Tho it was a year ago so im here to clarify if i should worry or not
May 11, 2021 at 05:45PM by ShadowMasterKing
https://ift.tt/2QcU76S
Flutter and Ryzen CPUs
Hello, im about to buy new CPU(Ryzen 5 3600) and i heard that there are some issues with flutter/AS on amd cpus. Tho it was a year ago so im here to clarify if i should worry or not
May 11, 2021 at 05:45PM by ShadowMasterKing
https://ift.tt/2QcU76S
reddit
Flutter and Ryzen CPUs
Hello, im about to buy new CPU(Ryzen 5 3600) and i heard that there are some issues with flutter/AS on amd cpus. Tho it was a year ago so im here...
New post on /r/flutterdev subreddit:
Created this cool journaling app with flutter
Hey guys, I work as a software engineer and built this in my spare time. I’m a big fan of journaling apps so I’ve used many. They all had way too many features and buttons to inspire me to write my heart out which is what journaling is all about. I wondered why isn’t there a really simple one that focuses on a beautiful interface and typography to inspire you to do only one thing; to journal?So I made my own and flutter was so easy to use, it blew my mind. Literally felt like plugging components together or building lego pieces. I tried React Native and boy that was a huge mess. I’d love for you to checkout and let me know what you think. I’ll also link my github repo so any new flutter users can take a look at my code and that may help them :)App store: https://apps.apple.com/ca/app/hwyd-nano-journal/id1557807577Google play: https://play.google.com/store/apps/details?id=com.app.hwydGithub: https://github.com/omartoutounji/hwyd
May 11, 2021 at 05:37PM by DistributionFit5773
https://ift.tt/3bhNd7J
Created this cool journaling app with flutter
Hey guys, I work as a software engineer and built this in my spare time. I’m a big fan of journaling apps so I’ve used many. They all had way too many features and buttons to inspire me to write my heart out which is what journaling is all about. I wondered why isn’t there a really simple one that focuses on a beautiful interface and typography to inspire you to do only one thing; to journal?So I made my own and flutter was so easy to use, it blew my mind. Literally felt like plugging components together or building lego pieces. I tried React Native and boy that was a huge mess. I’d love for you to checkout and let me know what you think. I’ll also link my github repo so any new flutter users can take a look at my code and that may help them :)App store: https://apps.apple.com/ca/app/hwyd-nano-journal/id1557807577Google play: https://play.google.com/store/apps/details?id=com.app.hwydGithub: https://github.com/omartoutounji/hwyd
May 11, 2021 at 05:37PM by DistributionFit5773
https://ift.tt/3bhNd7J
App Store
hwyd: nano journal
We believe in simplicity.
Extreme simplicity.
We believe that to have a great journaling experience, you need to remove all the fluff away and focus on only one thing:
journaling.
So we spent long hours and many cups of coffee designing the world’s first…
Extreme simplicity.
We believe that to have a great journaling experience, you need to remove all the fluff away and focus on only one thing:
journaling.
So we spent long hours and many cups of coffee designing the world’s first…
New tweet from FlutterDev:
🌟 It's a sign! Wonder if Sparky at @Firebase sees this too... #GoogleIO pic.twitter.com/8du1We2j0p— Flutter (@FlutterDev) May 11, 2021
May 11, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1392147654277169158
🌟 It's a sign! Wonder if Sparky at @Firebase sees this too... #GoogleIO pic.twitter.com/8du1We2j0p— Flutter (@FlutterDev) May 11, 2021
May 11, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1392147654277169158
Twitter
Firebase (@Firebase) | Twitter
The latest Tweets from Firebase (@Firebase). The tools and infrastructure to build better apps and grow successful businesses // Releases @FirebaseRelease // For support https://t.co/07yo9M8rF7. The Internet
New post on /r/flutterdev subreddit:
AMA: Adobe XD to Flutter
Hi Flutter devs! I'm Grant Skinner, CEO of gskinner. You might know us from our work on the Flutter Vignettes, Flokk Contacts, Flutter Folio, and other random things (RegExr?).About a week ago, we teamed up with Adobe and Google to announce XD to Flutter v2.0, and I thought it was a good excuse to hop on here to answer any questions and solicit feedback.Quick intro: XD to Flutter is an open-source plugin for Adobe XD that exports your designs to Flutter. The latest version supports almost anything you can create in XD: vector shapes, gradients, shadows, background blurs, blend modes, images, rich text, responsive layout, grids, stacks, scroll groups, parameterized components, onTap parameters, prototype interactions, and more.Rather than write a wall of text here, I'll provide a few links where you can learn more:Teaser trailer (0:49)Live stream recording showing the basics (~11:30 - 32:00)Flutter blog article about the v2 releaseThe README for the pluginNow that we've mostly caught up with XD on features (at least the ones exposed to plugins), I'm planning to shift focus for v3.0 to developer integration. I want to make it easier to consume the exported code in a real project.Here are a couple GitHub issues tracking things I've started working on for v3.0:Code Segmentation and Injection on GroupsData parameter for gridsI'm also planning to create an example showing how best to utilize exported widgets in a larger app, and hopefully knock out a couple articles on our blog about best practices.The goal is definitely NOT for devs to build their apps with this plugin. Instead, we want to reduce the barrier between design and dev. That could be as simple as grabbing the code for a gradient. Or, exporting a whole view so you can quickly toss it in an app to prototype. Or, outputting a fully responsive widget with parameters and interactions, which can be reused throughout your app.I would love to answer any questions, or hear your feedback. It's a work day, so apologies if I don't respond immediately, but I'll be checking back every hour or so.
May 11, 2021 at 07:16PM by grantskinner
https://ift.tt/2Q88l8W
AMA: Adobe XD to Flutter
Hi Flutter devs! I'm Grant Skinner, CEO of gskinner. You might know us from our work on the Flutter Vignettes, Flokk Contacts, Flutter Folio, and other random things (RegExr?).About a week ago, we teamed up with Adobe and Google to announce XD to Flutter v2.0, and I thought it was a good excuse to hop on here to answer any questions and solicit feedback.Quick intro: XD to Flutter is an open-source plugin for Adobe XD that exports your designs to Flutter. The latest version supports almost anything you can create in XD: vector shapes, gradients, shadows, background blurs, blend modes, images, rich text, responsive layout, grids, stacks, scroll groups, parameterized components, onTap parameters, prototype interactions, and more.Rather than write a wall of text here, I'll provide a few links where you can learn more:Teaser trailer (0:49)Live stream recording showing the basics (~11:30 - 32:00)Flutter blog article about the v2 releaseThe README for the pluginNow that we've mostly caught up with XD on features (at least the ones exposed to plugins), I'm planning to shift focus for v3.0 to developer integration. I want to make it easier to consume the exported code in a real project.Here are a couple GitHub issues tracking things I've started working on for v3.0:Code Segmentation and Injection on GroupsData parameter for gridsI'm also planning to create an example showing how best to utilize exported widgets in a larger app, and hopefully knock out a couple articles on our blog about best practices.The goal is definitely NOT for devs to build their apps with this plugin. Instead, we want to reduce the barrier between design and dev. That could be as simple as grabbing the code for a gradient. Or, exporting a whole view so you can quickly toss it in an app to prototype. Or, outputting a fully responsive widget with parameters and interactions, which can be reused throughout your app.I would love to answer any questions, or hear your feedback. It's a work day, so apologies if I don't respond immediately, but I'll be checking back every hour or so.
May 11, 2021 at 07:16PM by grantskinner
https://ift.tt/2Q88l8W
New post on /r/flutterdev subreddit:
Flutter Processing | Ep. 028 - keyboard input
https://www.youtube.com/watch?v=vH2cSygKM-E
May 11, 2021 at 06:41PM by Elixane
https://ift.tt/33CZZJH
Flutter Processing | Ep. 028 - keyboard input
https://www.youtube.com/watch?v=vH2cSygKM-E
May 11, 2021 at 06:41PM by Elixane
https://ift.tt/33CZZJH
YouTube
Ep. 028 - keyboard input | Flutter Processing
Today, we implement keyboard input for #Flutter Processing!
https://github.com/matthew-carroll/flutter_processing
---
Follow:
https://twitter.com/suprdeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Flutter Training:
ht…
https://github.com/matthew-carroll/flutter_processing
---
Follow:
https://twitter.com/suprdeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Flutter Training:
ht…
New post on /r/flutterdev subreddit:
Adobe XD to Flutter V2 better?
https://www.youtube.com/watch?v=Xt-5nRGJr3Q
May 10, 2021 at 10:22AM by thehappyharis
https://ift.tt/3hjvQY2
Adobe XD to Flutter V2 better?
https://www.youtube.com/watch?v=Xt-5nRGJr3Q
May 10, 2021 at 10:22AM by thehappyharis
https://ift.tt/3hjvQY2
YouTube
Adobe XD to Flutter V2 better?
Join the Flutter UI Challenge: https://www.reddit.com/r/Design2Flutter/comments/mwneoz/challenge_2_auth_screens_login_and_signup/
Join the Discord Group: http://discord.learnfluttercode.com
👉 Subscribe to our weekly Flutter newsletter:
https://learnfl…
Join the Discord Group: http://discord.learnfluttercode.com
👉 Subscribe to our weekly Flutter newsletter:
https://learnfl…