This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
In this article let's talk about container, rows, columns which are used to hold a series of Widgets with a sense of direction of their presentation
How Scaffold Widget works in Flutter
In this article, let's understand what is Scaffold widget in Flutter and why do we need a Scaffold with an illustrating example.
How to Create Flutter Scrollable Content View
Learn about how we can fix content overflow issue using a scrollable widget with an example - building an article page in our blog application.
Stateful and Stateless Widgets Simplified
In this article, let's look in detail about what are Stateless and Stateful widgets in Flutter and how they work and when should you use which.
What is the use of main.dart in Flutter
In this article we shall look at the main.dart file - the starting point for the flutter app execution and understand what it looks like and how it works.
Flutter Project Structure and Files Simplified
In this article, I will walk you through the Flutter Project structure, the default files and the purpose of each file in the project.
How to Install and Setup Flutter for Development
In this article, let's talk about how to install and configure Flutter in our local machine for application development step by step.
CI/CD Getting Started – Sending Build Notification Emails using Jenkins
The final step in any automation job is to notify the results to the respective owners. Learn about how we can configure these automated mails feature in Jenkins.
CI/CD Getting Started – Publishing ASP.NET Core Build via FTP using Jenkins
So far we have seen how to setup a remote repository for a standalone codebase via git and then tieing up the same to a jenkins build job for automation. Next we have seen how we can fetch latest codeset from the repository, build to generate artifacts and run unit test scripts on the same using aspnetcore, xunit and such.