New post on /r/flutterdev subreddit:
Music Player App
I made a music player app. The app supports mostly all basic features that other popular music player apps like Spotify support. You canListen to songs online (quality up to 320kbps) as well as offline.Download music in best quality (320 kbps)Shuffle songs, Create playlists, etc.No subscriptionand most important thing, "No Ads"You can check the project here: https://github.com/Sangwan5688/BlackHoleFeedbacks appreciated :)
May 04, 2021 at 09:21AM by sangwan_5688
https://ift.tt/2PS5ReU
Music Player App
I made a music player app. The app supports mostly all basic features that other popular music player apps like Spotify support. You canListen to songs online (quality up to 320kbps) as well as offline.Download music in best quality (320 kbps)Shuffle songs, Create playlists, etc.No subscriptionand most important thing, "No Ads"You can check the project here: https://github.com/Sangwan5688/BlackHoleFeedbacks appreciated :)
May 04, 2021 at 09:21AM by sangwan_5688
https://ift.tt/2PS5ReU
GitHub
GitHub - Sangwan5688/blackhole
Contribute to Sangwan5688/blackhole development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Dart Checked Exceptions
I don't understand the hate checked exceptions seem to get, they were already declined as a language feature maybe a Throws annotation can bring better error handling to dart. https://github.com/dart-lang/sdk/issues/45884How do you feel about checked exceptions?View Poll
May 04, 2021 at 10:17AM by DevNico
https://ift.tt/3nL4hI1
Dart Checked Exceptions
I don't understand the hate checked exceptions seem to get, they were already declined as a language feature maybe a Throws annotation can bring better error handling to dart. https://github.com/dart-lang/sdk/issues/45884How do you feel about checked exceptions?View Poll
May 04, 2021 at 10:17AM by DevNico
https://ift.tt/3nL4hI1
GitHub
Checked Exceptions as an annotation · Issue #45884 · dart-lang/sdk
I never understood the hate checked exceptions get. The solution people give for why you don't need them is either if something went wrong return null which since null safety is a thing you...
New post on /r/flutterdev subreddit:
Convert any widgets into an image using Davinci
Davinci is a plugin that I've created to convert any widget into an image in four steps that you can share with other app/chats.Github Link:https://github.com/Imgkl/davinci
Package Link: https://pub.dev/packages/davinciAny contribution is welcome.
May 04, 2021 at 10:09AM by chif_
https://ift.tt/3teOHFW
Convert any widgets into an image using Davinci
Davinci is a plugin that I've created to convert any widget into an image in four steps that you can share with other app/chats.Github Link:https://github.com/Imgkl/davinci
Package Link: https://pub.dev/packages/davinciAny contribution is welcome.
May 04, 2021 at 10:09AM by chif_
https://ift.tt/3teOHFW
GitHub
GitHub - Imgkl/davinci: A flutter package to convert any widget to an Image.
A flutter package to convert any widget to an Image. - GitHub - Imgkl/davinci: A flutter package to convert any widget to an Image.
New post on Flutter Dev Google group:
Info Window
I want show info window always on Google Map. It shouldn't hide even if I tap the marker. It should always appear on Google Map. Is there any way to do it?
May 04, 2021 at 11:50AM by falaks...@gmail.com
https://ift.tt/3vEJmsX
Info Window
I want show info window always on Google Map. It shouldn't hide even if I tap the marker. It should always appear on Google Map. Is there any way to do it?
May 04, 2021 at 11:50AM by falaks...@gmail.com
https://ift.tt/3vEJmsX
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:
Flutter dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks like there are very few companies hiring for Flutter developers. Is there a reason why adoption is so low in corporate environments? Is Flutter intended mainly for very small teams/individuals with fewer resources or is there a genuine effort at Google to increase adoption in the corporate realm? I'm curious to hear what this community thinks
May 04, 2021 at 11:51AM by thefamousceleb
https://ift.tt/3eVsLuj
Flutter dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks like there are very few companies hiring for Flutter developers. Is there a reason why adoption is so low in corporate environments? Is Flutter intended mainly for very small teams/individuals with fewer resources or is there a genuine effort at Google to increase adoption in the corporate realm? I'm curious to hear what this community thinks
May 04, 2021 at 11:51AM by thefamousceleb
https://ift.tt/3eVsLuj
reddit
Flutter dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks...
New post on /r/flutterdev subreddit:
Flutter Blog App ( Backend & Frontend)
Hi guys, I created the Blog App using Flutter. Please check out the screenshots of the app & source code in my GitHub -https://github.com/DevStack06/Flutter-Blog-App And please do star the repo if you liked it!!You can also check the Youtube Playlist, which will cover both Front-End and Backend Development: https://www.youtube.com/playlist?list=PLtIU0BH0pkKoE2PBvgbHEBPAP-sd670VIAny suggestions are warmly welcomed, and it is open source so feel free to contribute ✌️✌️✌️.
May 04, 2021 at 01:51PM by devstack06
https://ift.tt/3xNeo3G
Flutter Blog App ( Backend & Frontend)
Hi guys, I created the Blog App using Flutter. Please check out the screenshots of the app & source code in my GitHub -https://github.com/DevStack06/Flutter-Blog-App And please do star the repo if you liked it!!You can also check the Youtube Playlist, which will cover both Front-End and Backend Development: https://www.youtube.com/playlist?list=PLtIU0BH0pkKoE2PBvgbHEBPAP-sd670VIAny suggestions are warmly welcomed, and it is open source so feel free to contribute ✌️✌️✌️.
May 04, 2021 at 01:51PM by devstack06
https://ift.tt/3xNeo3G
GitHub
GitHub - DevStack06/Flutter-Blog-App: Creating a video series on Blog Android app development along with backend development. Also…
Creating a video series on Blog Android app development along with backend development. Also doing the system design for this blog app. (Medium Clone) - GitHub - DevStack06/Flutter-Blog-App: Creat...
New post on /r/flutterdev subreddit:
RAD tool for widgets ?
is there any good RAD tool out there for generating flutter design like a drag drop position element here like a graphical design tool ? ( i know that you guys are doing it by hand and knowledge - but its truly like magic to me trying to learn or get an idea of the extend all these widgets can go ).I know its not the way and if there is none that do it right ( seen a few but seems very basic ) do you know of any totourials or guides that steps through each of the widgets and its possiblities in both coding and a visual represenation ? so it might be easier to get an overview of whats possible ?
May 04, 2021 at 01:21PM by Lazy-Chemist-7083
https://ift.tt/3nKuhDv
RAD tool for widgets ?
is there any good RAD tool out there for generating flutter design like a drag drop position element here like a graphical design tool ? ( i know that you guys are doing it by hand and knowledge - but its truly like magic to me trying to learn or get an idea of the extend all these widgets can go ).I know its not the way and if there is none that do it right ( seen a few but seems very basic ) do you know of any totourials or guides that steps through each of the widgets and its possiblities in both coding and a visual represenation ? so it might be easier to get an overview of whats possible ?
May 04, 2021 at 01:21PM by Lazy-Chemist-7083
https://ift.tt/3nKuhDv
New post on /r/flutterdev subreddit:
Official mongodb driver released
https://ift.tt/39xUQpK
May 04, 2021 at 04:00PM by bradofingo
https://ift.tt/3tkgvbT
Official mongodb driver released
https://ift.tt/39xUQpK
May 04, 2021 at 04:00PM by bradofingo
https://ift.tt/3tkgvbT
New post on /r/flutterdev subreddit:
How to add multi-language support to your flutter app via dynamic Localization.
https://www.youtube.com/watch?v=yrbaZgMtFQs
May 04, 2021 at 04:08AM by ankitsinha611
https://ift.tt/2QLdWm8
How to add multi-language support to your flutter app via dynamic Localization.
https://www.youtube.com/watch?v=yrbaZgMtFQs
May 04, 2021 at 04:08AM by ankitsinha611
https://ift.tt/2QLdWm8
YouTube
How to add multi-language support to your flutter app via dynamic Localization.
How to add multiple language support to your flutter app via dynamic Localization.
In this tutorial, you will learn how to add multi language support to the flutter app with Flutter Localization.
The same can be used as a boilerplate for starting a flutter…
In this tutorial, you will learn how to add multi language support to the flutter app with Flutter Localization.
The same can be used as a boilerplate for starting a flutter…
New post on /r/flutterdev subreddit:
Solve Unit Testing Errors: Not Found: 'dart:html' In Flutter Web? - Flutter Agency
https://ift.tt/2RmoI27
May 04, 2021 at 03:23PM by lil_dragplix
https://ift.tt/3tl5JlA
Solve Unit Testing Errors: Not Found: 'dart:html' In Flutter Web? - Flutter Agency
https://ift.tt/2RmoI27
May 04, 2021 at 03:23PM by lil_dragplix
https://ift.tt/3tl5JlA
Flutter Agency
Solve Unit Testing Errors: Not Found: 'dart:html' In Flutter Web? - Flutter Agency
The analyzer produces this diagnostic when import isnt needed because no names that are imported, referenced in importing library. Lets Solve Unit Testing Errors: Not Found
New post on /r/flutterdev subreddit:
Responsive Admin Panel or Dashboard - Flutter UI
https://youtu.be/_uOgXpEHNbc
May 04, 2021 at 03:18PM by anwarabir
https://ift.tt/3h00QMl
Responsive Admin Panel or Dashboard - Flutter UI
https://youtu.be/_uOgXpEHNbc
May 04, 2021 at 03:18PM by anwarabir
https://ift.tt/3h00QMl
YouTube
Responsive Admin Panel or Dashboard - Flutter UI - Speed Code
On Flutter V2.0 web officially supported on a stable branch. Today we share an Admin panel or you can call it dashboard #UI build with #flutter. Now you can build your app dashboard using flutter. This dashboard contains almost everything that you need like…
New post on /r/flutterdev subreddit:
Flutter Ecommerce App : Integrating Auth Backend
https://youtu.be/A1iEC3bBgqs
May 03, 2021 at 02:39PM by realappdev
https://ift.tt/33gcfiV
Flutter Ecommerce App : Integrating Auth Backend
https://youtu.be/A1iEC3bBgqs
May 03, 2021 at 02:39PM by realappdev
https://ift.tt/33gcfiV
YouTube
9.Integrating Auth Backend | Flutter Ecommerce App With Backend | Flutter Ecommerce App Admin Panel
Watch Auth Backend Integration of Flutter Ecommerce App With Backend where I discuss Flutter Ecommerce App With Backend with Nodejs and Flutter Ecommerce App With Backend with admin panel. Flutter Ecommerce App With Backend and admin panel and Flutter Ecommerce…
New post on /r/flutterdev subreddit:
Learn Sqlite by building a Note app with Flutter
https://youtu.be/RGa4HJutK48
May 03, 2021 at 01:54AM by DoctorCode8
https://ift.tt/3efV4nT
Learn Sqlite by building a Note app with Flutter
https://youtu.be/RGa4HJutK48
May 03, 2021 at 01:54AM by DoctorCode8
https://ift.tt/3efV4nT
YouTube
Make a Note taking App Using Flutter and Sqflite
#Android #Flutter
In this video, I will show you how to make a Cool note-taking app using Flutter and Sqlite database
in this tutorial, you will learn how:
- create a database using flutter
- add an item to your database
- remove the item from your database…
In this video, I will show you how to make a Cool note-taking app using Flutter and Sqlite database
in this tutorial, you will learn how:
- create a database using flutter
- add an item to your database
- remove the item from your database…
New post on /r/flutterdev subreddit:
Flutter Development with Linux (Debian LXDE) in a Google Cloud Machine
https://youtube.com/watch?v=_mi3xKI9vn8&feature=share
May 04, 2021 at 05:54PM by mrleles
https://ift.tt/3ejoNwm
Flutter Development with Linux (Debian LXDE) in a Google Cloud Machine
https://youtube.com/watch?v=_mi3xKI9vn8&feature=share
May 04, 2021 at 05:54PM by mrleles
https://ift.tt/3ejoNwm
YouTube
Flutter Development with Linux (Debian + LXDE) in a Google Cloud Machine
Creating a Debian machine in the Google Cloud Console.
Accessing with SSH, installing the LXDE Desktop Environment.
Accessing with Remmina for graphical use.
Installing Chrome, Android Studio and Visual Studio Code.
Using 1,1 GB of RAM!
Accessing with SSH, installing the LXDE Desktop Environment.
Accessing with Remmina for graphical use.
Installing Chrome, Android Studio and Visual Studio Code.
Using 1,1 GB of RAM!
New tweet from FlutterDev:
🌀 Life of a widget 💙
What is a widget, exactly? Watch the second episode of #DecodingFlutter as we explore what widgets are & how they fit into the Flutter framework.
In #3? We'll go deeper into implementation of widgets to discuss Elements.
Watch 👉 https://t.co/LS2fbwQ55G pic.twitter.com/jqfVIi0jaV— Flutter (@FlutterDev) May 4, 2021
May 04, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1389633426177863685
🌀 Life of a widget 💙
What is a widget, exactly? Watch the second episode of #DecodingFlutter as we explore what widgets are & how they fit into the Flutter framework.
In #3? We'll go deeper into implementation of widgets to discuss Elements.
Watch 👉 https://t.co/LS2fbwQ55G pic.twitter.com/jqfVIi0jaV— Flutter (@FlutterDev) May 4, 2021
May 04, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1389633426177863685
Twitter
#decodingflutter hashtag on Twitter
7m ago @FlutterDev tweeted: "✨ What is BuildContext? ✨
And why are t.." - read what others are saying and join the conversation.
And why are t.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Ep. 026 - strokeWeight() | Flutter Processing
https://youtube.com/watch?v=Aig6oLqVdcQ&feature=share
May 04, 2021 at 08:58PM by Pixelreddit
https://ift.tt/2Rna0HZ
Ep. 026 - strokeWeight() | Flutter Processing
https://youtube.com/watch?v=Aig6oLqVdcQ&feature=share
May 04, 2021 at 08:58PM by Pixelreddit
https://ift.tt/2Rna0HZ
YouTube
Ep. 026 - strokeWeight() | Flutter Processing
Today, we implement strokeWeight() in #Flutter Processing.
https://github.com/matthew-carroll/flutter_processing
---
Follow:
https://twitter.com/suprdeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Flutter Training:
htt…
https://github.com/matthew-carroll/flutter_processing
---
Follow:
https://twitter.com/suprdeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Flutter Training:
htt…
New post on /r/flutterdev subreddit:
Life of a Widget?! | Decoding Flutter
https://youtube.com/watch?v=cyFM2emjbQ8&feature=share
May 04, 2021 at 08:55PM by Pixelreddit
https://ift.tt/3xKBacw
Life of a Widget?! | Decoding Flutter
https://youtube.com/watch?v=cyFM2emjbQ8&feature=share
May 04, 2021 at 08:55PM by Pixelreddit
https://ift.tt/3xKBacw
YouTube
Life of a Widget?! | Decoding Flutter
Do widgets have lifecycles? What is a widget, exactly? Learn all this and more as we explore what widgets are and how they fit into the Flutter framework.
Leave us suggestions for code to unravel in the comments below!
Watch more Decoding Flutter episodes…
Leave us suggestions for code to unravel in the comments below!
Watch more Decoding Flutter episodes…
New post on /r/flutterdev subreddit:
Do you use Firebase for your flutter apps?
Today I read that Firebase wouldn't be the best option for an app when in starts growing, since it's quite expensive and you don't have full control over your data...So I was thinking, do you use firebase to back your flutter apps? Or, if not, which alternative do you use? (I've read about AppWrite and Parse which should be similar, but with alternative I mean any database and authentication system you use for your flutter apps)
May 04, 2021 at 08:54PM by Elodran
https://ift.tt/2QWbuJt
Do you use Firebase for your flutter apps?
Today I read that Firebase wouldn't be the best option for an app when in starts growing, since it's quite expensive and you don't have full control over your data...So I was thinking, do you use firebase to back your flutter apps? Or, if not, which alternative do you use? (I've read about AppWrite and Parse which should be similar, but with alternative I mean any database and authentication system you use for your flutter apps)
May 04, 2021 at 08:54PM by Elodran
https://ift.tt/2QWbuJt
reddit
Do you use Firebase for your flutter apps?
Today I read that Firebase wouldn't be the best option for an app when in starts growing, since it's quite expensive and you don't have full...
New post on /r/flutterdev subreddit:
Flutter Tutorial - Material Ripple Effect In 180 Seconds (Johannes Milke)
https://www.youtube.com/watch?v=2t-I0uryD6E
May 04, 2021 at 10:55PM by JohannesMilke
https://ift.tt/3vUuY03
Flutter Tutorial - Material Ripple Effect In 180 Seconds (Johannes Milke)
https://www.youtube.com/watch?v=2t-I0uryD6E
May 04, 2021 at 10:55PM by JohannesMilke
https://ift.tt/3vUuY03
YouTube
Flutter Tutorial - Material Ripple Effect In 180 Seconds | InkWell, InkResponse, InkImage
The Flutter Ripple Effect Animation gives the user a Touch Feedback if he taps on a widget in Flutter. To apply splash effects in Flutter you could use the InkWell, InkResponse, and InkImage Widgets.
Click here to Subscribe to Johannes Milke: https://www…
Click here to Subscribe to Johannes Milke: https://www…
New post on /r/flutterdev subreddit:
Do i also need to learn native android development to improve my career
Hello its been a year since i learnt flutter and i am really enjoying it, so i have been thinking since i often see some flutter job with a requirement of experience on kotlin/swift in it, is it necessary for flutter developer to also learn native? or should i just all in to flutter or just pick up other skill with different use, since i feel it such a wasted to learn a lot of thing with almost similar function. What do you guys think, is it necessary to improve my career or itsnt ?
May 04, 2021 at 10:52PM by kfuris
https://ift.tt/33gq80M
Do i also need to learn native android development to improve my career
Hello its been a year since i learnt flutter and i am really enjoying it, so i have been thinking since i often see some flutter job with a requirement of experience on kotlin/swift in it, is it necessary for flutter developer to also learn native? or should i just all in to flutter or just pick up other skill with different use, since i feel it such a wasted to learn a lot of thing with almost similar function. What do you guys think, is it necessary to improve my career or itsnt ?
May 04, 2021 at 10:52PM by kfuris
https://ift.tt/33gq80M
reddit
Do i also need to learn native android development to improve my...
Hello its been a year since i learnt flutter and i am really enjoying it, so i have been thinking since i often see some flutter job with a...
New post on /r/flutterdev subreddit:
Flutter Tutorial - A fast way to add chat (Front & Backend)
Well, as fast I can think of at the moment. Creating both the UI and the powering a scalable backend for a real-time chat service can be daunting. So, wrote up this tutorial that marries the DashChat UI plugin with the Sendbird SDK backend package.https://sendbird.com/developer/tutorials/sendbird-flutter-3rd-party-uiRecommendations on anything welcomed.
May 05, 2021 at 01:37AM by jalakoo
https://ift.tt/33hsg8y
Flutter Tutorial - A fast way to add chat (Front & Backend)
Well, as fast I can think of at the moment. Creating both the UI and the powering a scalable backend for a real-time chat service can be daunting. So, wrote up this tutorial that marries the DashChat UI plugin with the Sendbird SDK backend package.https://sendbird.com/developer/tutorials/sendbird-flutter-3rd-party-uiRecommendations on anything welcomed.
May 05, 2021 at 01:37AM by jalakoo
https://ift.tt/33hsg8y
Dart packages
dash_chat | Flutter Package
The most complete Chat UI for flutter inspired by react-native-gifted-chat.