Skip to content

Commit d3fa050

Browse files
Update readme
1 parent 6a6fb08 commit d3fa050

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,30 @@ lib/data - Contains the data layer code (Repository, API, Database)
3333
lib/feature - Contains the feature-specific code
3434
lib/utils - Contains the utility code
3535

36+
37+
## Branches
38+
39+
Initial Setup
40+
step-1: flutter setup with dependencies
41+
42+
Counter App
43+
44+
step-2.0: initial setup for cubit
45+
step-2.1- completed setup for cubit
46+
47+
Timer App
48+
49+
step-3.0: initial setup for bloc
50+
step-3.1- completed setup for bloc
51+
step-3.2: example app with test cases without Expect
52+
step-3.3: example app with completed test cases
53+
54+
Product App
55+
56+
step-4.0: folder structure and files for app
57+
step-4.1: code for bloc and UI without connections
58+
step-4.2: complete code
59+
3660
## Counter App
3761

3862
Branch: step-2.1

0 commit comments

Comments
 (0)