Custom Theme/Colors in Flutter

Custom Theme/Colors in Flutter

A Flutter application is created by default with the blue color as on this capture. This article describes the steps to follow to customize the colors of the application. For example, we want this application to respect the color codes defined by the company’s marketing department. Here are the steps to follow: Find the right […]

Thème/Couleurs personnalisés dans Flutter

Une application Flutter est créée par défaut avec la couleur bleue comme sur cette capture. Cet article décrit les étapes à suivre pour personnaliser les couleurs de l’application. Par exemple, nous voulons que cette application respecte les codes couleurs définis par le service marketing de l’entreprise. Voici les étapes à suivre : Trouver la bonne […]

Create an IOS mobile app with Flutter

After a first introduction on creating a first application with Android, we are going to do the same manipulation and this time with IOS. Creating an application with IOS itself is easy. There is no difference with Android. This article will be short and will focus instead on my experience. To summarize, the least obvious […]

Create an Android mobile app with Flutter

Why did Flutter interest me? On the one hand, because… I wasn’t too excited about ReactNative/NativeScript tools or hybrid frameworks such as Cordova/Xamarin… (though I have a soft spot for Ionic hic;). Also, I know the JAVA Android development but not Swift. By the way, I created a full Android application before the popularity of […]

Flutter — créer une application sous IOS

Après une première introduction sur la création d’une première application avec de cet article Android , on fait la même manipulation et cette fois ci avec IOS. La création d’une application avec IOS en soit est facile. Il n’y a pas de différence avec Android. Ah mais oui, on est sur Flutter. Cet article va […]

Flutter — créer une application sous Android…

Pourquoi Flutter a suscité mon intérêt ? D’une part, parce que… je ne m’emballais pas trop avec les outils ReactNative/NativeScript ni les framework hybrides tels que Cordova/Xamarin… (quoique j’ai un faible pour Ionic hic ;). Aussi, je connais le développement Android JAVA mais pas Swift. Au passage, j’ai créé une application full Android avant la […]