Categories
Blog - Flutter
All posts
How and when to create custom Implicit Animations
In this article you will learn how and when to create Implicit Animations. I came up with many use cases of this idea. But one that stood out was creating a ShapesApp, that would switch between geometrical shapes with animation, like a square to a rectangle or to a rhombus, triangle, etc., that too with dots using AnimatedPositioned.
Invertase team goes to Flutter Connection 2023, Paris
The Flutter Connection conference took place on 2nd June 2023 in Pan Piper, Paris. It was a gathering of Flutter enthusiasts, developers, and industry experts to explore the latest trends, advancements, and best practices in Flutter app development. The conference aimed to foster knowledge sharing, networking, and collaboration among Flutter developers.
Major Release of the Dart Custom Lint Package 0.2.x
We are pleased to announce a new major release of the package. Along with this release, we have also published a website to make organizing examples, announcements, and documents easier.
Using code generation to create a scalable and reliable codebase
In this article, we will use the code_builder package to replicate a simple Dart class that contains properties and methods.
Assertions in Dart and Flutter tests: an (almost) ultimate cheat sheet
An ultimate cheat sheet for assertions in Dart and Flutter tests with many details explained!
Announcing Zapp! Public Beta
We are proud to announce that Zapp! is now in public beta. We’ve been hard at work over the past few weeks working on highly requested features, fixing bugs, and improving the performance of certain features.
Announcing Zapp, an in browser sandbox environment to build Flutter apps
Zapp! An online Flutter sandbox environment for sharing and embedding examples, rapidly prototyping applications, reproducing issues, discovering new pub.dev packages and teaching Flutter & Dart development.
How to use native APIs in Flutter: iOS and Android Biometric Authentication [Part 2]
Use platform channels to build a full project with Flutter and native APIs
Announcing the Dart Custom Lint package
I am pleased to announce our ‘custom_lint’ package, a powerful tool for building custom lint rules that allow package authors as well as Flutter and Dart developers to go beyond the standard lint rules.
How to use native APIs in Flutter: Platform Channels [Part 1]
Learn how to write platform aware code and access native APIs in Flutter
Get started with Flutter tests and GitHub workflows
Learn how to write Flutter tests and run them automatically with GitHub workflows.