This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: package:flutter_lints/flutter.yaml | |
# Additional information about this file can be found at | |
# https://dart.dev/guides/language/analysis-options | |
# For information on linting rules refer this | |
# https://dart.dev/tools/linter-rules | |
analyzer: | |
exclude: [ build/**, tools/*] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# UI & Cosmetic | |
cupertino_icons: ^1.0.2 | |
progress_dialog: ^1.2.0 | |
# State management & Architecture | |
rxdart: ^0.26.0 | |
code_scan: ^0.4.6 | |
# Encoding, Decoding, Parsing, Intl, etc | |
image: ^3.0.2 |