New post on /r/flutterdev subreddit:
Is published native apps easier after publishing Flutter apps?
So I’ve finally published my first flutter app for my company to the apple and Android stores and I learnt a lot about xCode and Android Studio.I have no experience with native apps and am just wondering will this experience with flutter help me if I ever delve into native apps?
October 17, 2021 at 08:58AM by JapanEngineer
https://ift.tt/3FUXcNN
Is published native apps easier after publishing Flutter apps?
So I’ve finally published my first flutter app for my company to the apple and Android stores and I learnt a lot about xCode and Android Studio.I have no experience with native apps and am just wondering will this experience with flutter help me if I ever delve into native apps?
October 17, 2021 at 08:58AM by JapanEngineer
https://ift.tt/3FUXcNN
reddit
Is published native apps easier after publishing Flutter apps?
So I’ve finally published my first flutter app for my company to the apple and Android stores and I learnt a lot about xCode and Android Studio....
New post on /r/flutterdev subreddit:
Expert Flutter Cross Platform ThemeING
https://ift.tt/3FTFfPM
October 17, 2021 at 04:42PM by fredgrott
https://ift.tt/2Z1MO68
Expert Flutter Cross Platform ThemeING
https://ift.tt/3FTFfPM
October 17, 2021 at 04:42PM by fredgrott
https://ift.tt/2Z1MO68
Medium
Expert Flutter Cross Platform ThemeING
There are two ways of Cross Platform ThemeING, one is using a CupertinoThemeOverride to deliver Apple Flat UI color wise styling to…
New post on /r/flutterdev subreddit:
Macbook Air M1 and Flutter: My Personal Experience
https://youtube.com/watch?v=6DpYtGtEO6g&feature=share
October 17, 2021 at 04:21PM by faizollah
https://ift.tt/3aICnqw
Macbook Air M1 and Flutter: My Personal Experience
https://youtube.com/watch?v=6DpYtGtEO6g&feature=share
October 17, 2021 at 04:21PM by faizollah
https://ift.tt/3aICnqw
YouTube
Macbook Air M1 and Flutter: My Personal Experience
After months of saving, I was able to get my hands on a M1 Macbook Air. I setup flutter and android studio on the device. There are some challenges in the setup process. I share my experience in this video. I hope it would be helpful.
Please subscribe for…
Please subscribe for…
New post on /r/flutterdev subreddit:
Web Performance Flutter 2.5
So, this is going to be pretty vague, but just curious if this has jumped out at anyone else. I've had a flutter web app in production for several months. Performance wise it has always been subpar and embarrassing to be honest. However, I recently made two changes and now it quite a bit worse:1.) Updated to Flutter 2.5
2.) Added flutter lint and implemented all the default Flutter Lint fixes, which among other things was making a lot of widgets "const".Now my web performance is worse. Most notable during scrolling. Like I said, it was never great, but now it is just straight bad. I'm not sure which of the 2 actions is the culprit here, and I suspect a long week ahead of trying to unwind things to get back to "subpar" web performance. Was wondering if anyone else had this experience?
October 17, 2021 at 06:54PM by figmentlabs
https://ift.tt/3DV8OyJ
Web Performance Flutter 2.5
So, this is going to be pretty vague, but just curious if this has jumped out at anyone else. I've had a flutter web app in production for several months. Performance wise it has always been subpar and embarrassing to be honest. However, I recently made two changes and now it quite a bit worse:1.) Updated to Flutter 2.5
2.) Added flutter lint and implemented all the default Flutter Lint fixes, which among other things was making a lot of widgets "const".Now my web performance is worse. Most notable during scrolling. Like I said, it was never great, but now it is just straight bad. I'm not sure which of the 2 actions is the culprit here, and I suspect a long week ahead of trying to unwind things to get back to "subpar" web performance. Was wondering if anyone else had this experience?
October 17, 2021 at 06:54PM by figmentlabs
https://ift.tt/3DV8OyJ
reddit
Web Performance Flutter 2.5
So, this is going to be pretty vague, but just curious if this has jumped out at anyone else. I've had a flutter web app in production for...
New post on /r/flutterdev subreddit:
Is flutter web the future of web programming? What do you think?
Do you give a chance to flutter web?
October 17, 2021 at 07:18PM by MrJSDx
https://ift.tt/3FXrz6c
Is flutter web the future of web programming? What do you think?
Do you give a chance to flutter web?
October 17, 2021 at 07:18PM by MrJSDx
https://ift.tt/3FXrz6c
New post on /r/flutterdev subreddit:
implementation of Network Connectivity checker in Flutter apps
https://ift.tt/3pcBa3m
October 17, 2021 at 08:14PM by satyam_parasa
https://ift.tt/3ASuYQ5
implementation of Network Connectivity checker in Flutter apps
https://ift.tt/3pcBa3m
October 17, 2021 at 08:14PM by satyam_parasa
https://ift.tt/3ASuYQ5
FlutterAnt
Network connectivity checker implementation in Flutter - FlutterAnt
Before proceeding with actions that are totally reliant on the Network, it is crucial to check and show the user whether they have a Network or not. In this
New post on /r/flutterdev subreddit:
Introducing Sap: A music streaming and discovery app built with the Deezer API. Feedback appreciated🌟
https://ift.tt/3n1DBmD
October 17, 2021 at 10:19PM by 31Carlton7
https://ift.tt/3n5PLdU
Introducing Sap: A music streaming and discovery app built with the Deezer API. Feedback appreciated🌟
https://ift.tt/3n1DBmD
October 17, 2021 at 10:19PM by 31Carlton7
https://ift.tt/3n5PLdU
GitHub
GitHub - 31Carlton7/sap: A mobile music streaming app with a complex UI built with Flutter and the Deezer API🚀
A mobile music streaming app with a complex UI built with Flutter and the Deezer API🚀 - 31Carlton7/sap
New post on /r/flutterdev subreddit:
MQTT Flutter chat client update
Hello everyone,In the last few days I posted about my POC about creating a chat application with flutter but not with firebase, instead I used MQTT protocol (which is used mostly in IoT. Facebook already used it as chat protocol in their messenger app).The concept now support the basic features like messaging, group chat, presence, sending files, chat markers etc…I will be glad if you give it a chance and provide some feedback.Repo:https://github.com/WahidNasri/flutter-mqtt-chat-client
October 18, 2021 at 08:11AM by Coffee__2__Code
https://ift.tt/30vbJPX
MQTT Flutter chat client update
Hello everyone,In the last few days I posted about my POC about creating a chat application with flutter but not with firebase, instead I used MQTT protocol (which is used mostly in IoT. Facebook already used it as chat protocol in their messenger app).The concept now support the basic features like messaging, group chat, presence, sending files, chat markers etc…I will be glad if you give it a chance and provide some feedback.Repo:https://github.com/WahidNasri/flutter-mqtt-chat-client
October 18, 2021 at 08:11AM by Coffee__2__Code
https://ift.tt/30vbJPX
GitHub
GitHub - WahidNasri/flutter-mqtt-chat-client: A Chat app developed with Flutter, it uses MQTT protocol
A Chat app developed with Flutter, it uses MQTT protocol - WahidNasri/flutter-mqtt-chat-client
New post on /r/flutterdev subreddit:
Flutter Login & Register with Node JS Rest API
https://youtu.be/czed-wa21IU
October 18, 2021 at 08:08AM by SnippetCoder86
https://ift.tt/3aM8wgP
Flutter Login & Register with Node JS Rest API
https://youtu.be/czed-wa21IU
October 18, 2021 at 08:08AM by SnippetCoder86
https://ift.tt/3aM8wgP
YouTube
Flutter Login & Register with Node JS Rest API
In this video we will learn how to Integrate NodeJS Login and Register API in our Flutter application using JWT Token Authentication.
⏱TIMESTAMPS
00:00 - Introduction
01:09 - Flutter Packages
01:49 - UI Design
18:32 - Flutter Models
23:17 - API Service
26:29…
⏱TIMESTAMPS
00:00 - Introduction
01:09 - Flutter Packages
01:49 - UI Design
18:32 - Flutter Models
23:17 - API Service
26:29…
New post on /r/flutterdev subreddit:
I'm going through 1 widget everyday so follow along if u like. Currently on the 14th day :)
https://youtube.com/playlist?list=PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd
October 18, 2021 at 07:59AM by Heisenlife
https://ift.tt/3n20ciS
I'm going through 1 widget everyday so follow along if u like. Currently on the 14th day :)
https://youtube.com/playlist?list=PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd
October 18, 2021 at 07:59AM by Heisenlife
https://ift.tt/3n20ciS
YouTube
Widget of the Day • FLUTTER
Share your videos with friends, family, and the world
New post on /r/flutterdev subreddit:
5 Flutter Bottom Button Examples For Beginners
https://ift.tt/3DOiavY
October 18, 2021 at 07:25AM by athira_reddy
https://ift.tt/3G79ser
5 Flutter Bottom Button Examples For Beginners
https://ift.tt/3DOiavY
October 18, 2021 at 07:25AM by athira_reddy
https://ift.tt/3G79ser
New post on /r/flutterdev subreddit:
Learn every day: Flutter Bot that tweets daily about a random documentation page
https://twitter.com/WidgetsBot
October 18, 2021 at 11:18AM by Vanethos
https://ift.tt/3vkdKKe
Learn every day: Flutter Bot that tweets daily about a random documentation page
https://twitter.com/WidgetsBot
October 18, 2021 at 11:18AM by Vanethos
https://ift.tt/3vkdKKe
Twitter
Flutter Widget Bot (@WidgetsBot) | Twitter
The latest Tweets from Flutter Widget Bot (@WidgetsBot). 🤖 This bot tweets @FlutterDev Widgets 💙 | Created with ❤️ by @GonPalma
New post on /r/flutterdev subreddit:
Newsletter Flutter Croissants 🥐 #08 : Your Flutter app in a kiosk (Ubuntu Frame), what to take away from the itw with Chris Sells (Google), Intel publishes a Dart framework to test devices…
https://ift.tt/3C6ZhEh
October 18, 2021 at 01:57PM by g123k
https://ift.tt/3peyd2e
Newsletter Flutter Croissants 🥐 #08 : Your Flutter app in a kiosk (Ubuntu Frame), what to take away from the itw with Chris Sells (Google), Intel publishes a Dart framework to test devices…
https://ift.tt/3C6ZhEh
October 18, 2021 at 01:57PM by g123k
https://ift.tt/3peyd2e
Flutter-Croissants
Issue #08 (10/18/2021) - Flutter Croissants
Flutter Croissants #08: all Flutter in your mailbox!
New post on /r/flutterdev subreddit:
Can flutter handle a Go library/binary asset?
I recently discovered the beauty of Flutter and I'm keen to build my desktop app with it in the future. Previously I looked at Flutter as just another material UI (which I'm not a fan of, at all) app framework, but this video among other made me realise the great potential of Flutter, and particularly with my desktop app in mind. (Edit: and this site kinda blew my mind)As of now my app is weeks away from release, built with Tauri for those interested, so I won't switch to Flutter right now. The architecture is as follows: The frontend is written in the holy web-tech trinity (HTML CSS JS), and there is an important "backend" service written in Go. The communication consists of JSON through stdio pipe, bringing JSON to the frontend through events and event listeners.So if I were to build v2 of my app in Flutter, how would I integrate the Go binary with Flutter in the easiest and cleanest way? I know Flutter has C FFI, but Go is infamously slow with C FFI so I'd like to use another solution if possible. Thoughts?
October 18, 2021 at 01:33PM by asdfasdf666_
https://ift.tt/2Z5FrL1
Can flutter handle a Go library/binary asset?
I recently discovered the beauty of Flutter and I'm keen to build my desktop app with it in the future. Previously I looked at Flutter as just another material UI (which I'm not a fan of, at all) app framework, but this video among other made me realise the great potential of Flutter, and particularly with my desktop app in mind. (Edit: and this site kinda blew my mind)As of now my app is weeks away from release, built with Tauri for those interested, so I won't switch to Flutter right now. The architecture is as follows: The frontend is written in the holy web-tech trinity (HTML CSS JS), and there is an important "backend" service written in Go. The communication consists of JSON through stdio pipe, bringing JSON to the frontend through events and event listeners.So if I were to build v2 of my app in Flutter, how would I integrate the Go binary with Flutter in the easiest and cleanest way? I know Flutter has C FFI, but Go is infamously slow with C FFI so I'd like to use another solution if possible. Thoughts?
October 18, 2021 at 01:33PM by asdfasdf666_
https://ift.tt/2Z5FrL1
YouTube
Building a desktop design language with Flutter | Session
Learn how to build a custom widget set for desktop now that Flutter supports desktop applications. We walk you through the creation of a retro-styled Spinner widget that works on Windows, Linux, and MacOS.
Resources:
The Mahogany Staircase, Flutter's Layered…
Resources:
The Mahogany Staircase, Flutter's Layered…
New post on /r/flutterdev subreddit:
Flutter Amazon Clone
https://youtu.be/dw3IZn4UtPE
October 18, 2021 at 02:44PM by realappdev
https://ift.tt/3DXlANb
Flutter Amazon Clone
https://youtu.be/dw3IZn4UtPE
October 18, 2021 at 02:44PM by realappdev
https://ift.tt/3DXlANb
YouTube
1.Setting Accounts - Amazon Clone | Flutter Ecommerce App with Backend | Flutter Ecommerce App
Build amazon clone with Flutter and custom backend🔥 Lets build amazon app with Flutter and custom backend. In this video, I will be showcasing the Techstack and features of the amazon clone.
FOLLOW ME ON INSTAGRAM : https://www.instagram.com/abhishvek/
…
FOLLOW ME ON INSTAGRAM : https://www.instagram.com/abhishvek/
…
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 107 - Tutorials, videos, packages, and much more!
https://ift.tt/3lP6hj8
October 18, 2021 at 03:23PM by vensign
https://ift.tt/3C7docJ
Flutter Tap Weekly Newsletter Week 107 - Tutorials, videos, packages, and much more!
https://ift.tt/3lP6hj8
October 18, 2021 at 03:23PM by vensign
https://ift.tt/3C7docJ
Fluttertap
Newsletter Issue 107
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 107
New post on /r/flutterdev subreddit:
Flutter Missing Best Practices, Brand Error Widgets
https://ift.tt/3voTlDV
October 18, 2021 at 03:16PM by fredgrott
https://ift.tt/3BSNDN9
Flutter Missing Best Practices, Brand Error Widgets
https://ift.tt/3voTlDV
October 18, 2021 at 03:16PM by fredgrott
https://ift.tt/3BSNDN9
Medium
Flutter Missing Best Practices, Brand Error Widgets
We already know that the skeleton app is missing best practices by my article titled, Missing Flutter Best Practices
New post on /r/flutterdev subreddit:
Appwrite announces version 0.11 of its open-source Firebase alternative
Hey, this is Aditya, I'm a maintainer at Appwrite, an open-source Firebase replacement, and I’m extremely happy to share that Appwrite 0.11 has just been released with some interesting features, new SDKs and new and updated Cloud Functions!This release was also one where our open source contributors have outnumbered the maintainers! We've merged over 150 PRs from our contributors during Hacktoberfest, and still have over 450 PRs waiting to be merged! It’s been an exciting time for us and we’re really grateful to the entire community for their exceptional support.Appwrite 0.11 comes with a lot of new features including a brand new Client and Server SDKs, new Cloud Function runtimes and Cloud Function demos, lots of new translations along with bug fixes and improvements.If you haven't heard already, Appwrite is an open-source end-to-end BaaS that helps you build your Web, iOS, Android and Flutter apps much faster with a focus on simplicity, developer experience, privacy and security that you can self-host with a single Docker command.We'd love to get your feedback as we move on to v1.0 of Appwrite in the coming weeks. Community feedback has been one of the major driving forces for where the project is today.You can check out our latest release at: https://github.com/appwrite/appwrite
October 18, 2021 at 06:35PM by adityaoberai1
https://ift.tt/3DTaUPm
Appwrite announces version 0.11 of its open-source Firebase alternative
Hey, this is Aditya, I'm a maintainer at Appwrite, an open-source Firebase replacement, and I’m extremely happy to share that Appwrite 0.11 has just been released with some interesting features, new SDKs and new and updated Cloud Functions!This release was also one where our open source contributors have outnumbered the maintainers! We've merged over 150 PRs from our contributors during Hacktoberfest, and still have over 450 PRs waiting to be merged! It’s been an exciting time for us and we’re really grateful to the entire community for their exceptional support.Appwrite 0.11 comes with a lot of new features including a brand new Client and Server SDKs, new Cloud Function runtimes and Cloud Function demos, lots of new translations along with bug fixes and improvements.If you haven't heard already, Appwrite is an open-source end-to-end BaaS that helps you build your Web, iOS, Android and Flutter apps much faster with a focus on simplicity, developer experience, privacy and security that you can self-host with a single Docker command.We'd love to get your feedback as we move on to v1.0 of Appwrite in the coming weeks. Community feedback has been one of the major driving forces for where the project is today.You can check out our latest release at: https://github.com/appwrite/appwrite
October 18, 2021 at 06:35PM by adityaoberai1
https://ift.tt/3DTaUPm
appwrite.io
Appwrite - Build like a team of hundreds
Appwrite is an open-source platform for building applications at any scale, using your preferred programming languages and tools.
New post on /r/flutterdev subreddit:
Why does Google support Flutter for free?
I understand that some internal Google teams use Flutter, but why would they make it open source?I'm sure it takes a lot of effort to keep Flutter working on 6 changing platforms, and even more to develop so many widgets and packages?Why do they do it? Out of the kindness of their hearts? So there's already apps working for Fuschia when it releases?
October 18, 2021 at 07:17PM by Adam0410
https://ift.tt/3nmqlcv
Why does Google support Flutter for free?
I understand that some internal Google teams use Flutter, but why would they make it open source?I'm sure it takes a lot of effort to keep Flutter working on 6 changing platforms, and even more to develop so many widgets and packages?Why do they do it? Out of the kindness of their hearts? So there's already apps working for Fuschia when it releases?
October 18, 2021 at 07:17PM by Adam0410
https://ift.tt/3nmqlcv
New post on /r/flutterdev subreddit:
null_safety_percentage | Command-line tool to provide null-safety percentage info of a project.
https://ift.tt/3vjzDt4
October 18, 2021 at 10:40PM by serial_dev
https://ift.tt/2XudVq0
null_safety_percentage | Command-line tool to provide null-safety percentage info of a project.
https://ift.tt/3vjzDt4
October 18, 2021 at 10:40PM by serial_dev
https://ift.tt/2XudVq0
New post on /r/flutterdev subreddit:
#AnimatedList in #Flutter allows you to #animate #insertions and #deletions to your otherwise boring #lists 🤠All of this is made possible with a global key that manages the insertions and deletions.
https://ift.tt/2XoqjYn
October 19, 2021 at 07:07AM by VandadNahavandipoor
https://ift.tt/2YZSE82
#AnimatedList in #Flutter allows you to #animate #insertions and #deletions to your otherwise boring #lists 🤠All of this is made possible with a global key that manages the insertions and deletions.
https://ift.tt/2XoqjYn
October 19, 2021 at 07:07AM by VandadNahavandipoor
https://ift.tt/2YZSE82