Added lint testing to gitea action!!

Reviewed-on: tom/rluv-client#2
This commit is contained in:
2023-08-17 15:16:08 -06:00
parent a84844a314
commit c54110409a
13 changed files with 88 additions and 324 deletions
@@ -38,6 +38,7 @@ class _TransactionListItemState extends ConsumerState<TransactionListItem> {
@override
Widget build(BuildContext context) {
transaction =
// ignore: sdk_version_since
ref.watch(transactionHistoryListProvider).elementAtOrNull(widget.index);
if (transaction == null) return Container();
final budgetCategories = ref.read(budgetCategoriesProvider);
@@ -265,6 +265,7 @@ class _NoteBottomSheetState extends ConsumerState<NoteBottomSheet> {
type: SnackType.error);
printRed(err);
}
// ignore: use_build_context_synchronously
Navigator.pop(context);
},
text: 'Save',