New post on /r/flutterdev subreddit:
Dart Vs Kotlin: Which One Is Best for Your App in 2021?
https://ift.tt/3zzZaPc
September 22, 2021 at 12:59PM by excellentwebworldaus
https://ift.tt/3AxkTZz
Dart Vs Kotlin: Which One Is Best for Your App in 2021?
https://ift.tt/3zzZaPc
September 22, 2021 at 12:59PM by excellentwebworldaus
https://ift.tt/3AxkTZz
reddit
Dart Vs Kotlin: Which One Is Best for Your App in 2021?
Having a problem with your Flutter code? Ask here!.
New post on /r/flutterdev subreddit:
Mastering Code Metrics Feedback
https://ift.tt/39oTkFX
September 22, 2021 at 12:27PM by fredgrott
https://ift.tt/2XA8CF2
Mastering Code Metrics Feedback
https://ift.tt/39oTkFX
September 22, 2021 at 12:27PM by fredgrott
https://ift.tt/2XA8CF2
Medium
Mastering Code Metrics Feedback
In Visual App Design, we have grids breakpoints and measuring color contrast to fine tune the visual design of an application. On the code…
New post on /r/flutterdev subreddit:
Flutter MQTT chat client updates
Hello everybody, Few days ago I posted my work about a Flutter chat client using MQTT protocol (not firebase yay lol). Thank you for your nice words and your interest. The work is still in progress and every feedback will be extremely helpful. The app now supports invitation of new users to start a new chat, and the user also can display all media messages (images, video is progress).If you have any hints or you even want to contribute that would be awesome.Check the github Repo here
September 22, 2021 at 01:35PM by Coffee__2__Code
https://ift.tt/2ZcbnNy
Flutter MQTT chat client updates
Hello everybody, Few days ago I posted my work about a Flutter chat client using MQTT protocol (not firebase yay lol). Thank you for your nice words and your interest. The work is still in progress and every feedback will be extremely helpful. The app now supports invitation of new users to start a new chat, and the user also can display all media messages (images, video is progress).If you have any hints or you even want to contribute that would be awesome.Check the github Repo here
September 22, 2021 at 01:35PM by Coffee__2__Code
https://ift.tt/2ZcbnNy
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:
Quick confession
I work as a flutter developer. It's my first programming job (and first job in general) and I have pushed some awful, horrible, (w)hacky code. I feel so bad for whoever might have to fix the bugs in that code and I feel even worse, because I know that someone is going to be me. Just right now I almost had no better idea than to use a random Future.delayed to fix synchronization issues. I'm happy that I found a better solution using Completer().Flair is "example" because I make a bad example
September 22, 2021 at 01:27PM by amblified
https://ift.tt/2ZnpEao
Quick confession
I work as a flutter developer. It's my first programming job (and first job in general) and I have pushed some awful, horrible, (w)hacky code. I feel so bad for whoever might have to fix the bugs in that code and I feel even worse, because I know that someone is going to be me. Just right now I almost had no better idea than to use a random Future.delayed to fix synchronization issues. I'm happy that I found a better solution using Completer().Flair is "example" because I make a bad example
September 22, 2021 at 01:27PM by amblified
https://ift.tt/2ZnpEao
reddit
Quick confession
I work as a flutter developer. It's my first programming job (and first job in general) and I have pushed some awful, horrible, (w)hacky code. I...
New post on /r/flutterdev subreddit:
One Page Scrolling library for FlutterWeb. OPScroll
Hello everyone,I created my first Flutter WEB library which named OPScroll. OPScroll is a simple and easy to use web scrolling library that creates OnePage sites for Flutter Web Developers! Make a beautiful and smooth landing pages with OPScroll with in minutes.You can try with pub :https://pub.dev/packages/opscroll_webAlso try in Live Demo
September 22, 2021 at 02:37PM by Timely_Explanation20
https://ift.tt/2XxqfFv
One Page Scrolling library for FlutterWeb. OPScroll
Hello everyone,I created my first Flutter WEB library which named OPScroll. OPScroll is a simple and easy to use web scrolling library that creates OnePage sites for Flutter Web Developers! Make a beautiful and smooth landing pages with OPScroll with in minutes.You can try with pub :https://pub.dev/packages/opscroll_webAlso try in Live Demo
September 22, 2021 at 02:37PM by Timely_Explanation20
https://ift.tt/2XxqfFv
Dart packages
opscroll_web | Flutter package
A library that provides create One-Page Scrolling for Flutter Web. Creating easy and fast one-page landing pages, also provide other scrolling animations like Fade&Drop&Water.
New post on /r/flutterdev subreddit:
[FIX] mac os 12 beta6 Unable to start Android Studio (also on M1)
Hi! After wasted time on this issue on macOS Monterey, I got a Solution.
You can see all details about that on the link bellow:
it contains:
- Java Monterey issue;
- IDEA VMOptions
- Solution
- Android Docs (for details)
- other tool that could be usefulhttps://github.com/allansrc/fdev_siliconMain thread about it on : https://www.reddit.com/r/MacOSBeta/comments/pfe170/macos_monterey_public_beta_6_now_available/hb7tu78/?context=3
September 22, 2021 at 03:50PM by AllanSRCX
https://ift.tt/3kvUFAX
[FIX] mac os 12 beta6 Unable to start Android Studio (also on M1)
Hi! After wasted time on this issue on macOS Monterey, I got a Solution.
You can see all details about that on the link bellow:
it contains:
- Java Monterey issue;
- IDEA VMOptions
- Solution
- Android Docs (for details)
- other tool that could be usefulhttps://github.com/allansrc/fdev_siliconMain thread about it on : https://www.reddit.com/r/MacOSBeta/comments/pfe170/macos_monterey_public_beta_6_now_available/hb7tu78/?context=3
September 22, 2021 at 03:50PM by AllanSRCX
https://ift.tt/3kvUFAX
GitHub
GitHub - allansrc/fdev_silicon: An easy way to setup your Flutter development environment on M1 macs (And also on other platforms).…
An easy way to setup your Flutter development environment on M1 macs (And also on other platforms). ;) - GitHub - allansrc/fdev_silicon: An easy way to setup your Flutter development environment o...
New post on /r/flutterdev subreddit:
What's the best way to create a responsive app for all screensizes in Flutter?
I just want to know how to make an app responsible for all mobile screensizes. How did you all achieve that?I had found something:MediaQueryhttps://medium.com/flutter-community/flutter-effectively-scale-ui-according-to-different-screen-sizes-2cb7c115ea0asizer plugin or any other?What are you using?
September 22, 2021 at 03:36PM by Immediate_Entry_3626
https://ift.tt/3zxEd7q
What's the best way to create a responsive app for all screensizes in Flutter?
I just want to know how to make an app responsible for all mobile screensizes. How did you all achieve that?I had found something:MediaQueryhttps://medium.com/flutter-community/flutter-effectively-scale-ui-according-to-different-screen-sizes-2cb7c115ea0asizer plugin or any other?What are you using?
September 22, 2021 at 03:36PM by Immediate_Entry_3626
https://ift.tt/3zxEd7q
Medium
Flutter — Effectively scale UI according to different screen sizes
What is Flutter?
New post on /r/flutterdev subreddit:
Humpday Q&A/AMA :: Functional Dart? :: 22nd Sept 2021
https://youtube.com/watch?v=zkq8XYLm53Y&feature=share
September 22, 2021 at 06:02PM by Pixelreddit
https://ift.tt/3u0TlJs
Humpday Q&A/AMA :: Functional Dart? :: 22nd Sept 2021
https://youtube.com/watch?v=zkq8XYLm53Y&feature=share
September 22, 2021 at 06:02PM by Pixelreddit
https://ift.tt/3u0TlJs
YouTube
Humpday Q&A/AMA :: FPDart, Dart Language Funnel with Kevin Moore :: 22nd Sept 2021
Today we're discussing functional programming, the Dart language langauge and recent features added and upcoming in Dart Language.
Follow us on Twitter:
* Simon Lightfoot @devangelslondon
* Randal Schwartz @RandalSchwartz
* Rafal Wachol @RafalWachol…
Follow us on Twitter:
* Simon Lightfoot @devangelslondon
* Randal Schwartz @RandalSchwartz
* Rafal Wachol @RafalWachol…
New post on /r/flutterdev subreddit:
Flutter - Let's Perform CRUD operation on Cloud Firestore-3 (Edit/Update) || Firebase || #12
https://youtu.be/GnMMybRPPxE
September 22, 2021 at 06:00PM by devstack06
https://ift.tt/3EHw30h
Flutter - Let's Perform CRUD operation on Cloud Firestore-3 (Edit/Update) || Firebase || #12
https://youtu.be/GnMMybRPPxE
September 22, 2021 at 06:00PM by devstack06
https://ift.tt/3EHw30h
YouTube
Flutter - Let's Perform CRUD operation on Cloud Firestore-3 (Edit/Update) || Firebase || #12
In this video we are going to work on the Update functionality. Now we can update/edit the todo.
🤩 Last Video : https://youtu.be/qzP0siB9t-U
🤩 GitHub Repo (Do give star) : https://github.com/DevStack06/Flutter-Firebase-TodoApp
🔥🔥 Flutter Chat App : h…
🤩 Last Video : https://youtu.be/qzP0siB9t-U
🤩 GitHub Repo (Do give star) : https://github.com/DevStack06/Flutter-Firebase-TodoApp
🔥🔥 Flutter Chat App : h…
New post on /r/flutterdev subreddit:
Easy guide to understand BLoC state management in Flutter - FlutterBeads Blog
https://ift.tt/2XB5tEY
September 22, 2021 at 05:31PM by pinkeshdarji
https://ift.tt/3zwSqSj
Easy guide to understand BLoC state management in Flutter - FlutterBeads Blog
https://ift.tt/2XB5tEY
September 22, 2021 at 05:31PM by pinkeshdarji
https://ift.tt/3zwSqSj
FlutterBeads
Easy guide to understand BLoC state management
Business logic components (BLoC) allow you to separate the business logic from the UI. Writing code in BLoC makes it easier to write and reuse tests.
New post on /r/flutterdev subreddit:
Which state management should i learn? Riverpod or Bloc.
Hey guys, I want to use/learn different State management other than GetX. I was planning to learn Riverpod but i found that its maintenance is lower during this year. So i m confused here. Please give me suggestions, i want to learn. Thank you
September 22, 2021 at 07:54PM by azajit
https://ift.tt/3lPi8N1
Which state management should i learn? Riverpod or Bloc.
Hey guys, I want to use/learn different State management other than GetX. I was planning to learn Riverpod but i found that its maintenance is lower during this year. So i m confused here. Please give me suggestions, i want to learn. Thank you
September 22, 2021 at 07:54PM by azajit
https://ift.tt/3lPi8N1
reddit
Which state management should i learn? Riverpod or Bloc.
Hey guys, I want to use/learn different State management other than GetX. I was planning to learn Riverpod but i found that its maintenance is...
New post on /r/flutterdev subreddit:
Flutter UI Food Delivery App Tutorial | App from Scratch Part 1
https://youtu.be/CBiXxOQSK5o
September 23, 2021 at 01:26AM by Confident-Basket-896
https://ift.tt/3CEmzBa
Flutter UI Food Delivery App Tutorial | App from Scratch Part 1
https://youtu.be/CBiXxOQSK5o
September 23, 2021 at 01:26AM by Confident-Basket-896
https://ift.tt/3CEmzBa
YouTube
Flutter UI Food Delivery App Tutorial | App from Scratch Part 1
Welcome to my #Flutter #UI from Scratch tutorial series. In this video, we will build the food delivery app UI and you will learn how to build this complex flutter app from the scratch.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part 2 of…
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part 2 of…
New post on /r/flutterdev subreddit:
What's a Reasonable Hourly Rate to Charge a Customer?
I have someone who wants me to build an app for them. I am considering doing an hourly contract. Here are some relevant details:Bachelor's in Computer ScienceTwo years of professional software developmentBuilt 4 apps with flutterReleased 1 app to iOS and Android with 25k+ downloads (called Writer's Companion)Based in the USAWhat's a reasonable rate for me to charge? Maybe two numbers would be helpful, a high end and low end (in your opinion).
September 23, 2021 at 01:14AM by TheRedPanda17
https://ift.tt/3zJDxwd
What's a Reasonable Hourly Rate to Charge a Customer?
I have someone who wants me to build an app for them. I am considering doing an hourly contract. Here are some relevant details:Bachelor's in Computer ScienceTwo years of professional software developmentBuilt 4 apps with flutterReleased 1 app to iOS and Android with 25k+ downloads (called Writer's Companion)Based in the USAWhat's a reasonable rate for me to charge? Maybe two numbers would be helpful, a high end and low end (in your opinion).
September 23, 2021 at 01:14AM by TheRedPanda17
https://ift.tt/3zJDxwd
reddit
What's a Reasonable Hourly Rate to Charge a Customer?
I have someone who wants me to build an app for them. I am considering doing an hourly contract. Here are some relevant details: 1. Bachelor's in...
New post on /r/flutterdev subreddit:
State management in Flutter using the BLoC design pattern - FlutterBeads
https://ift.tt/2XB5tEY
September 23, 2021 at 05:47AM by pinkeshdarji
https://ift.tt/3Azbe4x
State management in Flutter using the BLoC design pattern - FlutterBeads
https://ift.tt/2XB5tEY
September 23, 2021 at 05:47AM by pinkeshdarji
https://ift.tt/3Azbe4x
FlutterBeads
Easy guide to understand BLoC state management
Business logic components (BLoC) allow you to separate the business logic from the UI. Writing code in BLoC makes it easier to write and reuse tests.
New post on /r/flutterdev subreddit:
Using Appwrite with Flutter: A tutorial with examples
https://ift.tt/3hUa38q
September 23, 2021 at 06:20AM by eldadfux
https://ift.tt/3CA2Lij
Using Appwrite with Flutter: A tutorial with examples
https://ift.tt/3hUa38q
September 23, 2021 at 06:20AM by eldadfux
https://ift.tt/3CA2Lij
LogRocket Blog
Using Appwrite with Flutter: A tutorial with examples - LogRocket Blog
Learn how to integrate Appwrite into a Flutter app with this detailed look at using various Appwrite services.
New post on /r/flutterdev subreddit:
Integrating Facebook Audience Network With Mediation as AdMob
Hello Guys,I have one question.Right now, in my Android application, I have integrated Facebook Audience Network with a bidding setup. As per your instructions, we need to add a mediation ad partner in order to run advertisements correctly.Right now, my placement id in my application is Facebook Audience Network IDs(Banner Ads and Interstitial Ads). Let's say I am integrating AdMob as mediation then do I need to add Facebook Audience Ids or Google AdMob ids in my android application or do I need to add both networks (Facebook and Google AdMob) ids in my Android application?
September 23, 2021 at 11:29AM by cr77_77
https://ift.tt/3CC6njM
Integrating Facebook Audience Network With Mediation as AdMob
Hello Guys,I have one question.Right now, in my Android application, I have integrated Facebook Audience Network with a bidding setup. As per your instructions, we need to add a mediation ad partner in order to run advertisements correctly.Right now, my placement id in my application is Facebook Audience Network IDs(Banner Ads and Interstitial Ads). Let's say I am integrating AdMob as mediation then do I need to add Facebook Audience Ids or Google AdMob ids in my android application or do I need to add both networks (Facebook and Google AdMob) ids in my Android application?
September 23, 2021 at 11:29AM by cr77_77
https://ift.tt/3CC6njM
reddit
Integrating Facebook Audience Network With Mediation as AdMob
Hello Guys, I have one question. Right now, in my Android application, I have integrated Facebook Audience Network with a bidding setup. As...
New post on /r/flutterdev subreddit:
Flutter: What’s next on the Web?
https://ift.tt/3lNG3wd
September 23, 2021 at 02:35PM by thatsend
https://ift.tt/3zzkAMC
Flutter: What’s next on the Web?
https://ift.tt/3lNG3wd
September 23, 2021 at 02:35PM by thatsend
https://ift.tt/3zzkAMC
Medium
Flutter: What’s next on the Web?
Our priorities for upcoming releases, focusing on performance, developer experience and web integration
New post on /r/flutterdev subreddit:
Flexible widgets in Flutter
https://nivedita.tech/flutter-basics-flexible-widgetsHere's my article which explains flexible, expanded and spacer with visual representation.Looking forward to feedback/comments. Cheers 🍻
September 23, 2021 at 02:25PM by nivid1988
https://ift.tt/39u2pxd
Flexible widgets in Flutter
https://nivedita.tech/flutter-basics-flexible-widgetsHere's my article which explains flexible, expanded and spacer with visual representation.Looking forward to feedback/comments. Cheers 🍻
September 23, 2021 at 02:25PM by nivid1988
https://ift.tt/39u2pxd
New post on /r/flutterdev subreddit:
flutter_local_notification example with daily, weekly, monthly notification
https://github.com/nivdatta/local_notification_exampleI followed the tutorial by Johannes Milke on Youtube and uploaded the above working code for local notifications.This is the first time I am sharing my code on github, feedback is appreciated 🙌Find me on Twitter https://twitter.com/nivdatta88
September 23, 2021 at 02:16PM by nivid1988
https://ift.tt/3nY1cqn
flutter_local_notification example with daily, weekly, monthly notification
https://github.com/nivdatta/local_notification_exampleI followed the tutorial by Johannes Milke on Youtube and uploaded the above working code for local notifications.This is the first time I am sharing my code on github, feedback is appreciated 🙌Find me on Twitter https://twitter.com/nivdatta88
September 23, 2021 at 02:16PM by nivid1988
https://ift.tt/3nY1cqn
GitHub
GitHub - nivdatta/local_notification_example: Working example for local_flutter_notification package in Flutter. Includes setting…
Working example for local_flutter_notification package in Flutter. Includes setting notification at custom time, daily, weekly. - GitHub - nivdatta/local_notification_example: Working example for l...
New post on /r/flutterdev subreddit:
Flutter Improved Scrolling, Choice Widgets & Co. - 36 - PUB.DEV RELEASES
https://youtube.com/watch?v=ckL8GscqwDU&feature=share
September 23, 2021 at 03:46PM by syntacops
https://ift.tt/3zuBZWE
Flutter Improved Scrolling, Choice Widgets & Co. - 36 - PUB.DEV RELEASES
https://youtube.com/watch?v=ckL8GscqwDU&feature=share
September 23, 2021 at 03:46PM by syntacops
https://ift.tt/3zuBZWE
YouTube
Flutter Improved Scrolling, Choice Widgets & Co. - 36 - PUB.DEV RELEASES
Week 36 brings a flutter improved scrolling package to ensure a better scrolling experience for the users of your apps. On top of that we also get a bunch of choice widgets and functionalities to simplify your work. #flutter #improved #scrolling
📺 FULL PLAYLIST:…
📺 FULL PLAYLIST:…
New post on /r/flutterdev subreddit:
What pain points did you experience with i18n and flutter?
Hi everyone,I developed a flutter app which I had to i18n (translate). I used the excellent package from Glasberg. But I observed quickly that managing translations as Jsons (or Map's in Dart's case) is error-prone and tedious. I had the same problems when I developed a web app (aka it's not Flutter specific). Fast forward some weeks and some fellow students and I want to streamline the internationalization of apps experience as part of a course for uni. We need your feedback to know what we should build.1. Which pain points do you, or did you, experience with i18n and flutter?The current proof of concept tackles (definitely needs refinement): 1. missing translations 2. managing translations. But there are surely more pain points.2. We have a proof of concept which commits translations from a dashboard to the source code. The video shows NextJS (React) but could easily be adapted to Flutter. Would that be interesting for the Flutter community?If yes, why? If no, why not?Here is a 3-minute demo video of the proof of concept:https://www.youtube.com/watch?v=mivXTx-cpcMThe corresponding GitHub repository for the project https://github.com/samuelstroschein/inlang
September 23, 2021 at 03:24PM by samuelstroschein
https://ift.tt/3hZUQD6
What pain points did you experience with i18n and flutter?
Hi everyone,I developed a flutter app which I had to i18n (translate). I used the excellent package from Glasberg. But I observed quickly that managing translations as Jsons (or Map's in Dart's case) is error-prone and tedious. I had the same problems when I developed a web app (aka it's not Flutter specific). Fast forward some weeks and some fellow students and I want to streamline the internationalization of apps experience as part of a course for uni. We need your feedback to know what we should build.1. Which pain points do you, or did you, experience with i18n and flutter?The current proof of concept tackles (definitely needs refinement): 1. missing translations 2. managing translations. But there are surely more pain points.2. We have a proof of concept which commits translations from a dashboard to the source code. The video shows NextJS (React) but could easily be adapted to Flutter. Would that be interesting for the Flutter community?If yes, why? If no, why not?Here is a 3-minute demo video of the proof of concept:https://www.youtube.com/watch?v=mivXTx-cpcMThe corresponding GitHub repository for the project https://github.com/samuelstroschein/inlang
September 23, 2021 at 03:24PM by samuelstroschein
https://ift.tt/3hZUQD6
Dart packages
i18n_extension | Flutter package
Translation and Internationalization (i18n) for Flutter. Easy to use for both large and small projects. Uses Dart extensions to reduce boilerplate.