New post on /r/flutterdev subreddit:
How to be sure a ColorScheme is accessible for color blind people? I made a plugin for that! Also supports individual colors and has a contrast checker for tests/CI.
https://ift.tt/3jIWWoH
October 31, 2020 at 11:23PM by bernaferrari
https://ift.tt/320kEHe
How to be sure a ColorScheme is accessible for color blind people? I made a plugin for that! Also supports individual colors and has a contrast checker for tests/CI.
https://ift.tt/3jIWWoH
October 31, 2020 at 11:23PM by bernaferrari
https://ift.tt/320kEHe
GitHub
GitHub - bernaferrari/ColorBlindnessFlutter: Simulate color blindness in color themes.
Simulate color blindness in color themes. Contribute to bernaferrari/ColorBlindnessFlutter development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Quick and easy flutter canvas animations, live coding
https://youtu.be/ELHPGm74Y8g
October 31, 2020 at 11:21PM by indy900000
https://ift.tt/37YYNUj
Quick and easy flutter canvas animations, live coding
https://youtu.be/ELHPGm74Y8g
October 31, 2020 at 11:21PM by indy900000
https://ift.tt/37YYNUj
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Nature Inspired 3] (2020)
Generative art is a way of creating art using code. In this video I will show you how get creative and create a nature inspired animation using Flutter canva...
New post on /r/flutterdev subreddit:
Flutter consume data with Http Get and Http Post
https://ift.tt/31YNVSo
November 01, 2020 at 03:53AM by rrtutors
https://ift.tt/31Za6Ie
Flutter consume data with Http Get and Http Post
https://ift.tt/31YNVSo
November 01, 2020 at 03:53AM by rrtutors
https://ift.tt/31Za6Ie
Rrtutors
Flutter consume data with Http Get and Http Post
HTTP requests are at the core of most web and mobile apps. Let look at how to setup our Flutter apps to make HTTP requests using the flutter_http plugin
New post on Flutter Dev Google group:
App crashes on launch on physical iOS 14 device in debug mode when debugger not attached
My log: [✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale en) *•** Flutter version 1.22.1 at /Users/eskadeniasoftware/Downloads/flutter* *•** Framework revision f30b7f4db9 (3 weeks ago), 2020-10-08 10:06:30 -0700* *•** Engine revision 75bef9f6c8* *•**
November 01, 2020 at 09:27AM by Sawsan Sbeih
https://ift.tt/37Yx9a3
App crashes on launch on physical iOS 14 device in debug mode when debugger not attached
My log: [✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.7 19H2, locale en) *•** Flutter version 1.22.1 at /Users/eskadeniasoftware/Downloads/flutter* *•** Framework revision f30b7f4db9 (3 weeks ago), 2020-10-08 10:06:30 -0700* *•** Engine revision 75bef9f6c8* *•**
November 01, 2020 at 09:27AM by Sawsan Sbeih
https://ift.tt/37Yx9a3
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:
Use Apple APNS without Firebase!
Hi FlutterDev,We've created the plugin that lets you communicate with Apple's APNS without relying on Google. We've just released the version 1.4 that also supports getting push notification while the app is in foreground, added support for actions and unregister method.Currently, the only available push notification plugin is firebase_messaging. This means that, even on iOS, you will need to setup firebase and communicate with Google to send push notification. This plugin solves the problem by providing native APNS implementation while leaving configured Firebase for Android.You can also check the Github page for source, PR's, issues and more: https://github.com/mwaylabs/flutter-apnsHappy to hear your feedback ;)
November 01, 2020 at 09:22AM by lordgreg
https://ift.tt/3oIx685
Use Apple APNS without Firebase!
Hi FlutterDev,We've created the plugin that lets you communicate with Apple's APNS without relying on Google. We've just released the version 1.4 that also supports getting push notification while the app is in foreground, added support for actions and unregister method.Currently, the only available push notification plugin is firebase_messaging. This means that, even on iOS, you will need to setup firebase and communicate with Google to send push notification. This plugin solves the problem by providing native APNS implementation while leaving configured Firebase for Android.You can also check the Github page for source, PR's, issues and more: https://github.com/mwaylabs/flutter-apnsHappy to hear your feedback ;)
November 01, 2020 at 09:22AM by lordgreg
https://ift.tt/3oIx685
GitHub
GitHub - mwaylabs/flutter-apns: Flutter Plugin for Push notification servers
Flutter Plugin for Push notification servers. Contribute to mwaylabs/flutter-apns development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
FlutterForce — Week 94
https://ift.tt/35S2tVg
November 01, 2020 at 12:38PM by flutterist
https://ift.tt/2HSCQM0
FlutterForce — Week 94
https://ift.tt/35S2tVg
November 01, 2020 at 12:38PM by flutterist
https://ift.tt/2HSCQM0
Medium
FlutterForce — #Week 94
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Gridview Builder with Cloud Firestore🔥
https://youtu.be/EK4JQRtA6uQ
November 01, 2020 at 11:37AM by draculamasterwinzy
https://ift.tt/3oHyl7L
Gridview Builder with Cloud Firestore🔥
https://youtu.be/EK4JQRtA6uQ
November 01, 2020 at 11:37AM by draculamasterwinzy
https://ift.tt/3oHyl7L
YouTube
Flutter GridView Builder | Flutter GridView Builder Tutorial | Flutter GridView Example | GridView
Hey gang! In this video let's build beautiful UI for our Flutter app with the help of GridView Builder along with Firebase!Flutter GridView Builder | Flutter GridView Builder Tutorial | Flutter GridView Example | GridView
Code source of tutorial :
http…
Code source of tutorial :
http…
New post on /r/flutterdev subreddit:
ImageMagick for Flutter
Hello friends, so recently I've been working on project where I had to do some image processing. And it occurred to me that Flutter does not have a good plugin that lets you manipulate images. But I found a tool called ImageMagick . That lets you manipulate images and is available on Android, iOS, Linux and Windows. Anyone would be interested on collaborating on this plugin?
November 01, 2020 at 02:40PM by yiss92
https://ift.tt/3mIIwqF
ImageMagick for Flutter
Hello friends, so recently I've been working on project where I had to do some image processing. And it occurred to me that Flutter does not have a good plugin that lets you manipulate images. But I found a tool called ImageMagick . That lets you manipulate images and is available on Android, iOS, Linux and Windows. Anyone would be interested on collaborating on this plugin?
November 01, 2020 at 02:40PM by yiss92
https://ift.tt/3mIIwqF
reddit
ImageMagick for Flutter
Hello friends, so recently I've been working on project where I had to do some image processing. And it occurred to me that Flutter does not have...
New post on /r/flutterdev subreddit:
Discord server for App Dev
Hey everyone, happy first of the month to a lot of you. I just quickly wanted to let you know I've created a new server generally focused on App Dev. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 01, 2020 at 02:22PM by AppDevDiscord
https://ift.tt/3mLLmeF
Discord server for App Dev
Hey everyone, happy first of the month to a lot of you. I just quickly wanted to let you know I've created a new server generally focused on App Dev. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 01, 2020 at 02:22PM by AppDevDiscord
https://ift.tt/3mLLmeF
Discord
Join the App Dev Discord Server!
Check out the App Dev community on Discord - hang out with 253 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
New Animation of flutter_command
https://youtu.be/6ewqqDj2drI
November 01, 2020 at 02:57PM by escamoteur
https://ift.tt/3oJeLYx
New Animation of flutter_command
https://youtu.be/6ewqqDj2drI
November 01, 2020 at 02:57PM by escamoteur
https://ift.tt/3oJeLYx
YouTube
flutter_command animation
Animation that shows how a flutter_command can be used to connect the UI of a Flutter app to its business logic:
https://pub.dev/packages/flutter_command
If you wanna see a whole project using commands check out
https://github.com/escamoteur/flutter_co…
https://pub.dev/packages/flutter_command
If you wanna see a whole project using commands check out
https://github.com/escamoteur/flutter_co…
New tweet from FlutterDev:
How can I become a #WidgetAdopter?
👉 @jryanio and @filiphracek present an example of #AdoptaWidget.
How to participate → https://t.co/UpohdS1Q2Y
Watch ↓ pic.twitter.com/JUalOhtZ9K— Flutter (@FlutterDev) November 1, 2020
November 01, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1322931497788166145
How can I become a #WidgetAdopter?
👉 @jryanio and @filiphracek present an example of #AdoptaWidget.
How to participate → https://t.co/UpohdS1Q2Y
Watch ↓ pic.twitter.com/JUalOhtZ9K— Flutter (@FlutterDev) November 1, 2020
November 01, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1322931497788166145
Twitter
#widgetadopter hashtag on Twitter
38m ago @FlutterDev tweeted: "How can I become a #WidgetAdopter?
👉 @.." - read what others are saying and join the conversation.
👉 @.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter Soccer Live Score App
https://www.youtube.com/watch?v=LnVot0iW_5w&feature=share
November 01, 2020 at 06:06PM by DoctorCode8
https://ift.tt/2TG8pLp
Flutter Soccer Live Score App
https://www.youtube.com/watch?v=LnVot0iW_5w&feature=share
November 01, 2020 at 06:06PM by DoctorCode8
https://ift.tt/2TG8pLp
YouTube
Flutter Soccer Live Score App
#Flutter #Soccer #AndroidDev
In this tutorial, I will show you how to make a Soccer Live Score App using Flutter. with this video, you will learn how to create an awesome UI design and how to fetch data from the football API.
Source code: https://doctorc…
In this tutorial, I will show you how to make a Soccer Live Score App using Flutter. with this video, you will learn how to create an awesome UI design and how to fetch data from the football API.
Source code: https://doctorc…
New post on /r/flutterdev subreddit:
Learn How To Implement Pagination with Flutter
https://www.youtube.com/watch?v=a5QU6cwMHpw
November 01, 2020 at 05:30PM by RobertBrunhage
https://ift.tt/322Hpdy
Learn How To Implement Pagination with Flutter
https://www.youtube.com/watch?v=a5QU6cwMHpw
November 01, 2020 at 05:30PM by RobertBrunhage
https://ift.tt/322Hpdy
YouTube
Learn How To Implement Pagination with Flutter
Pagination can be pretty hard to write yourself. That is why we are going over on how we can implement it from scratch. This is my personal way of doing it but you can also do it with the different providers given by Riverpod which you can find examples of…
New post on /r/flutterdev subreddit:
Switch Emoji Picker & Keyboard - Flutter (Tutorial)
https://www.youtube.com/watch?v=BgyBIojDPAU
November 01, 2020 at 08:35PM by JohannesMilke
https://ift.tt/2TGR8S3
Switch Emoji Picker & Keyboard - Flutter (Tutorial)
https://www.youtube.com/watch?v=BgyBIojDPAU
November 01, 2020 at 08:35PM by JohannesMilke
https://ift.tt/2TGR8S3
YouTube
Flutter Tutorial - Custom Emoji Picker
Switch between emojis and the keyboard to type your message in your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/emoji_picker_example
- Buy…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/emoji_picker_example
- Buy…
New post on /r/flutterdev subreddit:
How to build a Quiz app using Sqflite in Flutter with Dark Mode
https://www.youtube.com/watch?v=wvpHSSnk8JE
November 01, 2020 at 08:00PM by AphrxWasHere
https://ift.tt/35P77mS
How to build a Quiz app using Sqflite in Flutter with Dark Mode
https://www.youtube.com/watch?v=wvpHSSnk8JE
November 01, 2020 at 08:00PM by AphrxWasHere
https://ift.tt/35P77mS
YouTube
Making a Quiz App in Flutter
In this video, I'll be creating a Quiz app using Sqflite in Flutter. We will also add Dark Mode to this app by using provider! If you like this format and would like to see more of it, let me know down in the comments! Or let me know if you prefer the format…
New post on /r/flutterdev subreddit:
Do you think flutter for web will be a strong competitor for things like Angular, Vue and React?
I’m debating whether to focus my energy on React, Flutter or learning C++.I love all of them but want to focus on one for the time being. I’m also conscious that if I learn one enough that I’ll probably want to find a career in one of them.I was going to learn React because of all the jobs available. But flutter, I believe will be a sought after skill in a couples of years. I would love to get experienced in it while it’s still early.Do you think flutter for web will reach a standard where it can be used to make something similar to Wordpress or an e-commerce website? And be seo compatible and fix scrolling issues etc (basically will it look and function like a normal website written in html/css?)Really curious on your opinions!
November 01, 2020 at 07:27PM by augst1
https://ift.tt/3jIYHCl
Do you think flutter for web will be a strong competitor for things like Angular, Vue and React?
I’m debating whether to focus my energy on React, Flutter or learning C++.I love all of them but want to focus on one for the time being. I’m also conscious that if I learn one enough that I’ll probably want to find a career in one of them.I was going to learn React because of all the jobs available. But flutter, I believe will be a sought after skill in a couples of years. I would love to get experienced in it while it’s still early.Do you think flutter for web will reach a standard where it can be used to make something similar to Wordpress or an e-commerce website? And be seo compatible and fix scrolling issues etc (basically will it look and function like a normal website written in html/css?)Really curious on your opinions!
November 01, 2020 at 07:27PM by augst1
https://ift.tt/3jIYHCl
reddit
Do you think flutter for web will be a strong competitor for...
I’m debating whether to focus my energy on React, Flutter or learning C++. I love all of them but want to focus on one for the time being. I’m...
New post on /r/flutterdev subreddit:
How StreamBuilder's eat your errors
https://twitter.com/creativemaybeno/status/1323038406683828231?s=20
November 02, 2020 at 12:06AM by creativemaybeno
https://ift.tt/34NfIqT
How StreamBuilder's eat your errors
https://twitter.com/creativemaybeno/status/1323038406683828231?s=20
November 02, 2020 at 12:06AM by creativemaybeno
https://ift.tt/34NfIqT
Twitter
creativecreatorormaybenot
StreamBuilder & FutureBuilder in #Flutter *swallow* up errors, so you will never see them if you do not handle them specifically. Even worse, there is currently *no way* to get the stack traces of errors. Good news: I am working on a PR for stack traces …
New post on /r/flutterdev subreddit:
Wysiwyg
Hi, I need to implement a wysiwyg in a vue dashboard to have the formatted text in a flutter app. I never used a wysiwyg.Do you recommand one ? Some tips to properly display the json i get from the wysiwig. Stored in a firestore database?
November 02, 2020 at 12:04AM by SagaPrime
https://ift.tt/3mLkScW
Wysiwyg
Hi, I need to implement a wysiwyg in a vue dashboard to have the formatted text in a flutter app. I never used a wysiwyg.Do you recommand one ? Some tips to properly display the json i get from the wysiwig. Stored in a firestore database?
November 02, 2020 at 12:04AM by SagaPrime
https://ift.tt/3mLkScW
reddit
Wysiwyg
Hi, I need to implement a wysiwyg in a vue dashboard to have the formatted text in a flutter app. I never used a wysiwyg. Do you recommand one...
New post on /r/flutterdev subreddit:
Flutter Web auto detects, and Sony uses Flutter
https://ift.tt/35YpGF8
November 02, 2020 at 02:06AM by thehappyharis
https://ift.tt/323AzEE
Flutter Web auto detects, and Sony uses Flutter
https://ift.tt/35YpGF8
November 02, 2020 at 02:06AM by thehappyharis
https://ift.tt/323AzEE
New post on /r/flutterdev subreddit:
Discord server for app development
Hey everyone, happy first of the month to a lot of you. I just quickly wanted to let you know I've created a new server generally focused on app development. It's different from the Flutter server in that it is intended to encompass the entire process of building an app from design to development to marketing and more -- but there's also a channel for Flutter help as well. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 02, 2020 at 03:40AM by AppDevDiscord
https://ift.tt/3egEnqY
Discord server for app development
Hey everyone, happy first of the month to a lot of you. I just quickly wanted to let you know I've created a new server generally focused on app development. It's different from the Flutter server in that it is intended to encompass the entire process of building an app from design to development to marketing and more -- but there's also a channel for Flutter help as well. If you're interested in talking to, learning from, and sharing knowledge with like-minded people on the subject of mobile app development, be sure to check it out: https://discord.gg/ZqeGZARx5p
November 02, 2020 at 03:40AM by AppDevDiscord
https://ift.tt/3egEnqY
Discord
Join the App Dev Discord Server!
Check out the App Dev community on Discord - hang out with 253 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
I made a full app with Neumorphism UI for android
It is basically a QR app (QR Scanning and creating). My main aims were designing an app with a very clean interface (Neumorphism UI), and learning flutter development as well.The app supports most of the features you would find in a QR app, and it's free and ad-free.Play store link: QR WizardI would love to hear your feedback on interface as well as functionality.These resources did help me:The Net Ninja - Flutter tutorial for knowing the basics of flutterLearn Flutter Code - Neumorphism 1 & 2 which provides some methods to implement Neumorphism UI in Flutterand that's it.
November 02, 2020 at 03:23AM by Livid-Ad1606
https://ift.tt/3ekKwma
I made a full app with Neumorphism UI for android
It is basically a QR app (QR Scanning and creating). My main aims were designing an app with a very clean interface (Neumorphism UI), and learning flutter development as well.The app supports most of the features you would find in a QR app, and it's free and ad-free.Play store link: QR WizardI would love to hear your feedback on interface as well as functionality.These resources did help me:The Net Ninja - Flutter tutorial for knowing the basics of flutterLearn Flutter Code - Neumorphism 1 & 2 which provides some methods to implement Neumorphism UI in Flutterand that's it.
November 02, 2020 at 03:23AM by Livid-Ad1606
https://ift.tt/3ekKwma
Google Play
QR Wizard - Apps on Google Play
A free and ad-free fast QR code scanner and creator.