🕵️♀️ Select # to filter messages by topic.
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
#learning #senior
https://dartling.dev/how-to-create-a-custom-plugin-in-flutter-to-call-native-platform-code#heading-kotlin-code-android
https://dartling.dev/how-to-create-a-custom-plugin-in-flutter-to-call-native-platform-code#heading-kotlin-code-android
Dartling
How to create a custom plugin in Flutter to call native platform code
Introduction
In this tutorial, we will create a Flutter plugin which targets the Android and iOS platforms, and show how to invoke different methods from Dart, pass arguments of different types, and receive and parse results from the host platforms. ...
In this tutorial, we will create a Flutter plugin which targets the Android and iOS platforms, and show how to invoke different methods from Dart, pass arguments of different types, and receive and parse results from the host platforms. ...
#learning #senior
https://medium.com/@pomis172/understanding-composited-layers-to-improve-the-performance-of-flutter-apps-7b91079b4dd1
https://medium.com/@pomis172/understanding-composited-layers-to-improve-the-performance-of-flutter-apps-7b91079b4dd1
Medium
Understanding Composited Layers to improve the performance of Flutter apps
In Flutter, besides Widget, Element and RenderObject trees, there’s also a Layer tree. And the same way the Element tree generates the…
#lerning #senior
✍️Another specially good article! A must read if you want to learn about Macros
https://medium.com/@alexey.inkin/deep-dive-into-writing-macros-in-dart-3-5-a1dd50914a7d
✍️Another specially good article! A must read if you want to learn about Macros
https://medium.com/@alexey.inkin/deep-dive-into-writing-macros-in-dart-3-5-a1dd50914a7d
Medium
Deep dive into writing macros in Dart 3.5
I spent a month’s vacation full-time playing with macros, and here’s all you need to start fast.
#learning #senior
Want to learn about funcitonal programming terms like functors and monads, this is the best article out there.
https://olexale.medium.com/dart-functors-applicatives-and-monads-in-pictures-ddd8c54bce15
Want to learn about funcitonal programming terms like functors and monads, this is the best article out there.
https://olexale.medium.com/dart-functors-applicatives-and-monads-in-pictures-ddd8c54bce15
Medium
Dart Functors, Applicatives, And Monads In Pictures
A translation of the “Functors, Applicatives, And Monads In Pictures” article from Haskell into Dart.
#learning #senior
https://medium.com/@talsec/fraud-proofing-an-android-app-choosing-the-best-device-id-for-promo-abuse-prevention-aa4a2459637f
https://medium.com/@talsec/fraud-proofing-an-android-app-choosing-the-best-device-id-for-promo-abuse-prevention-aa4a2459637f
Medium
Fraud-Proofing an Android App: Choosing the Best Device ID for Promo Abuse Prevention
Promo abuse is a type of fraud where bad actors take advantage of a business’s sign-up bonuses, referrals or coupons. Can you identify…
#learning #senior
https://dev.to/maximsaplin/efficient-dart-optimizing-cpu-bound-load-in-flutter-without-missing-a-frame-5dme
https://dev.to/maximsaplin/efficient-dart-optimizing-cpu-bound-load-in-flutter-without-missing-a-frame-5dme
DEV Community
Efficient Dart: optimizing CPU-bound load in Flutter without missing a frame
Last week, I created a Flutter app to run the Julia set generator on a gRPC Python server. This...
#learning #senior
A new blogpost by Slava Egorov, the Tech Lead for Dart programming language.
https://mrale.ph/blog/2024/11/27/microbenchmarks-are-experiments.html
A new blogpost by Slava Egorov, the Tech Lead for Dart programming language.
https://mrale.ph/blog/2024/11/27/microbenchmarks-are-experiments.html
#learning #senior
https://medium.com/@ahmedawwan/graphql-in-flutter-a-comprehensive-guide-to-query-mutation-and-subscription-implementations-cb868c07eab7
https://medium.com/@ahmedawwan/graphql-in-flutter-a-comprehensive-guide-to-query-mutation-and-subscription-implementations-cb868c07eab7
Medium
GraphQL in Flutter: A Comprehensive Guide to Query, Mutation, and Subscription Implementations
This article is your go-to guide for mastering GraphQL in Flutter! It covers everything from understanding the basics of GraphQL, and the…
Important article to read, Flutter is not free of bugs and vulnerabilities, understanding in depth how it works helps avoiding them in the future.
https://www.zellic.io/blog/proton-dart-flutter-csprng-prng/
#learning #senior@pathto_flutter
https://www.zellic.io/blog/proton-dart-flutter-csprng-prng/
#learning #senior@pathto_flutter
www.zellic.io
Far From Random: Three Mistakes From Dart/Flutter's Weak PRNG | Zellic — Research
A look into how an unexpectedly weak PRNG in Dart led to Zellic's discovery of multiple vulnerabilities