A quick intro to Semantic Versioning: what it is, and why we use it
https://medium.com/media/9e0aac99c1b9ccb4faee621953a34cce/hrefWe create numbers like 1.0.0 and 1.0.1 for releases and hotfixes when we work on Git Flow. What do these numbers represent, and why do we...
View ArticleThe importance of semantic versioning
Or why clients shouldn’t be allowed to choose version codesContinue reading on Medium »
View ArticleLive Help With Flutter Every Wednesday on #HumpDayQandA
Join us at https://zoom.us/j/890045941Live Help With Flutter Every Wednesday on #FlutterQandACome to the Dart Side, we have cookies… and people who can help you with Firebase, Redux or...
View ArticleF Is For Flutter
The year is 2015, and I’m sitting through the final presentation of the Dart conference. On the stage, the Google team is demoing an experiment of a mobile app build with Dart. During the presentation,...
View ArticleAndroid Dark Theme in Flutter
A week ago at Google I/O 2019, the Android team announced support in Android Q for Dark Theme, a system-wide dark UI mode that is toggled by the user. This then begs the question, when will Flutter add...
View ArticleA Deep Dive Into FloatingActionButton in Flutter
A tutorial to the power of FloatingActionButtons in FlutterThis article is the third article in a series of articles meant for an in-detail study of Flutter widgets. After covering ListViews and...
View ArticleAutenticación en Flutter
Hola gente, les traigo una traducción más para la comunidad Flutter en español. Esta vez escrita por el autor Greg Perry y lo puedes encontrar aquí.Iniciar sesión usando el paquete de librería...
View ArticleThank you very much! This package should be more popular!
Thank you very much! This package should be more popular!
View ArticleI read this out of academic curiosity.
I read this out of academic curiosity. For serious implementation, you lost me at Firebase. I write my own APIs and use my own authentication system which is really just JWT with some structure in...
View ArticleVery well designed article along with code!!!
Very well designed article along with code!!!
View ArticleUnit testing Business Components in Flutter apps
The right way to do itPhoto by Ash Edmonds on UnsplashUnit testing has been part of Flutter since its inception. Two important dependencies easily integrate unit testing capabilities into your Flutter...
View ArticleSetting up Lint Rules in Dart-Flutter
Day by day we learn new stuff. Day by day we aspire to improve our Code content and implementing them is usually a dream come true. There’s nothing as difficult as deciphering someone else’s code. It...
View ArticleHow to debug layout issues with the Flutter Inspector
Exploring why they occur and how to solve themNote: Being familiar with Row, Column, and Expanded is useful, but not required, for this article.As a Flutter developer, you’ve probably run into issues...
View Article