You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
Inspired from a really great Flutter package [flutter_bloc](https://pub.dev/packages/flutter_bloc) this SwiftUI library brings the state management with a BloC (Buisiness logic component) approach
9
9
to separate views and buisiness logic. With the help of Apple Library "Combine" the state management is handled with the reactive approach.
10
10
11
+
Requires iOS 13.0+ and MacOS 10.15+
12
+
11
13
## Start
12
14
13
15
At first you need to decide what approach is more suitable for your app.
0 commit comments