New post on /r/flutterdev subreddit:
App Feedback Thread - June 04, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
June 04, 2021 at 03:00PM by AutoModerator
https://ift.tt/3pjcWT1
App Feedback Thread - June 04, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
June 04, 2021 at 03:00PM by AutoModerator
https://ift.tt/3pjcWT1
reddit
App Feedback Thread - June 04, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
How to make Flutter work on Mac OS 11 with ZSH
I had a little trouble getting Flutter to work with the right versions of Java on my Mac, so I figured I'd lay out the right steps for everyone here.Download Android Studio to get the Android SDK.Download Java/JDK from this exact link. AFAIK NO OTHER VERSIONS WILL WORKDownload Flutter as usual.Depending on where you downloaded flutter, add the path to your
June 04, 2021 at 02:35PM by Winstonp00
https://ift.tt/3zcFx0S
How to make Flutter work on Mac OS 11 with ZSH
I had a little trouble getting Flutter to work with the right versions of Java on my Mac, so I figured I'd lay out the right steps for everyone here.Download Android Studio to get the Android SDK.Download Java/JDK from this exact link. AFAIK NO OTHER VERSIONS WILL WORKDownload Flutter as usual.Depending on where you downloaded flutter, add the path to your
.zprofile
. I added mine to the Developer/Tools folder, so in my case, the code was:export PATH="$PATH:/Users/<yourname>/Developer/Tools/flutter/bin"
Source your profile and run flutter in terminal to check it has installed correctly.Once Java has installed, add the $JAVA_HOME to your .zshenv
file then source it:export JAVA_HOME=$(/usr/libexec/java_home)
You may have other versions of Java installed. To select the correct one, run /usr/libexec/java_home -V
and you will get back a list of all the different versions.Go back to your .zshenv
file and edit the end with the version you want. In my case,export JAVA_HOME=$(/usr/libexec/java_home -v1.8.291.10)
. If not, the next command would give a ClassNotFound error.Run flutter doctor --android-licenses
and accept all the terms.Run flutter doctor
and everything should work. Your Xcode setup might not work yet but that one was fairly easy as they displayed all the steps you needed right then and there.June 04, 2021 at 02:35PM by Winstonp00
https://ift.tt/3zcFx0S
New post on Flutter Dev Google group:
Plugin to existing Android code
I need to create a flutter plugin for android. I already have the android app done. Who do I create a plugin for it?
June 04, 2021 at 04:50PM by Leonardo
https://ift.tt/3g8lVC7
Plugin to existing Android code
I need to create a flutter plugin for android. I already have the android app done. Who do I create a plugin for it?
June 04, 2021 at 04:50PM by Leonardo
https://ift.tt/3g8lVC7
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 Budget Tracker with Notion API Tutorial | Apps From Scratch
https://youtu.be/3vhWx2LT-SY
June 04, 2021 at 05:06PM by Marcus-Ng
https://ift.tt/3wR3ZTk
Flutter Budget Tracker with Notion API Tutorial | Apps From Scratch
https://youtu.be/3vhWx2LT-SY
June 04, 2021 at 05:06PM by Marcus-Ng
https://ift.tt/3wR3ZTk
YouTube
Flutter Budget Tracker with Notion API Tutorial | Apps From Scratch
Sign up to Notion for free 👉 http://ntn.so/marcusnotion
» Flutter courses, writeups, and source code on Launch Club 🧠
https://drp.li/Iq9Bk
» Flutter Job Board 👋
https://drp.li/T9bLq
I'm going to teach you how to build a Budget Tracker with Flutter and…
» Flutter courses, writeups, and source code on Launch Club 🧠
https://drp.li/Iq9Bk
» Flutter Job Board 👋
https://drp.li/T9bLq
I'm going to teach you how to build a Budget Tracker with Flutter and…
New tweet from FlutterDev:
Hey, what's up @FlutterDev family?
Time for #FlutterGif with a small #TipsAndTricks, today is time for #WrapWidget shortcut!!
Place on top of the Widget and click the small icon that appears on your left or:
macOS
IntelliJ - Option + Enter
VSC - Cmd + .
Windows
Alt + Enter pic.twitter.com/FwgXu6h7Dt— Argel Bejarano 💙 (@ArkangelB) June 3, 2021
June 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1400844796818866181
Hey, what's up @FlutterDev family?
Time for #FlutterGif with a small #TipsAndTricks, today is time for #WrapWidget shortcut!!
Place on top of the Widget and click the small icon that appears on your left or:
macOS
IntelliJ - Option + Enter
VSC - Cmd + .
Windows
Alt + Enter pic.twitter.com/FwgXu6h7Dt— Argel Bejarano 💙 (@ArkangelB) June 3, 2021
June 04, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1400844796818866181
Twitter
Flutter (@FlutterDev) | Twitter
The latest Tweets from Flutter (@FlutterDev). Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase // #GoogleIO is back May 18–20. Register now → https://t.co/Z5dNdEYIpJ
New post on /r/flutterdev subreddit:
Riverpod question : dart vs flutter
Hi guys,I am new to Flutter and developing a Flutter app.I am trying to decouple my widgets and library from my business logic. So a good chunk of my code is actually dart only.I am diving into Riverpod as a state management tool.And wondering : what are the benefits and drawbacks from riverpod dart only package vs flutter riverpod package ?
June 04, 2021 at 07:05PM by lesvoyagesdorphee
https://ift.tt/3ijhKWM
Riverpod question : dart vs flutter
Hi guys,I am new to Flutter and developing a Flutter app.I am trying to decouple my widgets and library from my business logic. So a good chunk of my code is actually dart only.I am diving into Riverpod as a state management tool.And wondering : what are the benefits and drawbacks from riverpod dart only package vs flutter riverpod package ?
June 04, 2021 at 07:05PM by lesvoyagesdorphee
https://ift.tt/3ijhKWM
reddit
Riverpod question : dart vs flutter
Hi guys, I am new to Flutter and developing a Flutter app. I am trying to decouple my widgets and library from my business logic. So a good...
New post on /r/flutterdev subreddit:
can Flutter Web have good performance if you focus on it?
I wonder if Flutter Web can be a good option regarding performance and file size if your project main purpose is for the web, thus, focusing on making it viable for web viewers.
June 04, 2021 at 10:19PM by bradofingo
https://ift.tt/3vP9HoG
can Flutter Web have good performance if you focus on it?
I wonder if Flutter Web can be a good option regarding performance and file size if your project main purpose is for the web, thus, focusing on making it viable for web viewers.
June 04, 2021 at 10:19PM by bradofingo
https://ift.tt/3vP9HoG
reddit
can Flutter Web have good performance if you focus on it?
I wonder if Flutter Web can be a good option regarding performance and file size if your project main purpose is for the web, thus, focusing on...
New post on Flutter Dev Google group:
I am facing this issues
C:\Users\M S ANAND>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.18363.1440], locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android license
June 05, 2021 at 05:19AM by Mukul S Anand
https://ift.tt/3x1WJE7
I am facing this issues
C:\Users\M S ANAND>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.18363.1440], locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android license
June 05, 2021 at 05:19AM by Mukul S Anand
https://ift.tt/3x1WJE7
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:
Awesome UI designs built in flutter <3
Hello guys,During this lockdown, I tried out new UI designs using Flutter which turned out really awesome📱.You can find these designs on my GitHub:https://github.com/Chromicle/awesome-flutter-uiplease give a star⭐️ on github if you like them, any feedback is welcome
June 05, 2021 at 05:36AM by sipoge7142
https://ift.tt/34R10OI
Awesome UI designs built in flutter <3
Hello guys,During this lockdown, I tried out new UI designs using Flutter which turned out really awesome📱.You can find these designs on my GitHub:https://github.com/Chromicle/awesome-flutter-uiplease give a star⭐️ on github if you like them, any feedback is welcome
June 05, 2021 at 05:36AM by sipoge7142
https://ift.tt/34R10OI
GitHub
GitHub - ajay-prabhakar/awesome-flutter-ui: 10+ flutter(android, ios) UI design examples - login, books, profile, food order, movie…
10+ flutter(android, ios) UI design examples :zap: - login, books, profile, food order, movie streaming, walkthrough, widgets - GitHub - ajay-prabhakar/awesome-flutter-ui: 10+ flutter(android, ios)...
New post on Flutter Dev Google group:
Super App With Flutter
I'm a new flutter developer and i would like to know if i have the possiblity to build a super like Grab and Gojek with Flutter. If yes can i get some helpfull links?
June 05, 2021 at 06:20AM by perial dupont
https://ift.tt/3ik0HnQ
Super App With Flutter
I'm a new flutter developer and i would like to know if i have the possiblity to build a super like Grab and Gojek with Flutter. If yes can i get some helpfull links?
June 05, 2021 at 06:20AM by perial dupont
https://ift.tt/3ik0HnQ
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:
A Better Audio Player for Flutter Step By Step Explained 2021 | Music Pl...
https://youtube.com/watch?v=CF3Q7YfvH7Q&feature=share
June 05, 2021 at 06:23AM by DBestech
https://ift.tt/3fSujHb
A Better Audio Player for Flutter Step By Step Explained 2021 | Music Pl...
https://youtube.com/watch?v=CF3Q7YfvH7Q&feature=share
June 05, 2021 at 06:23AM by DBestech
https://ift.tt/3fSujHb
YouTube
Flutter Audio Player Tutorial Step By Step | Flutter Music Player | Flutter audioplayer
In this tutorial, you learn how to create a flutter music or audio player app, where you will be able to play the audios from the internet or the url with flutter ui design. This would work as a music player as well as Flutter tutorial for beginners. This…
New post on /r/flutterdev subreddit:
Grid view builder and list view builder: no need for pagination or scroll support?
I’m coming from an Angular background with regards to this question.In my web app, a user can have more than 100 courses, so we only show 20 at a time (each course has its only thumbnail card). When a user scrolls to the bottom, the next 20 courses are loaded via another API call.I’ve been reading tutorials and the documentation about GridView and LisrView builder and the consensus is that I can just make one API call and the xxxView builder will handling all the loading.Is this correct?
June 05, 2021 at 09:50AM by JapanEngineer
https://ift.tt/3uTbEzd
Grid view builder and list view builder: no need for pagination or scroll support?
I’m coming from an Angular background with regards to this question.In my web app, a user can have more than 100 courses, so we only show 20 at a time (each course has its only thumbnail card). When a user scrolls to the bottom, the next 20 courses are loaded via another API call.I’ve been reading tutorials and the documentation about GridView and LisrView builder and the consensus is that I can just make one API call and the xxxView builder will handling all the loading.Is this correct?
June 05, 2021 at 09:50AM by JapanEngineer
https://ift.tt/3uTbEzd
reddit
r/FlutterDev - Grid view builder and list view builder: no need for pagination or scroll support?
3 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Demonstration of Canvas Animations in Flutter using CustomPaint
https://twitter.com/creativemaybeno/status/1401116585960644609?s=20
June 05, 2021 at 12:31PM by creativemaybeno
https://ift.tt/34QQx64
Demonstration of Canvas Animations in Flutter using CustomPaint
https://twitter.com/creativemaybeno/status/1401116585960644609?s=20
June 05, 2021 at 12:31PM by creativemaybeno
https://ift.tt/34QQx64
Twitter
creativecreatorormaybenot
here you can see what I tried to achieve ✨ a new #funvas animation made using #flutter 🧑🏽🚀 and do you know what is crazy about this: none of the dots are rotating, never! they are only moving in straight lines, always! source code: github.com/creativecreato…
New post on /r/flutterdev subreddit:
Flutter with Firebase
https://youtu.be/9UKLcgv_2BE
June 04, 2021 at 03:32PM by SIVARAM16
https://ift.tt/2SdpI9h
Flutter with Firebase
https://youtu.be/9UKLcgv_2BE
June 04, 2021 at 03:32PM by SIVARAM16
https://ift.tt/2SdpI9h
YouTube
Flutter with Firebase | Part - 1 | Installation of Firebase SDK in Flutter [Android, IOS, Web]
In this video, I've shown how to add a Firebase SDK to your Flutter Application [Android, IOS, Web].
#firebase #flutter #google #crossplatform #installation #tutorial #beginners #dart #developer #programming #fluttercommunity
#firebase #flutter #google #crossplatform #installation #tutorial #beginners #dart #developer #programming #fluttercommunity
New post on /r/flutterdev subreddit:
Build Your Very First Flutter App | Flutter Tutorial for Beginners - Learn Flutter
https://youtu.be/40Puw99Jqjw
June 05, 2021 at 02:52PM by Radheygoswami
https://ift.tt/2RtEQ2a
Build Your Very First Flutter App | Flutter Tutorial for Beginners - Learn Flutter
https://youtu.be/40Puw99Jqjw
June 05, 2021 at 02:52PM by Radheygoswami
https://ift.tt/2RtEQ2a
YouTube
Build Your Very First Flutter App | Flutter Tutorial for Beginners - Learn Flutter
Hello DivineCoders !!
In this Video You will Learn to Build Your Very First Mobile App using Flutter and Dart in Very Easy way 😊
#learn #flutter
📸 Say hi on:
★Discord: https://discord.com/invite/yu5xDsa
★Twitter: https://twitter.com/DivineCoding
★In…
In this Video You will Learn to Build Your Very First Mobile App using Flutter and Dart in Very Easy way 😊
#learn #flutter
📸 Say hi on:
★Discord: https://discord.com/invite/yu5xDsa
★Twitter: https://twitter.com/DivineCoding
★In…
New post on /r/flutterdev subreddit:
I wrote a detailed article on how to safely migrate to Flutter safety
https://ift.tt/34R8bXm
June 04, 2021 at 11:42AM by sadmansamee
https://ift.tt/3ipOpdD
I wrote a detailed article on how to safely migrate to Flutter safety
https://ift.tt/34R8bXm
June 04, 2021 at 11:42AM by sadmansamee
https://ift.tt/3ipOpdD
Thoughtful Texts
Migrate to flutter null safety safely
How to safely migrate to null safety
New post on /r/flutterdev subreddit:
Mobile Developers Cafe - Weekly Issue #27 just published. [ Newsletter with Flutter and other platform developer articles, events, news and lot more ]
https://ift.tt/2SQiE2t
June 04, 2021 at 05:52AM by iranjith4
https://ift.tt/3g6QFDE
Mobile Developers Cafe - Weekly Issue #27 just published. [ Newsletter with Flutter and other platform developer articles, events, news and lot more ]
https://ift.tt/2SQiE2t
June 04, 2021 at 05:52AM by iranjith4
https://ift.tt/3g6QFDE
Mobiledeveloperscafe
Mobile Developers Cafe - Weekly Issue #27
WWDC 2021, Twitter announces Twitter Blue, Whatsapp is coming to iPad, Apple TV coming to all android TVs and lot more.
New post on /r/flutterdev subreddit:
Start Flutter Notification with A Simple Example
https://youtube.com/watch?v=gRI5gn4tVVw&feature=share
June 04, 2021 at 04:05AM by faizollah
https://ift.tt/3fU98o5
Start Flutter Notification with A Simple Example
https://youtube.com/watch?v=gRI5gn4tVVw&feature=share
June 04, 2021 at 04:05AM by faizollah
https://ift.tt/3fU98o5
YouTube
Start Flutter Notification with A Simple Example
This video walks you through the steps needed to get started with push notification in Flutter. In this video, you will learn the basic and the structure of push notification. It also shows you how to handle the incoming push notification.
00:00 Introduction…
00:00 Introduction…
New post on /r/flutterdev subreddit:
Turns out BuildContext in Flutter can be created and nested.
https://ift.tt/2TEgaVb
June 03, 2021 at 06:10PM by ankitsinha611
https://ift.tt/3fQ4CqG
Turns out BuildContext in Flutter can be created and nested.
https://ift.tt/2TEgaVb
June 03, 2021 at 06:10PM by ankitsinha611
https://ift.tt/3fQ4CqG
MeshCookie | Complex Tutorial, Easy Explanation!
What is BuildContext in a Flutter App? | MeshCookie
The BuildContext is the handle/pointer to the location of the particular widget in the widget tree. Note that every widget you create has its own BuildContext.
New post on /r/flutterdev subreddit:
Why new flutter apk has BIG size?
Hello i made simple and single route app with flutter old version size 19 mb now i update flutter and some plugins the apk size now 44 MB flutter clean didn't helped
June 05, 2021 at 04:54PM by diyar_gulli
https://ift.tt/3uSQdhF
Why new flutter apk has BIG size?
Hello i made simple and single route app with flutter old version size 19 mb now i update flutter and some plugins the apk size now 44 MB flutter clean didn't helped
June 05, 2021 at 04:54PM by diyar_gulli
https://ift.tt/3uSQdhF
reddit
Why new flutter apk has BIG size?
Hello i made simple and single route app with flutter old version size 19 mb now i update flutter and some plugins the apk size now 44 MB flutter...
New post on /r/flutterdev subreddit:
Learn to Create Glassmorphism design in Flutter
https://www.youtube.com/watch?v=YGSL5ZFTrEA
June 05, 2021 at 04:39PM by Dhanraj_Flutterdev
https://ift.tt/2ScmiDR
Learn to Create Glassmorphism design in Flutter
https://www.youtube.com/watch?v=YGSL5ZFTrEA
June 05, 2021 at 04:39PM by Dhanraj_Flutterdev
https://ift.tt/2ScmiDR
YouTube
Flutter Glassmorphism UI | Two Ways To Get Glassmorphism | Flutter Tutorials
In This Video we will see how we can get glassmorphism UI in Flutter, There are two ways you can use to get glassmorphism UI trend for your flutter app.
Do Like The Video if found it Helpful.
#flutter #flutterdev
Package link: https://pub.dev/packages/glassmorphism…
Do Like The Video if found it Helpful.
#flutter #flutterdev
Package link: https://pub.dev/packages/glassmorphism…