Show loading while performing an operation in Flutter

Français Français

In this example, I’m going to share the code which will help you to show a Loader icon when an operation is being performed.

Continue reading Show loading while performing an operation in Flutter

Dockerize Ionic application

Français Français

Introduction

docker + ionic

Ionic Framework  is a mix of tools and technologies to develop hybrid mobile applications quickly and easily. It relies on Angular for the web application part of the framework and on Cordova  for the construction part of the native applications. This open source framework makes it possible to develop a deployable application on several environments such as a website or a mobile application for systems such as Android or iOS or Windows Phone

In this article, there is no question of discovering this framwework, but rather to set up our test environment. From docker, here we will see how to prepare your dockerfile to get there.

 

Continue reading Dockerize Ionic application