Search: Flutter

Flutter Unit Testing

Flutter Unit Testing

Testing is often an overlooked part of app development. Unit tests are the most trivial testing software you can implement in your project anytime. Wanna learn how?

How to scroll your bottom sheet differently with Flutter?

How to scroll your bottom sheet differently with Flutter?

Creating DraggableScrollableSheet with a header in Flutter.

How to catch ALL Flutter crashes?

How to catch ALL Flutter crashes?

Every mobile application must be able to detect crashes. But do ALL crashes get caught by your project?

Why is Flutter the best choice for building a mobile app Minimum Viable Product?

Why is Flutter the best choice for building a mobile app Minimum Viable Product?

Why is Flutter the best way to deliver a mobile app MVP? Check here!

Flutter - Splash Screen for Android and iOS

Flutter - Splash Screen for Android and iOS

Creating a splash screen for Android and iOS devices in Flutter using flutter_native_splash or native approaches.

Large brands that built their apps with Flutter

Large brands that built their apps with Flutter

Large companies that you probably didn’t know used Flutter for developing their applications.

GitHub CI/CD for Flutter project

GitHub CI/CD for Flutter project

Explanation of a structure of CI/CD on GitHub using Github Actions. Example of CI/CD for the Flutter project.

Flutter Golden Testing with Bloc

Flutter Golden Testing with Bloc

Learn how to golden test your widgets that use Bloc as their state management system

Golden testing with Flutter

Golden testing with Flutter

Learn how to write your first golden tests with flutter and golden_toolkit.

How to securely use Google Maps API Key in Android, iOS, or Flutter Project

How to securely use Google Maps API Key in Android, iOS, or Flutter Project

This article explains how to keep API Keys secure in Android, iOS, and Flutter Projects and be able to use them in local development as well as on CI.

Why should you consider using Flutter for your next mobile project?

Why should you consider using Flutter for your next mobile project?

When starting a project, you have to decide which programming language to choose. Here are a few benefits of Flutter development.

Flutter vs React Native - which framework will be best for you

Flutter vs React Native - which framework will be best for you

Is Flutter a better framework than React Native? What are their advantages and disadvantages? Check our comparison and see for yourself.

How to create smooth flutter tutorials

How to create smooth flutter tutorials

A step-by-step guide on how to create smooth flutter tutorials

Style your flutter app with an AppTheme

Style your flutter app with an AppTheme

Take a moment to boost your development skills with some quick solutions directly from one of our developers.

How to localize your Flutter application

How to localize your Flutter application

Sometimes, there’s a need for your app to translate into multiple languages. In flutter, it’s pretty simple to implement. Let’s start!

Welcome Aboard Flutter!

Welcome Aboard Flutter!

Learn why we chose to add Flutter, a cross platform from Google, to our Tech Stack.

Our First Journey with Flutter

Our First Journey with Flutter

Pawel, our Android developer, shares his experience with Flutter - an open source cross-platform SDK from Google that allows to create apps for iOS and Android with single codebase.

Navigation with AutoRoute

Navigation with AutoRoute

Want to know how to implement navigation in a Flutter app? The AutoRoute package helps with routing and comes handy with many cool features.

A deep dive into riverpod vs bloc

A deep dive into riverpod vs bloc

Learn how riverpod’s dependency injection, state management and testing work on a well-known example of bloc.

Hybrid or Native - Which one best fits your product?

Hybrid or Native - Which one best fits your product?

Are you considering building a new mobile app and think which to choose native or hybrid? We pointed out the key areas to help you with the decision.