Adis Veletanlic

Results 3 comments of Adis Veletanlic

I took a quick look at the project and couldn't help but notice that he doesn't seem to make full use of the Cubit/Bloc functionality. A lot of the conditionals...

> Isn't this very similar or a _duplicate_ of [CodeEditApp/CodeEditTextView#184](https://github.com/CodeEditApp/CodeEditTextView/issues/184)? Yes could very well be, feel free to remove if that is the case, as I simply added the issue...

If I understood correctly and you need any item conforming to Setting to basically act as a View then maybe you could do ```swift public protocol Setting: View, Identifiable {...