New post on Flutter Dev Google group:
Ui doubt
Hi guys I have a list of images and when I swipe up or down swipable_stack | Flutter Package https://ift.tt/3jV5ZVz I need the above operation to happen and when I tap left or right I need to go to next image is this possible if so can anyone send me a snippet
July 25, 2021 at 12:28PM by P Sanjeevi
https://ift.tt/3zDXPYl
Ui doubt
Hi guys I have a list of images and when I swipe up or down swipable_stack | Flutter Package https://ift.tt/3jV5ZVz I need the above operation to happen and when I tap left or right I need to go to next image is this possible if so can anyone send me a snippet
July 25, 2021 at 12:28PM by P Sanjeevi
https://ift.tt/3zDXPYl
Dart packages
swipable_stack | Flutter Package
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
New post on /r/flutterdev subreddit:
Flutter Dart how to trim text with special chars (emojis, utf-18) ?
I would like to trim text in flutter, but text might have emojis and other special characters, and the normal trim method would result in crashing the app (text widget cannot interpret resulut)Example
July 25, 2021 at 01:35PM by chriscs777
https://ift.tt/3BBMHNb
Flutter Dart how to trim text with special chars (emojis, utf-18) ?
I would like to trim text in flutter, but text might have emojis and other special characters, and the normal trim method would result in crashing the app (text widget cannot interpret resulut)Example
Text( trim("testsomethin la ba kalom 😊😊😊", 28), style: TextStyle( fontSize: Dimen.mediumText, ), overflow: TextOverflow.ellipsis, ),I hardcoded the string, but in real world it is a user generated text (let say chat system), and we recieved a lot of crashes due to this.Just run the above, and you will experience a crash.In other languages like phpfor example, can do multibyte string trimming, by workarounds like
$userText = "testsomethin la ba kalom 😊😊😊"; $trimed = mb_substr( $userText, 0, min(28, strlen($userText)) );How can I trim text that contain special chars emojis, utf-16 text basically in dart/flutter ?
July 25, 2021 at 01:35PM by chriscs777
https://ift.tt/3BBMHNb
reddit
Flutter Dart how to trim text with special chars (emojis, utf-18) ?
I would like to trim text in flutter, but text might have emojis and other special characters, and the normal trim method would result in crashing...
New post on /r/flutterdev subreddit:
Best Backend Tool for Flutter
Hello all,So I want to build a basketball pickup game app with a UI similar to Instagram, however as I do not have lots of software experience, I am wondering how can I make the backend work? I know there is firebase that enables authentication and database usage, but I could not understand how can I, for example, code something that will add something (like a final score of a basketball game) to the homepage.I am really confused by the backend side of the things, and if there is anyone who is willing to heelp me during my building process I would be extremely happy.Kind regards!
July 25, 2021 at 04:47PM by sinasen
https://ift.tt/3zDHGSF
Best Backend Tool for Flutter
Hello all,So I want to build a basketball pickup game app with a UI similar to Instagram, however as I do not have lots of software experience, I am wondering how can I make the backend work? I know there is firebase that enables authentication and database usage, but I could not understand how can I, for example, code something that will add something (like a final score of a basketball game) to the homepage.I am really confused by the backend side of the things, and if there is anyone who is willing to heelp me during my building process I would be extremely happy.Kind regards!
July 25, 2021 at 04:47PM by sinasen
https://ift.tt/3zDHGSF
reddit
Best Backend Tool for Flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Travel App UI using Flutter
GitHub Repo:
July 25, 2021 at 04:38PM by theketan2
https://ift.tt/2UKDhOV
Travel App UI using Flutter
GitHub Repo:
July 25, 2021 at 04:38PM by theketan2
https://ift.tt/2UKDhOV
GitHub
PracticeProjects/travel_app_flutter at main · TheKetan2/PracticeProjects
These are old projects just for the purpose of revision. - PracticeProjects/travel_app_flutter at main · TheKetan2/PracticeProjects
New post on Flutter Dev Google group:
OPPORTUNITY - Flutter Developer with IoT Experience
Please email with interest and resume to: lo...@raehealth.com At RAE Health , we are a growing team of researchers, scientists, clinicians, technologists, and all-around very supportive individuals who want to help those who need the care to overcome stress and
July 25, 2021 at 05:36PM by Louis Hyman
https://ift.tt/3zzjBw9
OPPORTUNITY - Flutter Developer with IoT Experience
Please email with interest and resume to: lo...@raehealth.com At RAE Health , we are a growing team of researchers, scientists, clinicians, technologists, and all-around very supportive individuals who want to help those who need the care to overcome stress and
July 25, 2021 at 05:36PM by Louis Hyman
https://ift.tt/3zzjBw9
New post on Flutter Dev Google group:
Flutter - how to send/cancel follow request & how to accept/decline that follow request (Firestore)?
Hello! I'm using Flutter and Firestore, and I want to allow userA to send/cancel a follow request to userB, and enable userB to accept/decline that follow request. How can I do that? Thanks a lot!
July 25, 2021 at 05:57PM by Alvaro Gonzalez Rico
https://ift.tt/3x3D3PW
Flutter - how to send/cancel follow request & how to accept/decline that follow request (Firestore)?
Hello! I'm using Flutter and Firestore, and I want to allow userA to send/cancel a follow request to userB, and enable userB to accept/decline that follow request. How can I do that? Thanks a lot!
July 25, 2021 at 05:57PM by Alvaro Gonzalez Rico
https://ift.tt/3x3D3PW
New post on /r/flutterdev subreddit:
Stack Card UI | Flutter Tutorials
https://www.youtube.com/watch?v=pVymaqlQB-4
July 25, 2021 at 06:20PM by Dhanraj_Flutterdev
https://ift.tt/3iIIyhX
Stack Card UI | Flutter Tutorials
https://www.youtube.com/watch?v=pVymaqlQB-4
July 25, 2021 at 06:20PM by Dhanraj_Flutterdev
https://ift.tt/3iIIyhX
YouTube
Flutter Stack Card UI | Flutter Exploring Packages | Flutter Tutorials
In this video learn how you can implement beautiful stack card UI in Flutter.
Like the video Happy Fluttering
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https:/…
Like the video Happy Fluttering
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code:
Become Patreon: https:/…
New post on /r/flutterdev subreddit:
flutter dropdown with hover effect - flutter web
https://youtu.be/qbESHiOOmPg
July 25, 2021 at 10:13PM by rajatpalankar
https://ift.tt/3rzxzLB
flutter dropdown with hover effect - flutter web
https://youtu.be/qbESHiOOmPg
July 25, 2021 at 10:13PM by rajatpalankar
https://ift.tt/3rzxzLB
YouTube
flutter dropdown with hover effect - flutter web
Was this Tutorial helpful? Spread Motivation on me by supporting https://paypal.me/RajatPalankar #flutter #flutterweb
Hi Guys, Welcome to Proto Coders Point.
In this flutter tutorial, we will learn how to implement flutter dropdown with hover effect animation.…
Hi Guys, Welcome to Proto Coders Point.
In this flutter tutorial, we will learn how to implement flutter dropdown with hover effect animation.…
New post on /r/flutterdev subreddit:
First Steps Toward State
https://ift.tt/3iK9D4q
July 25, 2021 at 09:48PM by fredgrott
https://ift.tt/3zzOwIJ
First Steps Toward State
https://ift.tt/3iK9D4q
July 25, 2021 at 09:48PM by fredgrott
https://ift.tt/3zzOwIJ
Medium
First Steps Toward State
first steps towards building a flutter state solution
New post on /r/flutterdev subreddit:
Koel Player, the official mobile player for Koel (music streaming server)
Hi everyone,I've just released my first mobile app ever (built with Flutter of course) on AppStore, and am very excited to share it with you. It's a music player for Koel, my open-source music streaming server. In a nutshell, Koel allows you to host and play your own music (imagine Spotify, but with your own mp3 collection). There's always been a responsive layout for mobile devices, but the user experience is sub-par due to the limitations of mobile web technologies. Koel Player is built as a native mobile app to solve this problem and provide a better UX.The app itself is 100% open-source, but one can purchase and download it from AppStore (Google Play counterpart coming soon) to support the project. As this is my first time developing for mobile (and Flutter, and Dart, etc. you got the idea), there must be a ton of bugs and problems with the codebase, so if you could take a look and share some feedback I'd greatly appreciate.
July 25, 2021 at 09:18PM by notphanan
https://ift.tt/3rAOjC8
Koel Player, the official mobile player for Koel (music streaming server)
Hi everyone,I've just released my first mobile app ever (built with Flutter of course) on AppStore, and am very excited to share it with you. It's a music player for Koel, my open-source music streaming server. In a nutshell, Koel allows you to host and play your own music (imagine Spotify, but with your own mp3 collection). There's always been a responsive layout for mobile devices, but the user experience is sub-par due to the limitations of mobile web technologies. Koel Player is built as a native mobile app to solve this problem and provide a better UX.The app itself is 100% open-source, but one can purchase and download it from AppStore (Google Play counterpart coming soon) to support the project. As this is my first time developing for mobile (and Flutter, and Dart, etc. you got the idea), there must be a ton of bugs and problems with the codebase, so if you could take a look and share some feedback I'd greatly appreciate.
July 25, 2021 at 09:18PM by notphanan
https://ift.tt/3rAOjC8
New post on /r/flutterdev subreddit:
Responsive layouts in Flutter: Split View and Drawer Navigation
https://ift.tt/3yccPfK
July 26, 2021 at 10:11AM by bizz84
https://ift.tt/2VdUfVT
Responsive layouts in Flutter: Split View and Drawer Navigation
https://ift.tt/3yccPfK
July 26, 2021 at 10:11AM by bizz84
https://ift.tt/2VdUfVT
Code With Andrea
Responsive layouts in Flutter: Split View and Drawer Navigation
How to implement a responsive layout in Flutter by using a split view on large screens and drawer navigation on mobile.
New post on /r/flutterdev subreddit:
Check out my latest package "layered_image"
https://ift.tt/3eYgMwN
July 26, 2021 at 12:03PM by NeatFastro
https://ift.tt/2UH4zG4
Check out my latest package "layered_image"
https://ift.tt/3eYgMwN
July 26, 2021 at 12:03PM by NeatFastro
https://ift.tt/2UH4zG4
Dart packages
layered_image | Flutter Package
A new Flutter package project.
New post on /r/flutterdev subreddit:
Tools to distribute beta version of your flutter App
At some point I would like beta testers to install a flutter App. I am not sure how to go about this. How do one distribute versions of flutter app that is still being developed without publishing to the app store.For both Android and iOS.
July 26, 2021 at 11:51AM by finlaydotweber
https://ift.tt/3xfRIYF
Tools to distribute beta version of your flutter App
At some point I would like beta testers to install a flutter App. I am not sure how to go about this. How do one distribute versions of flutter app that is still being developed without publishing to the app store.For both Android and iOS.
July 26, 2021 at 11:51AM by finlaydotweber
https://ift.tt/3xfRIYF
reddit
Tools to distribute beta version of your flutter App
At some point I would like beta testers to install a flutter App. I am not sure how to go about this. How do one distribute versions of flutter...
New post on /r/flutterdev subreddit:
14 Benefits Of Using Flutter Framework For Enterprise App Development
https://ift.tt/3zH7bTb
July 26, 2021 at 01:05PM by mikejackson6177
https://ift.tt/3zCRHPO
14 Benefits Of Using Flutter Framework For Enterprise App Development
https://ift.tt/3zH7bTb
July 26, 2021 at 01:05PM by mikejackson6177
https://ift.tt/3zCRHPO
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:
Package for Google fit
Guy's which is the best package for reading the user's fitness track directly from the Google fit API, not from the local sensors
July 26, 2021 at 01:23PM by Prashant_4200
https://ift.tt/3iN6Jfc
Package for Google fit
Guy's which is the best package for reading the user's fitness track directly from the Google fit API, not from the local sensors
July 26, 2021 at 01:23PM by Prashant_4200
https://ift.tt/3iN6Jfc
reddit
Package for Google fit
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Building Netflix Clone in Flutter
https://youtu.be/bAqh4VSkJzc
July 26, 2021 at 01:16PM by krishitsme
https://ift.tt/2Ve9cY1
Building Netflix Clone in Flutter
https://youtu.be/bAqh4VSkJzc
July 26, 2021 at 01:16PM by krishitsme
https://ift.tt/2Ve9cY1
YouTube
Building Netflix Clone using Flutter for Web | Part - 1 | The Profiles Screen
In this video series, we'll build a UI clone of Netflix using the Flutter UI framework for the web. Also, build the homepage and the detail page of NetFlix using flutter and dart in the upcoming videos so stay tuned.
Find more information about this video…
Find more information about this video…
New post on /r/flutterdev subreddit:
What about if users are not installed the Google fit in mobile?
https://ift.tt/3jINkfb
July 26, 2021 at 01:10PM by Prashant_4200
https://ift.tt/3eWImKG
What about if users are not installed the Google fit in mobile?
https://ift.tt/3jINkfb
July 26, 2021 at 01:10PM by Prashant_4200
https://ift.tt/3eWImKG
Dart packages
health | Flutter Package
Wrapper for the iOS HealthKit and Android GoogleFit services.
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 95 - Tutorials, videos, packages, and much more!
https://ift.tt/3ryyBYx
July 26, 2021 at 03:03PM by vensign
https://ift.tt/3kY1HiM
Flutter Tap Weekly Newsletter Week 95 - Tutorials, videos, packages, and much more!
https://ift.tt/3ryyBYx
July 26, 2021 at 03:03PM by vensign
https://ift.tt/3kY1HiM
Fluttertap
Newsletter Issue 95
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 95
New post on /r/flutterdev subreddit:
Very Good CLI/Flutter Flavor
https://ift.tt/2TA1zKS
July 26, 2021 at 02:25PM by Hosterlkr
https://ift.tt/36YwK5G
Very Good CLI/Flutter Flavor
https://ift.tt/2TA1zKS
July 26, 2021 at 02:25PM by Hosterlkr
https://ift.tt/36YwK5G
Flut Dev
Very Good CLI/Flutter Flavor
Hi, I am Lokesh Jangid. it's my personal blog for flutter developers.
New post on /r/flutterdev subreddit:
What's your go-to database for Flutter apps and why?
I just don't feel competent or confident when it comes to databases in general and while I'm not looking to do anything specific quite yet, I'd like to have a better database "foundation" so to speak so I kind of want to choose a direction and focus on that for a while instead of wandering aimlessly, you know?I've used a bit of Firebase and some SQL (but not with Flutter). I also have access to a non-Flutter specific MongoDB course on Udemy but free time is limited these days and I'd rather not take a 13+ hour course and then regret going in that direction afterwards.How does the Flutter community feel about MongoDB? Does it play nice with Flutter or is Firebase the way to go in terms of NoSQL with Flutter? I'm assuming because of the Google connection that it would but maybe not?Would love to hear your thoughts if you have any amount of experience with any of the above. Whether you love something or hate it!
July 26, 2021 at 03:52PM by emililililily
https://ift.tt/3l12Vto
What's your go-to database for Flutter apps and why?
I just don't feel competent or confident when it comes to databases in general and while I'm not looking to do anything specific quite yet, I'd like to have a better database "foundation" so to speak so I kind of want to choose a direction and focus on that for a while instead of wandering aimlessly, you know?I've used a bit of Firebase and some SQL (but not with Flutter). I also have access to a non-Flutter specific MongoDB course on Udemy but free time is limited these days and I'd rather not take a 13+ hour course and then regret going in that direction afterwards.How does the Flutter community feel about MongoDB? Does it play nice with Flutter or is Firebase the way to go in terms of NoSQL with Flutter? I'm assuming because of the Google connection that it would but maybe not?Would love to hear your thoughts if you have any amount of experience with any of the above. Whether you love something or hate it!
July 26, 2021 at 03:52PM by emililililily
https://ift.tt/3l12Vto
reddit
What's your go-to database for Flutter apps and why?
I just don't feel competent or confident when it comes to databases in general and while I'm not looking to do anything specific quite yet, I'd...
New post on /r/flutterdev subreddit:
Released my first app with Flutter! (website and source code)
Hi Flutter Devs! I recently released my first public Flutter app to the iOS App Store, and I wanted to take a moment to share it with you all today.I am a high school student with a lot of stress and anxiety in my life, and I made my app, called “The Well App”, for people like me who are looking for a way to bring some more positivity and self-improvement into their lives. To make this app, I researched the field of positive psychology and implemented what I learned into an easy-to-use and accessible interface.If you want to learn more about the app and/or the research behind it, please visit the website for The Well App at https://projects.colegaw.in/well-app (I would appreciate it!) And of course, the app is open-source and you can see the source code at https://gitlab.com/chroline/well_app.Thanks for your time! I hope you find the project interesting, and I look forward to hearing your feedback :)
July 26, 2021 at 06:37PM by chroline
https://ift.tt/3zD2YzL
Released my first app with Flutter! (website and source code)
Hi Flutter Devs! I recently released my first public Flutter app to the iOS App Store, and I wanted to take a moment to share it with you all today.I am a high school student with a lot of stress and anxiety in my life, and I made my app, called “The Well App”, for people like me who are looking for a way to bring some more positivity and self-improvement into their lives. To make this app, I researched the field of positive psychology and implemented what I learned into an easy-to-use and accessible interface.If you want to learn more about the app and/or the research behind it, please visit the website for The Well App at https://projects.colegaw.in/well-app (I would appreciate it!) And of course, the app is open-source and you can see the source code at https://gitlab.com/chroline/well_app.Thanks for your time! I hope you find the project interesting, and I look forward to hearing your feedback :)
July 26, 2021 at 06:37PM by chroline
https://ift.tt/3zD2YzL
Cole Gawin on Notion
Well: Reboot Your Mindset
Improve your productivity, well-being, and long-term happiness in just 21 days. Backed by studies from leading doctors and psychologists.