Categories
Invertase insights - page 3
All posts
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.
Build a URL Shortening App with Flutter and Firebase Extensions
While developing an app or website using Firebase, you likely store many URLs and associated data in Cloud Firestore. However, manually shortening each URL can be a tedious and time-consuming task. This is where Shorten URLs Extension can help you.
Build a quick multilingual app with Flutter and Firebase Extensions
The online world is changing rapidly and Mobile and web applications reached out to global audiences. Language is playing an important role while reaching out to a global audience, and if you are developing a mobile app in a single language, you may be losing the audience in other regions. No matter how much the app can benefit them, the solution to this problem is to develop a Multilingual app.That’s where Firebase Translate Text Extension helps you
Custom Linter Rules
Custom linter rules can help ensure consistency across your codebase. By enforcing specific coding standards or best practices, you can ensure that all code is written in a similar style, making it easier to read and maintain.
Improve Flutter Performance with Background Isolates in Flutter 3.7
The future of Flutter is so exciting, the release of version 3.7 was full of announcements! Today, I want to draw your attention to something that was quietly announced before the fanfare of this release… Official support for Background Isolates with native plugins.
Announcing Melos v3: New Features, Improvements, and Breaking Changes
We’re thrilled to introduce Melos v3, a major update packed with new features, enhancements, and fixes aimed at optimizing your Dart and Flutter mono-repo management experience. This release comes with several breaking changes, so we’ll guide you through the key updates and migration steps in this blog post.
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.
Angular full-text search in Firestore with Elastic App Search Firebase Extension
This tutorial provides a guide on how to use the Elastic App Search Extension, in order to quickly and efficiently search data saved in your Firestore Database. This extension works by syncing your configured Firestore data and automatically syncing it with the Elastics database.