From b38a8f4596be1145e5210883e17edc4565a3a01c Mon Sep 17 00:00:00 2001 From: kicknishant <72260572+kicknishant@users.noreply.github.com> Date: Fri, 2 Oct 2020 18:30:37 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe2edd8f..49603c19 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Flutter provides a lot of flexibility in deciding how to organize and architect your apps. While this freedom is very valuable, it can also lead to apps with large classes, inconsistent naming schemes, as well as mismatching or missing architectures. These types of issues can make testing, maintaining and extending -your apps difficult. +your apps difficult. Flutter uses hot reload and hot restart technique to minimize +the time taken during app rebuilt. The Flutter Architecture Samples project demonstrates strategies to help solve or avoid these common problems. This project implements the same app using