Felix Angelov
Felix Angelov
# What could be improved As a developer, I want to be able to access localizable strings within my game and within my custom components so that any strings can...
**Description** As a developer, I want to be able to await asynchronous operations within a bloc/cubit which are automatically canceled if the instance is closed while the async operation is...
I spent a **ridiculous** amount debugging a scenario where a context.select never updated its widget, only to find out that the Bloc it was accessing was registered through a _RepositoryProvider_...
## Description As a developer, it would be helpful to detect if a bloc was not properly closed when it becomes inaccessible to the program. This issue is to investigate...
From @ncuillery ([original issue](https://github.com/felangel/bloc/issues/1317)) **Is your feature request related to a problem? Please describe.** I have some hydrated blocs that use the default temp folder (as a cache for my...
# Proposal: Brick Template Inheritance ## Description As a developer, I want to be able to compose bricks from other bricks so that I can simplify, reuse, and reduce the...
**Description** As a developer, there are many use-cases for knowing the current index and/or whether the current loop iteration is the first/last. For example, when generating a class definition and...
## Description - chore: upgrade dependencies ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which...
**Description** As a developer, I expect the main workflow generated by the template to only include the specified platforms.
As a developer, I want to be able to run tests and have the reported coverage be absolute rather than just based on the imported paths so that I can...