Skip to content

Instantly share code, notes, and snippets.

View taosif7-dreamorbit's full-sized avatar
🎯
Fluttering

Taosif Jamal taosif7-dreamorbit

🎯
Fluttering
View GitHub Profile
@taosif7-dreamorbit
taosif7-dreamorbit / analysis_options.yaml
Last active January 12, 2023 14:52
git_hooks.dart file to use with git_hooks, and pubspec.yaml file changes for setting up git_hooks
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/*]
@taosif7-dreamorbit
taosif7-dreamorbit / flutter_dependency_organisation.yaml
Last active December 16, 2022 07:26
Flutter dependency categories
# 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