New post on /r/flutterdev subreddit:
Flutter Manual Streams | How to make custom Streams in Flutter/Dart | Flutter Stream Tutorial
https://youtu.be/5l8SSOxcUdU
January 04, 2022 at 06:25AM by saheb1313
https://ift.tt/3pRihmd
Flutter Manual Streams | How to make custom Streams in Flutter/Dart | Flutter Stream Tutorial
https://youtu.be/5l8SSOxcUdU
January 04, 2022 at 06:25AM by saheb1313
https://ift.tt/3pRihmd
YouTube
Flutter Manual Streams | How to make custom Streams in Flutter/Dart | Flutter Stream Tutorial
#Flutter #FlutterStreams
Streams Tutorial in Flutter | Dart Streams
Let's make Streams easy for you. In this tutorial we will get a basic overview about the streams and learn different methods and concepts associated with Dart Streams.
Gadgets I use:
…
Streams Tutorial in Flutter | Dart Streams
Let's make Streams easy for you. In this tutorial we will get a basic overview about the streams and learn different methods and concepts associated with Dart Streams.
Gadgets I use:
…
New post on /r/flutterdev subreddit:
Which lib are you using with flutter for graphql?
I was using https://github.com/zino-hofmann/graphql-flutter for flutter graphql projects but the main author of the lib is no longer working on this project. I know there have been two beta releases of this project recently but does anyone of you use any other library graphql client with flutter. Please don't recommend default http client which we use for rest apis. Has anyone tried this https://github.com/gql-dart/ferry. If you're using any other lib do let me know as well.
January 04, 2022 at 07:24AM by BraveEvidence
https://ift.tt/3eK8GHL
Which lib are you using with flutter for graphql?
I was using https://github.com/zino-hofmann/graphql-flutter for flutter graphql projects but the main author of the lib is no longer working on this project. I know there have been two beta releases of this project recently but does anyone of you use any other library graphql client with flutter. Please don't recommend default http client which we use for rest apis. Has anyone tried this https://github.com/gql-dart/ferry. If you're using any other lib do let me know as well.
January 04, 2022 at 07:24AM by BraveEvidence
https://ift.tt/3eK8GHL
GitHub
GitHub - zino-hofmann/graphql-flutter: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to…
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. - zino-hofmann/graphql-flutter
New post on /r/flutterdev subreddit:
Clean architecture with DB packages?
Hey guys! How do you handle clean architecture with already made local DB packages like sembast, Isar or Hive?I got the gist that the functions should be as universal as possible but that strips away a lot of features that the native package offers which is a pain to replicate with a function.Is there something I’m missing?
January 04, 2022 at 08:58AM by Silfalion
https://ift.tt/3qPewNB
Clean architecture with DB packages?
Hey guys! How do you handle clean architecture with already made local DB packages like sembast, Isar or Hive?I got the gist that the functions should be as universal as possible but that strips away a lot of features that the native package offers which is a pain to replicate with a function.Is there something I’m missing?
January 04, 2022 at 08:58AM by Silfalion
https://ift.tt/3qPewNB
reddit
Clean architecture with DB packages?
Hey guys! How do you handle clean architecture with already made local DB packages like sembast, Isar or Hive? I got the gist that the functions...
New post on /r/flutterdev subreddit:
Frosted Glass Effect in Flutter
https://twitter.com/heysagnik/status/1478253301502070784?s=20
January 04, 2022 at 11:39AM by devgossips
https://ift.tt/3zlnDJK
Frosted Glass Effect in Flutter
https://twitter.com/heysagnik/status/1478253301502070784?s=20
January 04, 2022 at 11:39AM by devgossips
https://ift.tt/3zlnDJK
Twitter
Sagnik Sahoo ⛄
“Frosted Glass Effect in Flutter” by @heysagnik 🧵↓
New post on /r/flutterdev subreddit:
Can you guys share some production flutter app repo?
I'm working on my flutter application which I want to publish but I have some limitations on the backend like API bandwidth (2 GB) also I'm not good at routing since it involves users.So pls can you share some application repo so I can study those repository and enhance our application like Bloc, fLutter_bloc, hydrate_bloc, firebase_auth, navigations, theming, cubit, get_it, and all necessary pattern/architecture that required to build any production level application
January 04, 2022 at 12:51PM by Prashant_4200
https://ift.tt/3eLaMal
Can you guys share some production flutter app repo?
I'm working on my flutter application which I want to publish but I have some limitations on the backend like API bandwidth (2 GB) also I'm not good at routing since it involves users.So pls can you share some application repo so I can study those repository and enhance our application like Bloc, fLutter_bloc, hydrate_bloc, firebase_auth, navigations, theming, cubit, get_it, and all necessary pattern/architecture that required to build any production level application
January 04, 2022 at 12:51PM by Prashant_4200
https://ift.tt/3eLaMal
reddit
Can you guys share some production flutter app repo?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Mix visual and traditional coding. External packages and dynamic params supported ✅
https://twitter.com/tetabuilder/status/1478302463497277442?s=21
January 04, 2022 at 02:31PM by OndaTeta
https://ift.tt/3eMUoG3
Mix visual and traditional coding. External packages and dynamic params supported ✅
https://twitter.com/tetabuilder/status/1478302463497277442?s=21
January 04, 2022 at 02:31PM by OndaTeta
https://ift.tt/3eMUoG3
Twitter
Teta
Mix visual and traditional coding. Dynamic params and external packages supported ✅ #teta #flutter #flutterdev #dev #nocode
New post on /r/flutterdev subreddit:
I created a new markup language.
Happy New Year!I created a new markup language during the New Year holidays.https://pub.dev/packages/simple_widget_markupYou can also try it out on the following sites. However, a full HD or higher display is recommended.https://simple-widget-markup-editor.web.app/The reason I made this was because I wanted to deliver to my app users new information on Flutter Web, but HTML was difficult to use and markdown was not expressive.The parsed markup text is replaceable with Flutter's Widget, so most of the static parts of the layout can be written in this language as well.Also, This language is inherently simple, so even non-programmers should be able to use it immediately after training. (Although the documentation is still inadequate ...)I don't know how much it will be accepted, but I hope it helps someone who has the same worries as me.Thank you.
January 04, 2022 at 04:03PM by Masahide_Mori
https://ift.tt/3pRfdq9
I created a new markup language.
Happy New Year!I created a new markup language during the New Year holidays.https://pub.dev/packages/simple_widget_markupYou can also try it out on the following sites. However, a full HD or higher display is recommended.https://simple-widget-markup-editor.web.app/The reason I made this was because I wanted to deliver to my app users new information on Flutter Web, but HTML was difficult to use and markdown was not expressive.The parsed markup text is replaceable with Flutter's Widget, so most of the static parts of the layout can be written in this language as well.Also, This language is inherently simple, so even non-programmers should be able to use it immediately after training. (Although the documentation is still inadequate ...)I don't know how much it will be accepted, but I hope it helps someone who has the same worries as me.Thank you.
January 04, 2022 at 04:03PM by Masahide_Mori
https://ift.tt/3pRfdq9
Dart packages
simple_widget_markup | Flutter Package
The simple widget markup language converter. Easily create text and screen layouts.
New post on /r/flutterdev subreddit:
Control Your Heros with HeroMode
https://twitter.com/Mullr33/status/1478348384171876352?t=ba1rsnNLKI4m2-sf9HqtwA&s=19
January 04, 2022 at 05:30PM by ufohitchhiker
https://ift.tt/3eRCn9C
Control Your Heros with HeroMode
https://twitter.com/Mullr33/status/1478348384171876352?t=ba1rsnNLKI4m2-sf9HqtwA&s=19
January 04, 2022 at 05:30PM by ufohitchhiker
https://ift.tt/3eRCn9C
Twitter
Joe Muller 💙
#Flutter Tip: You can enable or disable your Heros using the HeroMode widget. The HeroMode widget controls all Hero widgets in the given subtree. #FlutterDev #FlutterCommunity @FlutterDev @FlutterComm
New post on /r/flutterdev subreddit:
Google Sheet copy - paste to flutter and vice versa?
In my app , I am need to implement this featureThat is,There is a data table in flutter Web app. The user will select a whole column and copies it via Ctrl+cThen he will go to Google sheet and paste it. The whole column got pasted there with structure intactAfter doing some calculations and editing there , then he will do the vice versa of #1I have no idea about this, particularly parsing Flutter <=> sheets ?Please give Suggestions
January 04, 2022 at 06:50PM by RageshAntony
https://ift.tt/3eQF8bo
Google Sheet copy - paste to flutter and vice versa?
In my app , I am need to implement this featureThat is,There is a data table in flutter Web app. The user will select a whole column and copies it via Ctrl+cThen he will go to Google sheet and paste it. The whole column got pasted there with structure intactAfter doing some calculations and editing there , then he will do the vice versa of #1I have no idea about this, particularly parsing Flutter <=> sheets ?Please give Suggestions
January 04, 2022 at 06:50PM by RageshAntony
https://ift.tt/3eQF8bo
reddit
Google Sheet copy - paste to flutter and vice versa?
In my app , I am need to implement this feature That is, 1. There is a data table in flutter Web app. The user will select a whole column and...
New post on /r/flutterdev subreddit:
is the "audioplayers" package working for you?
I have been doing Flutter for only 2 weeks. I love it. Everything has been going well. Until now.I need an app I am building to play a few short sounds on certain events. This package seemed the way to go:https://pub.dev/packages/audioplayersIt looks so simple to play a sound, and the package gets a 99% popularity. BUT!I can't even get the thing to build. I get a bunch of different build errors when I try to use it, even with a dead simple demo app. A bunch of stuff like:"Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors"and"Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15."This stuff is way over my head. Until yesterday everything "just worked." I have used at least 4 other packages seamlessly. I am frustrated and need help.Can anyone throw an old dog a bone? :)
January 04, 2022 at 06:25PM by mattgwriter7
https://ift.tt/3pRyPum
is the "audioplayers" package working for you?
I have been doing Flutter for only 2 weeks. I love it. Everything has been going well. Until now.I need an app I am building to play a few short sounds on certain events. This package seemed the way to go:https://pub.dev/packages/audioplayersIt looks so simple to play a sound, and the package gets a 99% popularity. BUT!I can't even get the thing to build. I get a bunch of different build errors when I try to use it, even with a dead simple demo app. A bunch of stuff like:"Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors"and"Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15."This stuff is way over my head. Until yesterday everything "just worked." I have used at least 4 other packages seamlessly. I am frustrated and need help.Can anyone throw an old dog a bone? :)
January 04, 2022 at 06:25PM by mattgwriter7
https://ift.tt/3pRyPum
Dart packages
audioplayers | Flutter package
A Flutter plugin to play multiple audio files simultaneously
New tweet from FlutterDev:
🦋 Chapters 16, 17, & 18: Pop Quiz! Flutter apps can be deployed to the... #flutterapprentice— Flutter (@FlutterDev) Jan 4, 2022
January 04, 2022 at 09:04PM
https://twitter.com/FlutterDev/status/1478457251748671489
🦋 Chapters 16, 17, & 18: Pop Quiz! Flutter apps can be deployed to the... #flutterapprentice— Flutter (@FlutterDev) Jan 4, 2022
January 04, 2022 at 09:04PM
https://twitter.com/FlutterDev/status/1478457251748671489
Twitter
Flutter
🦋 Chapters 16, 17, & 18: Pop Quiz! Flutter apps can be deployed to the... #flutterapprentice
New post on /r/flutterdev subreddit:
Can anyone here share experience for using fastlane, GitHub-hosted runners, CD workflows, or any similar?
For those of you that don't know, fastlane is a tool for building and releasing mobile applications. I have never used it, but I am very interested in trying it out. In their docs for doing CI/CD via GitHub Actions, they recommend to use a GitHub-hosted runner (link to fastlane doc page).Have you used fastlane? Did you like it or not? Have you used GitHub's hosted runners? Did you like it? Have you used fastlane on GitHub-hosted runners?I am also interested in alternatives. I read through Flutter's list of recommended CD options here. What was your experience like for any of those?
January 04, 2022 at 11:07PM by luckeyelijah
https://ift.tt/3sZ3s3e
Can anyone here share experience for using fastlane, GitHub-hosted runners, CD workflows, or any similar?
For those of you that don't know, fastlane is a tool for building and releasing mobile applications. I have never used it, but I am very interested in trying it out. In their docs for doing CI/CD via GitHub Actions, they recommend to use a GitHub-hosted runner (link to fastlane doc page).Have you used fastlane? Did you like it or not? Have you used GitHub's hosted runners? Did you like it? Have you used fastlane on GitHub-hosted runners?I am also interested in alternatives. I read through Flutter's list of recommended CD options here. What was your experience like for any of those?
January 04, 2022 at 11:07PM by luckeyelijah
https://ift.tt/3sZ3s3e
GitHub Docs
Using GitHub-hosted runners - GitHub Docs
GitHub offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for GitHub Actions to use.
New post on /r/flutterdev subreddit:
Where to start, building a parental control app for iOS / Android
Hi all,I'm fairly new to coding and flutter so I thought I'd seek some advice here. I'm trying to build an app as a project for myself, that allows parents to restrict their children's usage of certain other apps. What I don't have the slightest clue about is, what do you use to implement the logic for restricting/blocking access to other apps in iOS and Android. Where do you access the data for a phone's app usage, and then how do you go about controlling them? is this something that can be done with Flutter?
January 04, 2022 at 10:33PM by Tengu3
https://ift.tt/3pQgP3z
Where to start, building a parental control app for iOS / Android
Hi all,I'm fairly new to coding and flutter so I thought I'd seek some advice here. I'm trying to build an app as a project for myself, that allows parents to restrict their children's usage of certain other apps. What I don't have the slightest clue about is, what do you use to implement the logic for restricting/blocking access to other apps in iOS and Android. Where do you access the data for a phone's app usage, and then how do you go about controlling them? is this something that can be done with Flutter?
January 04, 2022 at 10:33PM by Tengu3
https://ift.tt/3pQgP3z
reddit
Where to start, building a parental control app for iOS / Android
Hi all, I'm fairly new to coding and flutter so I thought I'd seek some advice here. I'm trying to build an app as a project for myself, that...
New post on /r/flutterdev subreddit:
Hacki: A simple Hacker News reader made with Flutter
https://ift.tt/3sWgrm5
January 04, 2022 at 11:17PM by livinglist
https://ift.tt/3t5TVqO
Hacki: A simple Hacker News reader made with Flutter
https://ift.tt/3sWgrm5
January 04, 2022 at 11:17PM by livinglist
https://ift.tt/3t5TVqO
GitHub
GitHub - Livinglist/Hacki: A simple Hacker News reader made with Flutter.
A simple Hacker News reader made with Flutter. Contribute to Livinglist/Hacki development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How to integrate oauth2.0 using oauth_dio package?
I am getting 200 in postman but not able to get access token using this package.
January 05, 2022 at 06:26AM by mryoloo
https://ift.tt/3pUeVii
How to integrate oauth2.0 using oauth_dio package?
I am getting 200 in postman but not able to get access token using this package.
January 05, 2022 at 06:26AM by mryoloo
https://ift.tt/3pUeVii
reddit
How to integrate oauth2.0 using oauth_dio package?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
A website for interesting Flutter challenges
Personally, I prefer learning by actually codding rather than just reading/watching tutorials. That's not to say that I don't like tutorials. In fact, I think they are vital in the first phase of learning when everything is new, and you have no idea what to do and how to start. But once I get familiar enough with the topic, I enjoy tackling some interesting challenges that are balanced for my level. And usually, once I complete a challenge, I keep fiddling with the result and see what else is there to learn. Challenges are a great way to learn, as long as they are short enough, lead to something interesting (not to another to-do list app), and are not too hard.So, I made this website to publish Flutter challenges and put it on GitHub. I already posted the first challenge, and I'll publish the solution in a couple of days to give those who want to try it by themselves time to do it without the temptation of an available solution.What do you think about this idea? Will you be interested in this kind of challenges? Or would you like to contribute with your own challenges?The site is based on Jekyll, so the challenges and all other pages are more or less simple .md files on GitHub. Thus, in theory, contributing should be a simple matter of submitting pull requests.https://rggt.github.io/flutter-challenges/
January 05, 2022 at 11:26AM by __RGgt__
https://ift.tt/3pXCmaO
A website for interesting Flutter challenges
Personally, I prefer learning by actually codding rather than just reading/watching tutorials. That's not to say that I don't like tutorials. In fact, I think they are vital in the first phase of learning when everything is new, and you have no idea what to do and how to start. But once I get familiar enough with the topic, I enjoy tackling some interesting challenges that are balanced for my level. And usually, once I complete a challenge, I keep fiddling with the result and see what else is there to learn. Challenges are a great way to learn, as long as they are short enough, lead to something interesting (not to another to-do list app), and are not too hard.So, I made this website to publish Flutter challenges and put it on GitHub. I already posted the first challenge, and I'll publish the solution in a couple of days to give those who want to try it by themselves time to do it without the temptation of an available solution.What do you think about this idea? Will you be interested in this kind of challenges? Or would you like to contribute with your own challenges?The site is based on Jekyll, so the challenges and all other pages are more or less simple .md files on GitHub. Thus, in theory, contributing should be a simple matter of submitting pull requests.https://rggt.github.io/flutter-challenges/
January 05, 2022 at 11:26AM by __RGgt__
https://ift.tt/3pXCmaO
New post on /r/flutterdev subreddit:
Appwrite 0.12 - A major milestone for the open source Firebase Alternative
Hey, Appwrite maintainer here 👋After months of hard work and contributions from the open source community, Appwrite 0.12 has just been released with the biggest performance improvements till date.If you haven't heard already, Appwrite is an open source end-to-end BaaS that helps you build your Web, Flutter, iOS and Android apps much faster with a focus on simplicity, developer experience, privacy and security that you can self-host with just a single command.We'd love to get your feedback as we move on to v1.0 of Appwrite in the coming weeks. Community feedback has been one of the major driving forces for where the project is today.Here’s everything that’s new in Appwrite 0.12Database overhaul - a new and improved database API focussed on performance and support for multiple databases under the hood - MariaDB, MySQL, MongoDB ( soon ...) and more.Dynamic pagination strategies - Efficient querying through millions of records using a combination of limit-offset and cursor paginationSimple Database permissions - choose between collection-level and document-level permissionsQuery API v2 - support for more powerful database queriesNew Usage Charts - Increased visibility on your project with lot more graphs and metricsCustom IDs - Human friendly IDs for your collections, documents, users, projects etc.Service toggles - disable services you don’t need and secure your APIs even furtherLogging that just works - Error logging and monitoring made easy with 3 new open source providers - Sentry, AppSignal & RaygunNot to mention, we're one step closer to becoming a complete Firebase AlternativeCheck out everything we shipped this time around 👇https://github.com/appwrite/appwrite/releases/latest
January 05, 2022 at 02:19PM by thecouchdev
https://ift.tt/3JUbTmq
Appwrite 0.12 - A major milestone for the open source Firebase Alternative
Hey, Appwrite maintainer here 👋After months of hard work and contributions from the open source community, Appwrite 0.12 has just been released with the biggest performance improvements till date.If you haven't heard already, Appwrite is an open source end-to-end BaaS that helps you build your Web, Flutter, iOS and Android apps much faster with a focus on simplicity, developer experience, privacy and security that you can self-host with just a single command.We'd love to get your feedback as we move on to v1.0 of Appwrite in the coming weeks. Community feedback has been one of the major driving forces for where the project is today.Here’s everything that’s new in Appwrite 0.12Database overhaul - a new and improved database API focussed on performance and support for multiple databases under the hood - MariaDB, MySQL, MongoDB ( soon ...) and more.Dynamic pagination strategies - Efficient querying through millions of records using a combination of limit-offset and cursor paginationSimple Database permissions - choose between collection-level and document-level permissionsQuery API v2 - support for more powerful database queriesNew Usage Charts - Increased visibility on your project with lot more graphs and metricsCustom IDs - Human friendly IDs for your collections, documents, users, projects etc.Service toggles - disable services you don’t need and secure your APIs even furtherLogging that just works - Error logging and monitoring made easy with 3 new open source providers - Sentry, AppSignal & RaygunNot to mention, we're one step closer to becoming a complete Firebase AlternativeCheck out everything we shipped this time around 👇https://github.com/appwrite/appwrite/releases/latest
January 05, 2022 at 02:19PM by thecouchdev
https://ift.tt/3JUbTmq
GitHub
Release Version 0.12.0 · appwrite/appwrite
Features
Completely rewritten Database service: Breaking Change
Collection rules are now attributes
Filters for have been replaced with a new, more powerful syntax
Custom indexes for more perform...
Completely rewritten Database service: Breaking Change
Collection rules are now attributes
Filters for have been replaced with a new, more powerful syntax
Custom indexes for more perform...
New post on /r/flutterdev subreddit:
Flutter Tutorial: Login, Role, and Permissions
https://youtube.com/watch?v=XON7m_OVbQY&feature=share
January 05, 2022 at 02:14PM by didinj
https://ift.tt/32Rh7P4
Flutter Tutorial: Login, Role, and Permissions
https://youtube.com/watch?v=XON7m_OVbQY&feature=share
January 05, 2022 at 02:14PM by didinj
https://ift.tt/32Rh7P4
YouTube
Flutter Tutorial: Login, Role, and Permissions
In this Flutter tutorial, we will show you how to build Android and iOS apps that can log in with role-based and permissions by accessing REST API. So, there will be a different screen or view that is accessible for each different role. Each role has a different…
New post on /r/flutterdev subreddit:
Flutter Navigator 2.0 Made Easy with Auto Router
https://ift.tt/3zuOHGD
January 05, 2022 at 04:35PM by biklas7
https://ift.tt/3JMUFqP
Flutter Navigator 2.0 Made Easy with Auto Router
https://ift.tt/3zuOHGD
January 05, 2022 at 04:35PM by biklas7
https://ift.tt/3JMUFqP
Coletiv
Flutter Navigator 2.0 Made Easy with Auto Router | Coletiv Blog
If you are a Flutter developer you might have heard about or even tried the “new” way of navigating with Navigator 2.0, which might be one of the most controversial APIs I have seen.
New post on /r/flutterdev subreddit:
Mixing visual and traditional coding is 🔥 as hell
https://twitter.com/tetabuilder/status/1478746110797692928?s=21
January 05, 2022 at 04:32PM by OndaTeta
https://ift.tt/334irO8
Mixing visual and traditional coding is 🔥 as hell
https://twitter.com/tetabuilder/status/1478746110797692928?s=21
January 05, 2022 at 04:32PM by OndaTeta
https://ift.tt/334irO8
Twitter
Teta
Mixing visual and traditional coding is 🔥 as hell #teta #flutterdev #flutter #nocode
New post on /r/flutterdev subreddit:
5 Things John Learned Fighting Hackers of His App — A must-read for PM’s and CISO’s
/r/ciso/comments/rcdz68/5_things_john_learned_fighting_hackers_of_his_app/
January 05, 2022 at 04:23PM by sergeychuk
https://ift.tt/3qJVdVG
5 Things John Learned Fighting Hackers of His App — A must-read for PM’s and CISO’s
/r/ciso/comments/rcdz68/5_things_john_learned_fighting_hackers_of_his_app/
January 05, 2022 at 04:23PM by sergeychuk
https://ift.tt/3qJVdVG
reddit
5 Things John Learned Fighting Hackers of His App — A must-read...
Posted in r/FlutterDev by u/sergeychuk • 2 points and 4 comments