2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Package updates (#365)

* Update dart version

* Update flutter version in workflow

* Update packages

* Updates to android workflow

* Specify dart verrsion in CI

* Run flutter upgrade

* Helps to check which workflow is actually running I guess

* Disable linting check

* linting fixes

* linting

* Bug fix for paginator
This commit is contained in:
Oliver
2023-06-12 22:52:07 +10:00
committed by GitHub
parent b051aeccda
commit 21ace1ae02
12 changed files with 106 additions and 84 deletions

View File

@ -6,8 +6,6 @@ analyzer:
- lib/generated/**
language:
strict-raw-types: true
strong-mode:
implicit-casts: false
linter:
rules:
@ -21,6 +19,8 @@ linter:
prefer_double_quotes: true
unreachable_from_main: false
prefer_final_locals: false
prefer_const_constructors: false
@ -76,4 +76,6 @@ linter:
avoid_classes_with_only_static_members: false
no_leading_underscores_for_local_identifiers: false
no_leading_underscores_for_local_identifiers: false
use_super_parameters: false