felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.53k stars 3.37k forks source link

docs: Add direct link to FAQ for Equatable usage #4182

Closed roundspecs closed 1 month ago

roundspecs commented 1 month ago

Status

READY

Breaking Changes

NO

Description

This update adds a direct link to the FAQ section that explains when to use Equatable. This will help readers easily find the relevant information, addressing a common question. Although the link is mentioned in the "Key Topics" section, its current placement do not clearly indicate that it leads to the FAQ.

Type of Change

felangel commented 1 month ago

Thanks for the contribution! I'd prefer to close this since as you mentioned, the key topics already links to the equatable faqs and the format is standardized across the various tutorials.