New post on /r/flutterdev subreddit:
Backend framework for Flutter applications
Hey, I've developed a server framework for internal use on our projects (high demanding web and mobile applications). It's really nice. We've been using it on awhile and I decided it to share with you. It's called ServeMe https://pub.dev/packages/serveme. Under the MIT license. So. Enjoy. Some features goes here:- modular architecture;
- events support;
- scheduled tasks support;
- console API for implementing own server command set;
- ridiculously fast binary data serialization for data exchange;
- MongoDB support;
- customizable configs, logging and debugging tools, connections management etc.Anyways, take a look, use if you want. I find it very suitable for quick development of servers. Both simple and complex ones.
October 27, 2021 at 11:07PM by MrSheogorath
https://ift.tt/3Clsn2A
Backend framework for Flutter applications
Hey, I've developed a server framework for internal use on our projects (high demanding web and mobile applications). It's really nice. We've been using it on awhile and I decided it to share with you. It's called ServeMe https://pub.dev/packages/serveme. Under the MIT license. So. Enjoy. Some features goes here:- modular architecture;
- events support;
- scheduled tasks support;
- console API for implementing own server command set;
- ridiculously fast binary data serialization for data exchange;
- MongoDB support;
- customizable configs, logging and debugging tools, connections management etc.Anyways, take a look, use if you want. I find it very suitable for quick development of servers. Both simple and complex ones.
October 27, 2021 at 11:07PM by MrSheogorath
https://ift.tt/3Clsn2A
Dart packages
serveme | Dart package
Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.
New post on /r/flutterdev subreddit:
Material 3 Design Flutter support?
https://twitter.com/materialdesign/status/1453462766447116291?s=21
October 27, 2021 at 11:49PM by DanielRamiz
https://ift.tt/3vPjmwq
Material 3 Design Flutter support?
https://twitter.com/materialdesign/status/1453462766447116291?s=21
October 27, 2021 at 11:49PM by DanielRamiz
https://ift.tt/3vPjmwq
Twitter
Material Design
ποΈπ The Material 3 Design Kit is here! Built to work with @Figmadesign's plugin, our new kit provides a comprehensive introduction to the design system, with styles and components to help you get started β goo.gle/m3-design-kit #AndroidDevSummit
New post on /r/flutterdev subreddit:
2021 Flutter GetX Tutorial for Beginners | Route Management
https://youtu.be/5YH3qvrpoPQ
October 28, 2021 at 01:06AM by Confident-Basket-896
https://www.reddit.com/r/FlutterDev/comments/qh92x4/2021_flutter_getx_tutorial_for_beginners_route/?utm_source=ifttt
2021 Flutter GetX Tutorial for Beginners | Route Management
https://youtu.be/5YH3qvrpoPQ
October 28, 2021 at 01:06AM by Confident-Basket-896
https://www.reddit.com/r/FlutterDev/comments/qh92x4/2021_flutter_getx_tutorial_for_beginners_route/?utm_source=ifttt
YouTube
Flutter GetX Tutorial for Beginners | Route Management
Welcome to my Flutter GetX tutorial series. In this series, you will learn how to use GetX for route management in the Flutter. In this video I will cover the GetX Named Route, GetX Route Transition, GetX Route Result, GetX Route Argument, GetX Route Parameterβ¦
New post on /r/flutterdev subreddit:
Material Design 3 guidelines website
https://m3.material.io/
October 28, 2021 at 01:26AM by MelioRatio
https://ift.tt/2Zthqxg
Material Design 3 guidelines website
https://m3.material.io/
October 28, 2021 at 01:26AM by MelioRatio
https://ift.tt/2Zthqxg
Material Design
Build beautiful, usable products faster. Material Design is an adaptable systemβbacked by open-source codeβthat helps teams build high quality digital experiences.
New post on /r/flutterdev subreddit:
Is there a site like React Native Upgrade Helper for Flutter?
React Native Upgrade HelperAs you can see in the link above, in this site I can select the current version of a react native project and compare the changes that I have to do to migrate to other version. I know that we can upgrade the dependencies with pub get, but it is useful for check the changes in files of native folders (android and iOS).
October 28, 2021 at 03:12AM by Edmar-
https://ift.tt/3GshkqQ
Is there a site like React Native Upgrade Helper for Flutter?
React Native Upgrade HelperAs you can see in the link above, in this site I can select the current version of a react native project and compare the changes that I have to do to migrate to other version. I know that we can upgrade the dependencies with pub get, but it is useful for check the changes in files of native folders (android and iOS).
October 28, 2021 at 03:12AM by Edmar-
https://ift.tt/3GshkqQ
reddit
r/FlutterDev - Is there a site like React Native Upgrade Helper for Flutter?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Fun Application in Flutter in Depth
https://www.youtube.com/watch?v=wAYuh7UiP-s
October 28, 2021 at 05:12AM by Dhanraj_Flutterdev
https://ift.tt/3mj6wU0
Fun Application in Flutter in Depth
https://www.youtube.com/watch?v=wAYuh7UiP-s
October 28, 2021 at 05:12AM by Dhanraj_Flutterdev
https://ift.tt/3mj6wU0
YouTube
Flutter Brightness App | Control Phone Brightness Fun App | Flutter Tutorial
Hey Dev's, In this video we will create a fun app in Flutter which can use to control your phone brightness with animation.
Like the video if you want more such videos! : )
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link:β¦
Like the video if you want more such videos! : )
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link:β¦
New post on /r/flutterdev subreddit:
Suggested text editor package?
I'm creating an app that is a kind of note-taking. My priority is that it should be cross-platform, ie it should work on all platforms in which Flutter works.I saw many packages for text editing in pub.dev, but didn't notice something which work for all of these.Does anyone have any suggestions
October 28, 2021 at 07:04AM by mukhtharcm
https://ift.tt/3En7Taj
Suggested text editor package?
I'm creating an app that is a kind of note-taking. My priority is that it should be cross-platform, ie it should work on all platforms in which Flutter works.I saw many packages for text editing in pub.dev, but didn't notice something which work for all of these.Does anyone have any suggestions
October 28, 2021 at 07:04AM by mukhtharcm
https://ift.tt/3En7Taj
reddit
Suggested text editor package?
I'm creating an app that is a kind of note-taking. My priority is that it should be cross-platform, ie it should work on all platforms in which...
New post on /r/flutterdev subreddit:
14 Benefits Of Using Flutter Framework For Enterprise App Development
https://ift.tt/3zH7bTb
October 28, 2021 at 07:49AM by mikejackson6177
https://ift.tt/3mlg6FS
14 Benefits Of Using Flutter Framework For Enterprise App Development
https://ift.tt/3zH7bTb
October 28, 2021 at 07:49AM by mikejackson6177
https://ift.tt/3mlg6FS
Invozone
14 Benefits of Flutter of Enterprise App Development - InvoZone
We will discuss 14 benefits of flutter for app development in this article so you can decide if it is the right technology for your business!
New post on /r/flutterdev subreddit:
Rich Text Editor To PDF
Anyone ever exported rich text in Flutter to a PDF? I am currently using https://pub.dev/packages/flutter_quill and am debating whether I want to ditch it completely for the sake of exporting the text consistently to a PDF. I tried using packages to convert the Delta (formatted text) to markdown/html, then to pdf but ran into many issues and missing formatting features there.flutter_quill seems to be the most popular rich text editor nowadays but still lacks in this regard. Maybe I should wait for more robust solutions to popup and just export non-formatted text in the meantime.Any thoughts? Thanks!
October 28, 2021 at 07:26AM by jarhead777
https://ift.tt/3pIYw0A
Rich Text Editor To PDF
Anyone ever exported rich text in Flutter to a PDF? I am currently using https://pub.dev/packages/flutter_quill and am debating whether I want to ditch it completely for the sake of exporting the text consistently to a PDF. I tried using packages to convert the Delta (formatted text) to markdown/html, then to pdf but ran into many issues and missing formatting features there.flutter_quill seems to be the most popular rich text editor nowadays but still lacks in this regard. Maybe I should wait for more robust solutions to popup and just export non-formatted text in the meantime.Any thoughts? Thanks!
October 28, 2021 at 07:26AM by jarhead777
https://ift.tt/3pIYw0A
Dart packages
flutter_quill | Flutter package
A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.
New post on /r/flutterdev subreddit:
Animated figure
Hey! Looking to brain storm some ideas on how one would go to implement a some kind of animated figure that for example if you push it, it might say something like "hey!". I want it to be in my quiz app and say good job etc.What kind of method would be good to use? Bunch of gifs? Or some kind of htm5 canvas thing?
October 28, 2021 at 11:20AM by Suisuiiidieelol
https://ift.tt/3nywPFb
Animated figure
Hey! Looking to brain storm some ideas on how one would go to implement a some kind of animated figure that for example if you push it, it might say something like "hey!". I want it to be in my quiz app and say good job etc.What kind of method would be good to use? Bunch of gifs? Or some kind of htm5 canvas thing?
October 28, 2021 at 11:20AM by Suisuiiidieelol
https://ift.tt/3nywPFb
reddit
Animated figure
Hey! Looking to brain storm some ideas on how one would go to implement a some kind of animated figure that for example if you push it, it might...
New post on /r/flutterdev subreddit:
Flutter Twitch Integration, Icon Decoration & Co. - 41 - PUB.DEV RELEASES
https://youtube.com/watch?v=0nt4nmjrkos&feature=share
October 28, 2021 at 03:11PM by syntacops
https://ift.tt/3BswbxD
Flutter Twitch Integration, Icon Decoration & Co. - 41 - PUB.DEV RELEASES
https://youtube.com/watch?v=0nt4nmjrkos&feature=share
October 28, 2021 at 03:11PM by syntacops
https://ift.tt/3BswbxD
YouTube
Flutter Twitch Integration, Icon Decoration & Co. - 41 - PUB.DEV RELEASES
Week 41 brings a Flutter Twitch Integration package to easily integrate the Twitch API into your Flutter Apps. On top of that we also get an icon decoration package, reordable grid views and more. #flutter #twitch #integration
πΊ FULL PLAYLIST: http://reβ¦
πΊ FULL PLAYLIST: http://reβ¦
New post on /r/flutterdev subreddit:
A BDD testing question
Do you align your gieven when then with the way you have to do it in widet unit testing where everything gets mashed into a then statement after the given app exists condition or do you do that way just on test and differently with integration testing?
October 28, 2021 at 02:29PM by fredgrott
https://ift.tt/3jKkr3O
A BDD testing question
Do you align your gieven when then with the way you have to do it in widet unit testing where everything gets mashed into a then statement after the given app exists condition or do you do that way just on test and differently with integration testing?
October 28, 2021 at 02:29PM by fredgrott
https://ift.tt/3jKkr3O
reddit
A BDD testing question
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter App UI | Coffee House Concept App UI
https://youtu.be/rJ6AXhiO7w0
October 28, 2021 at 02:16PM by MDKhali
https://ift.tt/3pNqEjc
Flutter App UI | Coffee House Concept App UI
https://youtu.be/rJ6AXhiO7w0
October 28, 2021 at 02:16PM by MDKhali
https://ift.tt/3pNqEjc
YouTube
Flutter App UI | Coffee House Concept App UI
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
β β β β β β β β β β β β β β β β β β β β
π Source Code :- Freeβ - Contact Us
β β β β β β β β β β β β β β β β β β ββ¦
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
β β β β β β β β β β β β β β β β β β β β
π Source Code :- Freeβ - Contact Us
β β β β β β β β β β β β β β β β β β ββ¦
New post on /r/flutterdev subreddit:
How can I get sound level or decibel from Uint8List?
I am getting stream of Uint8List from just_audio plugin so how I can get sound level or decibel from it?
October 28, 2021 at 03:26PM by pokaboom1
https://ift.tt/3muxFDH
How can I get sound level or decibel from Uint8List?
I am getting stream of Uint8List from just_audio plugin so how I can get sound level or decibel from it?
October 28, 2021 at 03:26PM by pokaboom1
https://ift.tt/3muxFDH
reddit
How can I get sound level or decibel from Uint8List?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
How To BDD Test Flutter Themes
https://ift.tt/3Bo4qqa
October 28, 2021 at 05:53PM by fredgrott
https://ift.tt/2ZvH0lg
How To BDD Test Flutter Themes
https://ift.tt/3Bo4qqa
October 28, 2021 at 05:53PM by fredgrott
https://ift.tt/2ZvH0lg
Medium
How To BDD Test Flutter Themes
Yeah, letβs do something practical with testing that equally grabs both flutter developers and flutter designers. We have that niceβ¦
New post on /r/flutterdev subreddit:
Do you know about SQLite storage in Flutter? No worries, I can show you how to set it up and use it for CRUD operations in your Flutter apps π€©
https://ift.tt/3vXkvlI
October 28, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3En17Bu
Do you know about SQLite storage in Flutter? No worries, I can show you how to set it up and use it for CRUD operations in your Flutter apps π€©
https://ift.tt/3vXkvlI
October 28, 2021 at 06:49PM by VandadNahavandipoor
https://ift.tt/3En17Bu
New tweet from FlutterDev:
π¦ Chapter 1: Pop Quiz! Flutter developers spend most of their time within which of these Framework sub-layers? #flutterapprenticeβ Flutter (@FlutterDev) Oct 28, 2021
October 28, 2021 at 07:02PM
https://twitter.com/FlutterDev/status/1453769221213605891
π¦ Chapter 1: Pop Quiz! Flutter developers spend most of their time within which of these Framework sub-layers? #flutterapprenticeβ Flutter (@FlutterDev) Oct 28, 2021
October 28, 2021 at 07:02PM
https://twitter.com/FlutterDev/status/1453769221213605891
Twitter
Flutter
π¦ Chapter 1: Pop Quiz! Flutter developers spend most of their time within which of these Framework sub-layers? #flutterapprentice
New post on /r/flutterdev subreddit:
Flutter Firebase Phone Authentication and Firebase Database example
https://ift.tt/315B43j
October 28, 2021 at 07:59PM by rrtutors
https://ift.tt/3blwhww
Flutter Firebase Phone Authentication and Firebase Database example
https://ift.tt/315B43j
October 28, 2021 at 07:59PM by rrtutors
https://ift.tt/3blwhww
Rrtutors
Flutter Firebase Phone Authentication and Firebase Database example
Flutter firebase user authentication with phone number and firebase database integration
New post on /r/flutterdev subreddit:
Course App Design Using Flutter | Speed Code
https://youtu.be/OM4_Tizn9aA
October 28, 2021 at 07:36PM by bontek
https://ift.tt/3EnHJ7p
Course App Design Using Flutter | Speed Code
https://youtu.be/OM4_Tizn9aA
October 28, 2021 at 07:36PM by bontek
https://ift.tt/3EnHJ7p
YouTube
Build a Online Course Category in Flutter | Flutter UI Speed Code
Today's Design Idea: Today we will share with you how to create a nice and clean category page with flutter. For this flutter UI speed code, you need to watch carefully so you do not miss any code. This idea come after we create the #UIDesignChallenge series.β¦
New post on /r/flutterdev subreddit:
Building a Card Game in Flutter
https://www.youtube.com/watch?v=PSN2hBf8D5Q
October 28, 2021 at 09:04PM by tylersavery
https://ift.tt/3vRPxes
Building a Card Game in Flutter
https://www.youtube.com/watch?v=PSN2hBf8D5Q
October 28, 2021 at 09:04PM by tylersavery
https://ift.tt/3vRPxes
YouTube
Building a Card Game in Flutter - Part 1
This is part 1 of a 9 part course where we'll build a card game using Flutter & Dart. We will be solving common problems that come with building real-world applications including working with an external API using http and UI state management using the Providerβ¦
New post on /r/flutterdev subreddit:
π₯The fastest widget for selecting checkbox and radio
https://ift.tt/38SsQfx
October 28, 2021 at 09:42PM by frezycode
https://ift.tt/3BoICuB
π₯The fastest widget for selecting checkbox and radio
https://ift.tt/38SsQfx
October 28, 2021 at 09:42PM by frezycode
https://ift.tt/3BoICuB
GitHub
GitHub - Frezyx/group_button: :sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
:sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons. - Frezyx/group_button