New post on /r/flutterdev subreddit:
Do you need Flutter Learning community or want to get closer to a more active Flutter Dev?
Flutter Hall is back again with a new way of moderating the Flutter community. This time we are not only teaching Flutter devs but connecting them together. Form your team, learn and have fun. Just join our discord channel https://discord.gg/FCU8RCVm
May 16, 2021 at 05:09PM by Fancy_Let4203
https://ift.tt/33NIwhI
Do you need Flutter Learning community or want to get closer to a more active Flutter Dev?
Flutter Hall is back again with a new way of moderating the Flutter community. This time we are not only teaching Flutter devs but connecting them together. Form your team, learn and have fun. Just join our discord channel https://discord.gg/FCU8RCVm
May 16, 2021 at 05:09PM by Fancy_Let4203
https://ift.tt/33NIwhI
Discord
Discord - A New Way to Chat with Friends & Communities
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
New post on /r/flutterdev subreddit:
Could this be the year of Linux+Flutter?
https://ift.tt/3tR9HTp
May 16, 2021 at 06:00PM by jesusrp98
https://ift.tt/3huxGW3
Could this be the year of Linux+Flutter?
https://ift.tt/3tR9HTp
May 16, 2021 at 06:00PM by jesusrp98
https://ift.tt/3huxGW3
Medium
Could this be the year of Linux+Flutter?
If you’re a hardcore GNU+Linux user, hear me out for a second here. Before going to the comment section and start baffling about Flutter…
New post on /r/flutterdev subreddit:
Linting for Clean Flutter Code
https://youtu.be/01SfCJh7vD4
May 16, 2021 at 05:35PM by tadaspetra
https://ift.tt/3buybvw
Linting for Clean Flutter Code
https://youtu.be/01SfCJh7vD4
May 16, 2021 at 05:35PM by tadaspetra
https://ift.tt/3buybvw
YouTube
Clean and Organized Code with Linting
Linting is something that you should be using for every single project. It is a one time set up that helps all your projects stay clean and organized. You have lots of options to either use packages or you can make custom ones and do it yourself which is…
New post on /r/flutterdev subreddit:
Building a Flutter Todo App with all Application logic implemented in Rust
https://youtube.com/watch?v=Rs3_N4maNPw&feature=share
May 16, 2021 at 06:35PM by thlorenz
https://ift.tt/3fqaRjo
Building a Flutter Todo App with all Application logic implemented in Rust
https://youtube.com/watch?v=Rs3_N4maNPw&feature=share
May 16, 2021 at 06:35PM by thlorenz
https://ift.tt/3fqaRjo
YouTube
Building a Flutter Todo App with all Application logic implemented in Rust
Using Rid which makes it easy to integrate Rust into Dart via simple annotations.
Rid Homepage: http://thlorenz.github.io/rid-site/
Todo App: http://thlorenz.github.io/rid-site/docs/examples/flutter-todo-app/
Source Code: https://github.com/thlorenz/rid…
Rid Homepage: http://thlorenz.github.io/rid-site/
Todo App: http://thlorenz.github.io/rid-site/docs/examples/flutter-todo-app/
Source Code: https://github.com/thlorenz/rid…
New post on /r/flutterdev subreddit:
Building a Dart Todo App with all Application logic implemented in Rust
https://youtube.com/watch?v=qdy4VI9YqVc&feature=share
May 16, 2021 at 06:34PM by thlorenz
https://ift.tt/3tMLMEt
Building a Dart Todo App with all Application logic implemented in Rust
https://youtube.com/watch?v=qdy4VI9YqVc&feature=share
May 16, 2021 at 06:34PM by thlorenz
https://ift.tt/3tMLMEt
YouTube
Building a Dart Todo App with all Application logic implemented in Rust
Using Rid which makes it easy to integrate Rust into Dart via simple annotations.
Rid Homepage: http://thlorenz.github.io/rid-site/
Todo App and Source: http://thlorenz.github.io/rid-site/docs/examples/dart-todo-app/
Sponsor Rid Development: https://thlorenz.com/rid…
Rid Homepage: http://thlorenz.github.io/rid-site/
Todo App and Source: http://thlorenz.github.io/rid-site/docs/examples/dart-todo-app/
Sponsor Rid Development: https://thlorenz.com/rid…
New post on /r/flutterdev subreddit:
Flutter Provider it's like Snowboarding 🏂 - Under 5 Min 🎊
https://www.youtube.com/watch?v=P47JJU6dlcA
May 16, 2021 at 06:20PM by fluttermapp
https://ift.tt/3brtVN6
Flutter Provider it's like Snowboarding 🏂 - Under 5 Min 🎊
https://www.youtube.com/watch?v=P47JJU6dlcA
May 16, 2021 at 06:20PM by fluttermapp
https://ift.tt/3brtVN6
YouTube
Flutter Provider for Beginners - 5 Minutes Tuto
#creatornow
Flutter Provider Explained! This is the easiest way to learn the basic of the Flutter Provider. Big thanks to Learn Flutter Code for the inspiration! For more Flutter Tips and Info, Join us here! ➡️ https://www.youtube.com/c/fluttermapp...
🎥…
Flutter Provider Explained! This is the easiest way to learn the basic of the Flutter Provider. Big thanks to Learn Flutter Code for the inspiration! For more Flutter Tips and Info, Join us here! ➡️ https://www.youtube.com/c/fluttermapp...
🎥…
New post on /r/flutterdev subreddit:
Execution failed. Kotlin could not find the required JDK tools in the Java installation. Make sure Gradle is running on a JDK, not JRE.
Tagging along to this tutorialhttps://www.youtube.com/watch?v=1gDhl4leEzAI am running into issues with the build when I cd into todolist at 17:00I then run flutter run and I receive this error.FAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:compileDebugKotlin'.> Kotlin could not find the required JDK tools in the Java installation 'C:\Program Files (x86)\Java\jre1.8.0_291' used by Gradle. Make sure Gradle is running on a JDK, not JRE.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 4sRunning Gradle task 'assembleDebug'...Running Gradle task 'assembleDebug'... Done 5.5sException: Gradle task assembleDebug failed with exit code 1Ive searched Github and SO and found a few answers that did not work for me. Here is my gradle.propertiesorg.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_91Still no luck on the run, can anyone help me out?Thanks in advance
May 16, 2021 at 07:57PM by Harvard_Alumni
https://ift.tt/2QsKH7q
Execution failed. Kotlin could not find the required JDK tools in the Java installation. Make sure Gradle is running on a JDK, not JRE.
Tagging along to this tutorialhttps://www.youtube.com/watch?v=1gDhl4leEzAI am running into issues with the build when I cd into todolist at 17:00I then run flutter run and I receive this error.FAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:compileDebugKotlin'.> Kotlin could not find the required JDK tools in the Java installation 'C:\Program Files (x86)\Java\jre1.8.0_291' used by Gradle. Make sure Gradle is running on a JDK, not JRE.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 4sRunning Gradle task 'assembleDebug'...Running Gradle task 'assembleDebug'... Done 5.5sException: Gradle task assembleDebug failed with exit code 1Ive searched Github and SO and found a few answers that did not work for me. Here is my gradle.propertiesorg.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_91Still no luck on the run, can anyone help me out?Thanks in advance
May 16, 2021 at 07:57PM by Harvard_Alumni
https://ift.tt/2QsKH7q
YouTube
Flutter Crash Course
In this crash course we will look at Flutter for building native mobile apps. We will look at what Flutter is, how to get setup, built in widgets, stateless and stateful widgets, routing and more
Sponsor: Linode Hosting
https://linode.com/traversy
Flutter…
Sponsor: Linode Hosting
https://linode.com/traversy
Flutter…
New post on /r/flutterdev subreddit:
Do you use a builder for your flutter apps?
What builder do you use if any? Those that I know of are:Widget MakerFlutter FlowFlutter StudioAdobe XDSuperNova Studio (Mac)Firecrownam I missing any other one?
May 16, 2021 at 08:34PM by ihsaaan
https://ift.tt/33Lrh0D
Do you use a builder for your flutter apps?
What builder do you use if any? Those that I know of are:Widget MakerFlutter FlowFlutter StudioAdobe XDSuperNova Studio (Mac)Firecrownam I missing any other one?
May 16, 2021 at 08:34PM by ihsaaan
https://ift.tt/33Lrh0D
reddit
Do you use a builder for your flutter apps?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Push Notifications V2 Tutorial (FCM) Latest
https://youtu.be/dbp7jSX6xnU
May 16, 2021 at 09:33PM by codevio-
https://ift.tt/3eQruG0
Flutter Push Notifications V2 Tutorial (FCM) Latest
https://youtu.be/dbp7jSX6xnU
May 16, 2021 at 09:33PM by codevio-
https://ift.tt/3eQruG0
YouTube
Flutter Push Notification V2 with Firebase Cloud Messaging Android FCM Beginner Latest Tutorial
#flutter #flutterpushnotification #firebase #flutterfirebase #flutternotification #pushnotificationIn this video we are implementing flutter push notificatio...
New post on /r/flutterdev subreddit:
[Code sample] Geo-based video sharing app using Flutter and Supabase
https://ift.tt/3bwtrW6
May 16, 2021 at 11:11PM by dshukertjr
https://ift.tt/3w8lgXQ
[Code sample] Geo-based video sharing app using Flutter and Supabase
https://ift.tt/3bwtrW6
May 16, 2021 at 11:11PM by dshukertjr
https://ift.tt/3w8lgXQ
GitHub
GitHub - dshukertjr/spot: Open source geo based video sharing social app created with Flutter, Supabase and lots of love 💙💙💙
Open source geo based video sharing social app created with Flutter, Supabase and lots of love 💙💙💙 - GitHub - dshukertjr/spot: Open source geo based video sharing social app created with Flutter, S...
New post on /r/flutterdev subreddit:
Which Flutter package enables the page dismiss transition like in the video?
https://ift.tt/3brUIsE
May 17, 2021 at 12:00AM by aytunch
https://ift.tt/3yqzZiW
Which Flutter package enables the page dismiss transition like in the video?
https://ift.tt/3brUIsE
May 17, 2021 at 12:00AM by aytunch
https://ift.tt/3yqzZiW
Streamable
RPReplay_Final1621201753
Watch "RPReplay_Final1621201753" on Streamable.
New post on /r/flutterdev subreddit:
Flutter on my laptop?
Hello, im sorry for asking this here idk if its the correct place. But i wanted to ask that i have a laptop core i5 4th gen 4gb ram and flutter on vs code is fine but with emulator my laptop freezes, now im going to add more Ram so in total 16gb of ram. Will it be enough? or do i have to get a better processor as well
May 17, 2021 at 05:41AM by opinvader
https://ift.tt/3oo8di8
Flutter on my laptop?
Hello, im sorry for asking this here idk if its the correct place. But i wanted to ask that i have a laptop core i5 4th gen 4gb ram and flutter on vs code is fine but with emulator my laptop freezes, now im going to add more Ram so in total 16gb of ram. Will it be enough? or do i have to get a better processor as well
May 17, 2021 at 05:41AM by opinvader
https://ift.tt/3oo8di8
reddit
r/FlutterDev - Flutter on my laptop?
0 votes and 16 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Productivity Beast - FVM
https://www.youtube.com/watch?v=l5HsXg5KlYE
May 17, 2021 at 06:18AM by RobertBrunhage
https://ift.tt/3wauDGn
Flutter Productivity Beast - FVM
https://www.youtube.com/watch?v=l5HsXg5KlYE
May 17, 2021 at 06:18AM by RobertBrunhage
https://ift.tt/3wauDGn
YouTube
Flutter Productivity Beast - FVM
FVM or Flutter Version Management is a great tool to handle your versions in Flutter and to me has become a no brainer to use 🤯
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Full writeup: https://robertbrunhage.com
👉 Have additional…
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Full writeup: https://robertbrunhage.com
👉 Have additional…
New post on /r/flutterdev subreddit:
The Ultimate Guide 🎯 to Null Safety in Flutter & Dart
https://ift.tt/3uToNcm
May 17, 2021 at 08:41AM by KushalGoel786
https://ift.tt/342qZTf
The Ultimate Guide 🎯 to Null Safety in Flutter & Dart
https://ift.tt/3uToNcm
May 17, 2021 at 08:41AM by KushalGoel786
https://ift.tt/342qZTf
Medium
The Ultimate Guide 🎯 to Null Safety in Flutter & Dart
Null Safety is Flutter’s New Feature 🎁 released recently in Flutter 2.0. It makes Flutter & Dart more Strict & Less Prone to Errors & Bugs…
New post on /r/flutterdev subreddit:
Implementing Flutter UI w.r.t Material Design
https://ift.tt/3eSklF3
May 17, 2021 at 08:40AM by KushalGoel786
https://ift.tt/3yjaMqi
Implementing Flutter UI w.r.t Material Design
https://ift.tt/3eSklF3
May 17, 2021 at 08:40AM by KushalGoel786
https://ift.tt/3yjaMqi
Medium
Implementing Flutter UI w.r.t Material Design
Making an App and taking Care of the UI Design simultaneously is pretty difficult. But not anymore, thanks to the Material Guidelines…
New post on /r/flutterdev subreddit:
Need help - moving to Flutter 2 from React Native
I need to start on a brand new product which is required to be available on the Web as well as Mobile apps (ios and android). Until `Flutter 2` came I wasn't interested in Flutter as it was one more language and platform to learn. My team's prior experience is in `React.js` (Web) and `React Native` (ios and android). Server side experience mainly in `Node` and `Python`.When Flutter 2 was announced it sounded like what we always wanted - one code which will build for all three targets - ios, android and web.My dilemma - should my team embark upon `Flutter 2` (now that the initial euphoria of `Flutter 2` has passed over) or even after that do I need to depend on `React.js` for web ? It does not make sense switching over to Flutter which requires learning a completely new language and a new framework for the team just for developing mobile apps. `React Native` has been doing quite well for us (it is still JS for the team whether front-end or the backend - a big advantage).Looking forward to responses from the community.Thanks.
May 17, 2021 at 09:33AM by SnooSketches6565
https://ift.tt/3yeHaKX
Need help - moving to Flutter 2 from React Native
I need to start on a brand new product which is required to be available on the Web as well as Mobile apps (ios and android). Until `Flutter 2` came I wasn't interested in Flutter as it was one more language and platform to learn. My team's prior experience is in `React.js` (Web) and `React Native` (ios and android). Server side experience mainly in `Node` and `Python`.When Flutter 2 was announced it sounded like what we always wanted - one code which will build for all three targets - ios, android and web.My dilemma - should my team embark upon `Flutter 2` (now that the initial euphoria of `Flutter 2` has passed over) or even after that do I need to depend on `React.js` for web ? It does not make sense switching over to Flutter which requires learning a completely new language and a new framework for the team just for developing mobile apps. `React Native` has been doing quite well for us (it is still JS for the team whether front-end or the backend - a big advantage).Looking forward to responses from the community.Thanks.
May 17, 2021 at 09:33AM by SnooSketches6565
https://ift.tt/3yeHaKX
reddit
Need help - moving to Flutter 2 from React Native
I need to start on a brand new product which is required to be available on the Web as well as Mobile apps (ios and android). Until \`Flutter 2\`...
New post on /r/flutterdev subreddit:
How to Handle Error With Bloc Pattern In Flutter ? - Flutter Agency
https://ift.tt/2RTwf8J
May 17, 2021 at 09:19AM by lil_dragplix
https://ift.tt/3eTGIu4
How to Handle Error With Bloc Pattern In Flutter ? - Flutter Agency
https://ift.tt/2RTwf8J
May 17, 2021 at 09:19AM by lil_dragplix
https://ift.tt/3eTGIu4
Flutter Agency
How to Handle Error With Bloc Pattern In Flutter ? - Flutter Agency
Bloc works by receiving events & emitting states. It doesn’t care from where event came from. Lets see How to Handle Error With Bloc Pattern In Flutter
New post on /r/flutterdev subreddit:
Beginner’s Guide to Backend
https://ift.tt/3tKsHml
May 17, 2021 at 10:36AM by KushalGoel786
https://ift.tt/3hDqQgG
Beginner’s Guide to Backend
https://ift.tt/3tKsHml
May 17, 2021 at 10:36AM by KushalGoel786
https://ift.tt/3hDqQgG
Medium
Beginner’s Guide to Backend
Backend is a Very Crucial 🤔 Part of Software Development 💻. While the Frontend handles the UI 📱, the Backend handles Authentication 🔐…
New post on /r/flutterdev subreddit:
Using Device Images with Only 3️ Lines of Code in Flutter
https://ift.tt/3eTMf3A
May 17, 2021 at 10:35AM by KushalGoel786
https://ift.tt/3bwBH8i
Using Device Images with Only 3️ Lines of Code in Flutter
https://ift.tt/3eTMf3A
May 17, 2021 at 10:35AM by KushalGoel786
https://ift.tt/3bwBH8i
Medium
Using Device Images with Only 3️ Lines of Code in Flutter
Device Images 📸 are a Crucial Part of User Generated Content 🙎. Learn how to use them in your Flutter App 📱 with only 3️⃣ Lines of Code…
New post on Flutter Dev Google group:
Get absolute path for OTG USB thumb drive
Hi, does anyone know how to programmatically get the absolute path for an OTG USB thumb drive plugged into and Android/iOS phone?
May 17, 2021 at 12:23PM by Bernadine Whyte
https://ift.tt/3eSRNeB
Get absolute path for OTG USB thumb drive
Hi, does anyone know how to programmatically get the absolute path for an OTG USB thumb drive plugged into and Android/iOS phone?
May 17, 2021 at 12:23PM by Bernadine Whyte
https://ift.tt/3eSRNeB
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 Flutter Dev Google group:
Flutter Webview Does not play Video on IOS & Emulator
Hi All, On the Android version which is available application is perfect, however when you build the Apple version it does not play on the phone. I can understand it not working for Emulator (never did in either Android/IOS) emulators but on a real device it does not work. Any one with any
May 17, 2021 at 01:07PM by Bridget Kelly O'Sheehan
https://ift.tt/3fjm8SG
Flutter Webview Does not play Video on IOS & Emulator
Hi All, On the Android version which is available application is perfect, however when you build the Apple version it does not play on the phone. I can understand it not working for Emulator (never did in either Android/IOS) emulators but on a real device it does not work. Any one with any
May 17, 2021 at 01:07PM by Bridget Kelly O'Sheehan
https://ift.tt/3fjm8SG
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.