Scaffold backend gateway and integration docs

This commit is contained in:
Rijad Zuzo
2026-02-14 20:10:16 +01:00
commit 577c4b33b7
166 changed files with 13382 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
include: package:flutter_lints/flutter.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
linter:
rules:
always_declare_return_types: true
always_use_package_imports: true
avoid_dynamic_calls: true
avoid_print: true
directives_ordering: true
prefer_final_fields: true
prefer_final_locals: true
sort_constructors_first: true
unawaited_futures: true