New post on /r/flutterdev subreddit:
Contributing to CC Extractor (Flutter Project) for Google Summer of Code
https://youtu.be/QcEXDuQvu_0
December 16, 2021 at 10:37AM by adityathakurxd
https://ift.tt/3dXPG84
Contributing to CC Extractor (Flutter Project) for Google Summer of Code
https://youtu.be/QcEXDuQvu_0
December 16, 2021 at 10:37AM by adityathakurxd
https://ift.tt/3dXPG84
YouTube
Flutter projects to contribute to in GSOC | How to get started?
If you're a student in tech, you'd have possibly wondered, 'How can I participate in the Google Summer of Code?', which is a global online program to encourage open-source software development.
In this session, I have with me Pratik Baid, who was part of…
In this session, I have with me Pratik Baid, who was part of…
New post on /r/flutterdev subreddit:
Learning curve of Flutter/Native-Ios and Swift/Dart. And Documentation for both
Hello All, This is my first time posting to Reddit. So apologies if I am breaking any rules.I recently enrolled in Angela’s ios course and have completed about 35% of it. I am really liking it and learning a lot. But the problem is ios documentation is so referenced based rather than example based unlike in flutter or Android, which makes me think that it will be difficult once I start coding on my own to turn references documentation into actual code.I read flutter and dart documentation and I must say they are superior to ios and provides much more depth and examples making it easier for starters.I tried leaning flutter for few days and only thing I found hard to pick up is the widget style layout system. But even SwiftUI and jet pack compose will soon adopt this as well, and than I will be forced to adopt it instead or UIKit.I am not in rush of finding job. I just want to learn better and future proof technology.Can anyone tell if learning flutter/dart instead of native will be an advantage in coming future? I am of course aware about some use of native stuff in flutter.I plan on mostly bringing my ideas to life which are not graphic intensive and some free lancingPlease share your suggestions.
December 16, 2021 at 10:23AM by ptlsajan10
https://ift.tt/3oZcWJd
Learning curve of Flutter/Native-Ios and Swift/Dart. And Documentation for both
Hello All, This is my first time posting to Reddit. So apologies if I am breaking any rules.I recently enrolled in Angela’s ios course and have completed about 35% of it. I am really liking it and learning a lot. But the problem is ios documentation is so referenced based rather than example based unlike in flutter or Android, which makes me think that it will be difficult once I start coding on my own to turn references documentation into actual code.I read flutter and dart documentation and I must say they are superior to ios and provides much more depth and examples making it easier for starters.I tried leaning flutter for few days and only thing I found hard to pick up is the widget style layout system. But even SwiftUI and jet pack compose will soon adopt this as well, and than I will be forced to adopt it instead or UIKit.I am not in rush of finding job. I just want to learn better and future proof technology.Can anyone tell if learning flutter/dart instead of native will be an advantage in coming future? I am of course aware about some use of native stuff in flutter.I plan on mostly bringing my ideas to life which are not graphic intensive and some free lancingPlease share your suggestions.
December 16, 2021 at 10:23AM by ptlsajan10
https://ift.tt/3oZcWJd
reddit
Learning curve of Flutter/Native-Ios and Swift/Dart. And...
Hello All, This is my first time posting to Reddit. So apologies if I am breaking any rules. I recently enrolled in Angela’s ios course and have...
New post on /r/flutterdev subreddit:
Enforcing Clean Architecture to my imports
I'm looking for a way to enforce the clean architecture pattern to my project imports.My code is splitted like so on the root folder:core/domain/data/app/ (presentation layer)main.dartI would like to implement an analysis rule preventing any import from
My
I'm thinking of implementing something on my CI or make a VSCode extension to check imports.
December 16, 2021 at 12:04PM by DuckNorris44
https://ift.tt/3yyMQ2J
Enforcing Clean Architecture to my imports
I'm looking for a way to enforce the clean architecture pattern to my project imports.My code is splitted like so on the root folder:core/domain/data/app/ (presentation layer)main.dartI would like to implement an analysis rule preventing any import from
data
or app
in my domain
layer.My
data
layer should also not be able to import anything from the app
folder.I don't think there is a way to do so using the dart static analyser rules.What would you suggest ?I'm thinking of implementing something on my CI or make a VSCode extension to check imports.
December 16, 2021 at 12:04PM by DuckNorris44
https://ift.tt/3yyMQ2J
reddit
Enforcing Clean Architecture to my imports
I'm looking for a way to enforce the clean architecture pattern to my project imports. My code is splitted like so on the root folder: * core/ *...
New post on /r/flutterdev subreddit:
Use M1 Mac as Simulator
Is it possible to use my M1 Mac for debugging iOS Apps that are written in Flutter instead of using the normal iOS Simulator? The exported Flutter iOS App also works on my Mac
December 16, 2021 at 12:25PM by Robin3941477335
https://ift.tt/33zMMVf
Use M1 Mac as Simulator
Is it possible to use my M1 Mac for debugging iOS Apps that are written in Flutter instead of using the normal iOS Simulator? The exported Flutter iOS App also works on my Mac
December 16, 2021 at 12:25PM by Robin3941477335
https://ift.tt/33zMMVf
reddit
Use M1 Mac as Simulator
Is it possible to use my M1 Mac for debugging iOS Apps that are written in Flutter instead of using the normal iOS Simulator? The exported Flutter...
New post on /r/flutterdev subreddit:
Google Play Data Safety Section
Recently, I was working on an app that had Google AdMob SDK integrated into it. While publishing the app on Google Play Store, I came across the Data Safety Section on the console. It asks for developers to declare the data types the app, or any 3rd-party SDK collects from the user. For my app I was easily able to create a list of data points I was collecting, however, for Google AdMob, there is literally no particular location to get that information.Frustrated by the endless search, multiple blogs, and long documentations, I finally decided to create an open-source knowledge bank to host all of that information. Compiling all the research I, along with my fellow developer colleagues, have hosted a GitHub repository containing all the information that we have been using constantly. It makes it so much easier even when a small community of 3-4 developers can create such a useful resource, saving our effort and time.https://github.com/Privado-Inc/SDK-Privacy-ReportI hope this might be helpful to numerous other app developers and will keep updating the list as we work on other SDKs. Feel free to provide valuable feedback, and contribute to the list so that others can benefit from the open-source community.
December 16, 2021 at 01:29PM by Flashy-Chicken2407
https://ift.tt/3F2BUNs
Google Play Data Safety Section
Recently, I was working on an app that had Google AdMob SDK integrated into it. While publishing the app on Google Play Store, I came across the Data Safety Section on the console. It asks for developers to declare the data types the app, or any 3rd-party SDK collects from the user. For my app I was easily able to create a list of data points I was collecting, however, for Google AdMob, there is literally no particular location to get that information.Frustrated by the endless search, multiple blogs, and long documentations, I finally decided to create an open-source knowledge bank to host all of that information. Compiling all the research I, along with my fellow developer colleagues, have hosted a GitHub repository containing all the information that we have been using constantly. It makes it so much easier even when a small community of 3-4 developers can create such a useful resource, saving our effort and time.https://github.com/Privado-Inc/SDK-Privacy-ReportI hope this might be helpful to numerous other app developers and will keep updating the list as we work on other SDKs. Feel free to provide valuable feedback, and contribute to the list so that others can benefit from the open-source community.
December 16, 2021 at 01:29PM by Flashy-Chicken2407
https://ift.tt/3F2BUNs
GitHub
GitHub - Privado-Inc/SDK-Privacy-Report: Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure.
Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure. - Privado-Inc/SDK-Privacy-Report
New post on /r/flutterdev subreddit:
With 2.8 published, how close is Flutter Web to production-ready now?
2.8 is published recently and I heard there are great boosts. So I'm wondering if Flutter is getting ready for production?- For web app?- For Site?
December 16, 2021 at 03:14PM by juuyan
https://ift.tt/3GRw5TI
With 2.8 published, how close is Flutter Web to production-ready now?
2.8 is published recently and I heard there are great boosts. So I'm wondering if Flutter is getting ready for production?- For web app?- For Site?
December 16, 2021 at 03:14PM by juuyan
https://ift.tt/3GRw5TI
Reddit
r/FlutterDev on Reddit: With 2.8 published, how close is Flutter Web to production-ready now?
Posted by u/juuyan - 40 votes and 50 comments
New post on /r/flutterdev subreddit:
How to get excel file object efficiently in flutter 2.8?
I'm using excel 2.0.0-null-safety-3 in my project.To get excel object,
December 16, 2021 at 02:49PM by AbhisekPatil
https://ift.tt/30xUuhx
How to get excel file object efficiently in flutter 2.8?
I'm using excel 2.0.0-null-safety-3 in my project.To get excel object,
var bytes = File('filePath').readAsBytesSync(); Excel excel = Excel.decodeBytes(bytes);Now, if user selects very large file, decodeBytes or readAsBytesSync takes longer than usual.I've put decodeBytes in compute() function to use ISOLATE.
Excel excel = await compute(Excel.decodeBytes, bytes);When it returns the excel object, the UI gets stuck for 3-4 seconds. I don't know why !! ( File size was ~600 KB & rows were ~15k)What am I doing wrong? OR How can I improve my code?
December 16, 2021 at 02:49PM by AbhisekPatil
https://ift.tt/30xUuhx
Dart packages
excel 2.0.0-null-safety-3 | Dart Package
A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.
New post on /r/flutterdev subreddit:
Flutter Dropdown List, FlutterFire CLI & Co. - 48 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=hIHlU72OlIU
December 16, 2021 at 05:51PM by syntacops
https://ift.tt/31WpuZl
Flutter Dropdown List, FlutterFire CLI & Co. - 48 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=hIHlU72OlIU
December 16, 2021 at 05:51PM by syntacops
https://ift.tt/31WpuZl
YouTube
Flutter Dropdown List, FlutterFire CLI & Co. - 48 - PUB.DEV RELEASES
Week 48 brings multiple flutter dropdown list packages. On top of that we also get a CLI program for FlutterFire, multiple choice widgets and more. #flutter #dropdown #list
📺 FULL PLAYLIST: http://releases.syntacops.com
🔙 PREVIOUS EPISODE: https://www.…
📺 FULL PLAYLIST: http://releases.syntacops.com
🔙 PREVIOUS EPISODE: https://www.…
New tweet from FlutterDev:
🦋 Chapter 11: Pop Quiz! The best HTTP status code to receive in a response is... #flutterapprentice— Flutter (@FlutterDev) Dec 16, 2021
December 16, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1471525659818164228
🦋 Chapter 11: Pop Quiz! The best HTTP status code to receive in a response is... #flutterapprentice— Flutter (@FlutterDev) Dec 16, 2021
December 16, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1471525659818164228
Twitter
Flutter
🦋 Chapter 11: Pop Quiz! The best HTTP status code to receive in a response is... #flutterapprentice
New post on /r/flutterdev subreddit:
Flutter MVVM and Clean Architecture Series
Hi all, I’m writing a series to cover more in depth MVVM, state management, dependency injection, multi-package, while applying concepts of Clean Architecture.There are three articles written. This is the first one: https://cassiuspacheco.com/flutter-mvvm-and-clean-architecture-part-1-setup-ckvxo2f6q021rz2s1825l8bf1
December 16, 2021 at 09:53PM by casspach
https://ift.tt/30yCy6p
Flutter MVVM and Clean Architecture Series
Hi all, I’m writing a series to cover more in depth MVVM, state management, dependency injection, multi-package, while applying concepts of Clean Architecture.There are three articles written. This is the first one: https://cassiuspacheco.com/flutter-mvvm-and-clean-architecture-part-1-setup-ckvxo2f6q021rz2s1825l8bf1
December 16, 2021 at 09:53PM by casspach
https://ift.tt/30yCy6p
Cassius Pacheco
Flutter MVVM and Clean Architecture
I've written in the past an example of an iOS app, using The Clean Architecture and MVVM, which is a solution that has worked very well for me and my teams in the past years.
I'm going to share as a series of posts how easy and clean it can be scali...
I'm going to share as a series of posts how easy and clean it can be scali...
New post on /r/flutterdev subreddit:
Flutter MVVM and Clean Architecture Series (dependency injection, multi-package structure, etc) - Three posts written
https://ift.tt/3sd5NqQ
December 16, 2021 at 11:22PM by casspach
https://ift.tt/3yy4oMA
Flutter MVVM and Clean Architecture Series (dependency injection, multi-package structure, etc) - Three posts written
https://ift.tt/3sd5NqQ
December 16, 2021 at 11:22PM by casspach
https://ift.tt/3yy4oMA
Cassius Pacheco
Flutter MVVM and Clean Architecture
I've written in the past an example of an iOS app, using The Clean Architecture and MVVM, which is a solution that has worked very well for me and my teams in the past years.
I'm going to share as a series of posts how easy and clean it can be scali...
I'm going to share as a series of posts how easy and clean it can be scali...
New post on /r/flutterdev subreddit:
Flutter Getx State Management Step By Step | GetBuilder | Obx | Dependen...
https://youtube.com/watch?v=uki8BS7xEug&feature=share
December 17, 2021 at 11:18AM by DBestech
https://ift.tt/3e0cRyQ
Flutter Getx State Management Step By Step | GetBuilder | Obx | Dependen...
https://youtube.com/watch?v=uki8BS7xEug&feature=share
December 17, 2021 at 11:18AM by DBestech
https://ift.tt/3e0cRyQ
YouTube
Flutter Getx State Management Tutorial | GetBuilder | Obx | Update | Dependency Injection | Routing
You will learn about flutter Getx State Management. We will cover GetBuilder, Obx and Dependency Injection. We will also cover the difference between GetBuilder and Obx. We will also learn how to inject controller. Injecting controllers many different ways.…
New post on /r/flutterdev subreddit:
Using Appwrite with Flutter: A tutorial with examples - FlutterBeads
https://ift.tt/3q2lfmV
December 17, 2021 at 12:33PM by pinkeshdarji
https://ift.tt/3E1cNct
Using Appwrite with Flutter: A tutorial with examples - FlutterBeads
https://ift.tt/3q2lfmV
December 17, 2021 at 12:33PM by pinkeshdarji
https://ift.tt/3E1cNct
FlutterBeads
Using Appwrite with Flutter: A tutorial with examples - FlutterBeads
<span class="rt-reading-time" style="display: block;"><span class="rt-label rt-prefix"></span> <span class="rt-time">7</span> <span class="rt-label rt-postfix">min read</span></span> In this tutorial, we’ll demonstrate how to develop a Flutter App with Appwrite.…
New post on /r/flutterdev subreddit:
Flutter vs React Native - advantages and disadvantages
Advantages:Flutter:a single code base for both platformsFlutter is rapidly growingthe only option for mobile SDK with reactive views without JavaScript bridgeextensive documentationpossibility to implement any native featurehas its own widgets, so there’s no need to access OEM onesofficial support for Flutter by almost all SDK providersmuch faster than native developmentReact Native:stability (over 6 years on the market)JavaScript is a more popular languageplenty of tutorialsfaster web page loading timeDisadvantages:Flutter:is on the market for a short period of time so some call it immatureDart programming language is not as popular as JavaScriptFlutter doesn’t support 3Dapps for watchOS or CarPlay need writing custom native implementationReact Native:difficult to debugnot a good choice if user interface is crucialproblems developing custom moduleshard to keep up with frequent updates
December 17, 2021 at 01:48PM by AppUnite
https://ift.tt/3e12jPR
Flutter vs React Native - advantages and disadvantages
Advantages:Flutter:a single code base for both platformsFlutter is rapidly growingthe only option for mobile SDK with reactive views without JavaScript bridgeextensive documentationpossibility to implement any native featurehas its own widgets, so there’s no need to access OEM onesofficial support for Flutter by almost all SDK providersmuch faster than native developmentReact Native:stability (over 6 years on the market)JavaScript is a more popular languageplenty of tutorialsfaster web page loading timeDisadvantages:Flutter:is on the market for a short period of time so some call it immatureDart programming language is not as popular as JavaScriptFlutter doesn’t support 3Dapps for watchOS or CarPlay need writing custom native implementationReact Native:difficult to debugnot a good choice if user interface is crucialproblems developing custom moduleshard to keep up with frequent updates
December 17, 2021 at 01:48PM by AppUnite
https://ift.tt/3e12jPR
reddit
Flutter vs React Native - advantages and disadvantages
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
App Feedback Thread - December 17, 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
December 17, 2021 at 03:00PM by AutoModerator
https://ift.tt/3F1DcIu
App Feedback Thread - December 17, 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
December 17, 2021 at 03:00PM by AutoModerator
https://ift.tt/3F1DcIu
reddit
App Feedback Thread - December 17, 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:
Just something cool
https://youtu.be/7bljwicODeY
December 17, 2021 at 02:24PM by fluttermapp
https://ift.tt/3yASCB8
Just something cool
https://youtu.be/7bljwicODeY
December 17, 2021 at 02:24PM by fluttermapp
https://ift.tt/3yASCB8
YouTube
The Best Flutter Adaptive Widgets
Adaptive in flutter is something useful if you want to create a UI that represent more the actual platform user (Android or IOS). This is five adaptive that you can use in your flutter app. We have the Slider.adaptive, SwitchListTile.adaptive, Switch.adaptice…
New post on /r/flutterdev subreddit:
I created Traddit a free Investment Focused Reddit Client in Flutter, to help declutter market related Reddit posts.
Traddit allows you to follow Subreddits and Stocks, track Real-Time Reddit Stock Trends, Short Interest data, News with Sentiment Analysis, Real-Time Stock Prices and a Memes Page!Features that will be added soon: Fed data, FTD data, Darkpool data, Google search trends, politician trades data, daily short volume, whale trades, stock filter tool, Economic and special events calendar as well as podcasts and YouTube videos.https://linktr.ee/Traddit
December 17, 2021 at 07:00PM by rogcast51
https://ift.tt/3Fbftpm
I created Traddit a free Investment Focused Reddit Client in Flutter, to help declutter market related Reddit posts.
Traddit allows you to follow Subreddits and Stocks, track Real-Time Reddit Stock Trends, Short Interest data, News with Sentiment Analysis, Real-Time Stock Prices and a Memes Page!Features that will be added soon: Fed data, FTD data, Darkpool data, Google search trends, politician trades data, daily short volume, whale trades, stock filter tool, Economic and special events calendar as well as podcasts and YouTube videos.https://linktr.ee/Traddit
December 17, 2021 at 07:00PM by rogcast51
https://ift.tt/3Fbftpm
Linktree
Traddit Stock Tracker | Linktree
#1 Social Stock Tracking App
New post on /r/flutterdev subreddit:
Do iOS builds take long for everyone else?
Same app, both after a flutter clean.Ubuntu 20.04 Intel 4690k (old af) 16gb ram:flutter build apk = 161 secondsflutter build apk (second) = 35 secondsMac air M1 with 8gb ram:flutter build ios = 202 secondsflutter build ios (second) = 53 seconds4690k is an old quad core CPU, and the new mac M1 blows its doors off in performance. Yet building iOS is way slower :(Is there a reason for this?
December 17, 2021 at 07:41PM by scorr204
https://ift.tt/3mfvXoT
Do iOS builds take long for everyone else?
Same app, both after a flutter clean.Ubuntu 20.04 Intel 4690k (old af) 16gb ram:flutter build apk = 161 secondsflutter build apk (second) = 35 secondsMac air M1 with 8gb ram:flutter build ios = 202 secondsflutter build ios (second) = 53 seconds4690k is an old quad core CPU, and the new mac M1 blows its doors off in performance. Yet building iOS is way slower :(Is there a reason for this?
December 17, 2021 at 07:41PM by scorr204
https://ift.tt/3mfvXoT
reddit
Do iOS builds take long for everyone else?
Same app, both after a flutter clean. Ubuntu 20.04 Intel 4690k (old af) 16gb ram: flutter build apk = 161 seconds flutter build apk (second) =...
New post on /r/flutterdev subreddit:
Use Freezed to avoid hundreds of lines of boilerplate (hashCode, equality override, toString and copyWith)
https://youtu.be/NyCPrcgSjzY
December 17, 2021 at 10:36PM by flutter--help
https://ift.tt/3GU7768
Use Freezed to avoid hundreds of lines of boilerplate (hashCode, equality override, toString and copyWith)
https://youtu.be/NyCPrcgSjzY
December 17, 2021 at 10:36PM by flutter--help
https://ift.tt/3GU7768
YouTube
Avoid hundreds of lines of Flutter boilerplate with the Freezed plugin
Use the Freezed plugin to generate copyWith, equality, hashCode and toString for immutable classes.
Content:
00:00 Intro
01:20 Example Model
02:20 Pubspec
02:40 Constructor Redirecting
04:30 User
06:25 Company
07:10 Location
08:00 Generate Files
08:30 User…
Content:
00:00 Intro
01:20 Example Model
02:20 Pubspec
02:40 Constructor Redirecting
04:30 User
06:25 Company
07:10 Location
08:00 Generate Files
08:30 User…
New post on /r/flutterdev subreddit:
Macbook Pro 2017 i7 in 2021?
Hey!What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram?Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but I want to have the option to work on iOS.I tried hackintosh but I could not make it work. Maybe Mac VM on linux.I was checking the MB Air M1... But with the 16GB goes up to 1600€, and only one external display...I have to connect dual 4k, the 2017 can work?Mac mini is not an option.Any advice on what to do?Cheers!
December 18, 2021 at 12:34AM by FreshkyFresh
https://ift.tt/3slL4RP
Macbook Pro 2017 i7 in 2021?
Hey!What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram?Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but I want to have the option to work on iOS.I tried hackintosh but I could not make it work. Maybe Mac VM on linux.I was checking the MB Air M1... But with the 16GB goes up to 1600€, and only one external display...I have to connect dual 4k, the 2017 can work?Mac mini is not an option.Any advice on what to do?Cheers!
December 18, 2021 at 12:34AM by FreshkyFresh
https://ift.tt/3slL4RP
reddit
Macbook Pro 2017 i7 in 2021?
Hey! What do you think about getting the MacBook pro 2017, i7 2,9, 16gb ram? Now I have the MSI GS65 i7, 32gb, GTX 1060. I works very good, but...
New post on /r/flutterdev subreddit:
Learn how to run Flutter Widget Tests as Integration Tests
https://ift.tt/3EdRXa8
December 18, 2021 at 02:17AM by emanresu_2017
https://ift.tt/3sef81o
Learn how to run Flutter Widget Tests as Integration Tests
https://ift.tt/3EdRXa8
December 18, 2021 at 02:17AM by emanresu_2017
https://ift.tt/3sef81o
Flutter from a .NET Perspective
Learn how to run Flutter Widget Tests as Integration Tests
Learn how to run Flutter Widget Tests as Integration Tests in Visual Studio Code and turn any test into an automated test