Did you know?
Some Matrix4 APIs such as translate
and scale
have been deprecated in the latest Flutter 3.35 release.
To update them:
- Import
vector_math
explicitly - Use the new APIs which take a Vector3 argument
Happy coding!
1 min read
Did you know?
Some Matrix4 APIs such as translate
and scale
have been deprecated in the latest Flutter 3.35 release.
To update them:
vector_math
explicitlyHappy coding!
Invest in yourself with my high-quality Flutter courses.
Learn about flavors, environments, error monitoring, analytics, release management, CI/CD, and finally ship your Flutter apps to the stores. 🚀
Learn about State Management, App Architecture, Navigation, Testing, and much more by building a Flutter eCommerce app on iOS, Android, and web.
Learn about Firebase Auth, Cloud Firestore, Cloud Functions, Stripe payments, and much more by building a full-stack eCommerce app with Flutter & Firebase.
Learn Dart Programming in depth. Includes: basic to advanced topics, exercises, and projects. Last updated to Dart 2.15.
Master Flutter animations and build a completely custom habit tracking application.