Felix Angelov

Results 53 issues of 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...

documentation

**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...

enhancement candidate
feedback wanted
pkg:bloc

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_...

enhancement
dependency
pkg:flutter_bloc

## 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...

enhancement candidate
dependency
pkg:bloc

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...

enhancement
pkg:hydrated_bloc

# 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...

feedback wanted
enhancement candidate
customer:🦄

**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...

enhancement candidate

## 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.

bug
p2

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...

feature
p2