Interacting with Widgets using Framy
Have you ever developed a widget or a page and you wanted to make sure it works correctly in different scenarios but then it turned out that you can’t just reproduce all the cases you want to cover?
If so, let me introduce you Framy. Framy is a code generator that can allow you to work with widgets in total isolation. It is fast, easy to use and doesn’t require any changes in the production code as it’s 100% annotations driven.
Check out the video below and see it yourself!
Links:
? Official Framy page: https://framy.dev/
? Framy Slack channel: https://join.slack.com/t/framy/shared_invite/zt-ffqv9tgl-kpn8cLNnPtPTeEK_Pa5ckA
? Framy Twitter: https://twitter.com/FramyDev
? Emmanuel’s Weather App design: https://dribbble.com/shots/12869395-Weather-App
? Annotations package: https://pub.dev/packages/framy_annotation
? Generator package: https://pub.dev/packages/framy_generator
Cheers! ?
Join the newsletter!
Join the newsletter to keep track with latest posts and get my special Widget to animate views' entrances without any hassle for FREE!
Marcin Szałek
Founder of Fidev
Flutter enthusiast since Alpha release in 2017. Believes that sharing is caring, which lead him to start a technical blog dedicated fo Flutter in its early days. Loves to see beautiful designs become real apps and is willing to help make it happen. Enjoys sunny beaches far from home.
Check out other posts!
Stripe Checkout in Flutter Web
Flutter Web is getting more mature every day. If you want to accept payments using Stripe Checkout in your Flutter web application, this article is just for you!
Water Drop effect in Flutter
In this post, I’d like to share with you how to achieve a water drop effect in Flutter. Why would you spend your time learning such skill? Well, I have no idea but it looks cool so let’s get started! ?
3D Kinetic Type Poster in Flutter
In this post, we’re going to learn how to create probably the most useless effect on this blog. ? The design is named 3D CSS Kinetic Type Poster. It was created by Pete Barr, who shared the design on dribbble and the front-end implementation on codepen. Let’s see if we can do it in Flutter as well!