|
| 1 | +<p align="center"> |
| 2 | +<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/logos/bloc_lint.png" height="100" alt="Bloc" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | +<a href="https://pub.dev/packages/bloc_lint"><img src="https://img.shields.io/pub/v/bloc_lint.svg" alt="Pub"></a> |
| 7 | +<a href="https://github.com/felangel/bloc/actions"><img src="https://github.com/felangel/bloc/workflows/build/badge.svg" alt="build"></a> |
| 8 | +<a href="https://codecov.io/gh/felangel/bloc"><img src="https://codecov.io/gh/felangel/Bloc/branch/master/graph/badge.svg" alt="codecov"></a> |
| 9 | +<a href="https://github.com/felangel/bloc"><img src="https://img.shields.io/github/stars/felangel/bloc.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Star on Github"></a> |
| 10 | +<a href="https://flutter.dev/docs/development/data-and-backend/state-mgmt/options#bloc--rx"><img src="https://img.shields.io/badge/flutter-website-deepskyblue.svg" alt="Flutter Website"></a> |
| 11 | +<a href="https://github.com/Solido/awesome-flutter#standard"><img src="https://img.shields.io/badge/awesome-flutter-blue.svg?longCache=true" alt="Awesome Flutter"></a> |
| 12 | +<a href="https://fluttersamples.com"><img src="https://img.shields.io/badge/flutter-samples-teal.svg?longCache=true" alt="Flutter Samples"></a> |
| 13 | +<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a> |
| 14 | +<a href="https://discord.gg/bloc"><img src="https://img.shields.io/discord/649708778631200778.svg?logo=discord&color=blue" alt="Discord"></a> |
| 15 | +<a href="https://github.com/felangel/bloc"><img src="https://tinyurl.com/bloc-library" alt="Bloc Library"></a> |
| 16 | +</p> |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +Official lint rules for development when using the bloc state management library. |
| 21 | + |
| 22 | +**Learn more at [bloclibrary.dev](https://bloclibrary.dev)!** |
| 23 | + |
| 24 | +This package is built to work with: |
| 25 | + |
| 26 | +- [flutter_bloc](https://pub.dev/packages/flutter_bloc) |
| 27 | +- [angular_bloc](https://pub.dev/packages/angular_bloc) |
| 28 | +- [bloc_concurrency](https://pub.dev/packages/bloc_concurrency) |
| 29 | +- [bloc_test](https://pub.dev/packages/bloc_test) |
| 30 | +- [hydrated_bloc](https://pub.dev/packages/hydrated_bloc) |
| 31 | +- [replay_bloc](https://pub.dev/packages/replay_bloc) |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## Sponsors |
| 36 | + |
| 37 | +Our top sponsors are shown below! [[Become a Sponsor](https://github.com/sponsors/felangel)] |
| 38 | + |
| 39 | +<table style="background-color: white; border: 1px solid black"> |
| 40 | + <tbody> |
| 41 | + <tr> |
| 42 | + <td align="center" style="border: 1px solid black"> |
| 43 | + <a href="https://shorebird.dev"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/shorebird.png" width="225"/></a> |
| 44 | + </td> |
| 45 | + <td align="center" style="border: 1px solid black"> |
| 46 | + <a href="https://www.monterail.com/services/flutter-development/?utm_source=bloc&utm_medium=logo&utm_campaign=flutter"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/monterail.png" width="225"/></a> |
| 47 | + </td> |
| 48 | + <td align="center" style="border: 1px solid black"> |
| 49 | + <a href="https://getstream.io/chat/flutter/tutorial/?utm_source=Github&utm_medium=Github_Repo_Content_Ad&utm_content=Developer&utm_campaign=Github_Jan2022_FlutterChat&utm_term=bloc"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/stream.png" width="225"/></a> |
| 50 | + </td> |
| 51 | + </tr> |
| 52 | + <tr> |
| 53 | + <td align="center" style="border: 1px solid black"> |
| 54 | + <a href="https://www.miquido.com/flutter-development-company/?utm_source=github&utm_medium=sponsorship&utm_campaign=bloc-silver-tier&utm_term=flutter-development-company&utm_content=miquido-logo"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/miquido.png" width="225"/></a> |
| 55 | + </td> |
| 56 | + <td align="center" style="border: 1px solid black"> |
| 57 | + <a href="https://bit.ly/parabeac_flutterbloc"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/parabeac.png" width="225"/></a> |
| 58 | + </td> |
| 59 | + <td align="center" style="border: 1px solid black"> |
| 60 | + <a href="https://www.netguru.com/services/flutter-app-development?utm_campaign=%5BS%5D%5BMob%5D%20Flutter&utm_source=github&utm_medium=sponsorship&utm_term=bloclibrary"><img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/sponsors/netguru.png" width="225"/></a> |
| 61 | + </td> |
| 62 | + </tr> |
| 63 | + </tbody> |
| 64 | +</table> |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +## Dart Versions |
| 69 | + |
| 70 | +- Dart 2: >= 2.12 |
| 71 | + |
| 72 | +## Maintainers |
| 73 | + |
| 74 | +- [Felix Angelov](https://github.com/felangel) |
0 commit comments