1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

linting_tool: Fix warnings and update dependencies (#981)

This commit is contained in:
Brett Morgan
2022-01-06 16:16:23 +11:00
committed by GitHub
parent 0cb331f7a7
commit a5203b071c
3 changed files with 21 additions and 16 deletions

View File

@@ -82,9 +82,7 @@ class AppTheme {
),
colorScheme: const ColorScheme.dark(
primary: AppColors.blue200,
primaryVariant: AppColors.blue300,
secondary: AppColors.orange300,
secondaryVariant: AppColors.orange300,
surface: AppColors.black800,
error: AppColors.red200,
onPrimary: AppColors.black900,