refactored bang layers

This commit is contained in:
Fabian Freund
2024-06-16 13:05:30 +02:00
parent 2007fd2809
commit 9daca26261
13 changed files with 14 additions and 14 deletions
@@ -7,7 +7,7 @@ import 'package:flutter/foundation.dart';
import 'package:http/http.dart' as http;
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'bang_source.g.dart';
part 'source.g.dart';
@Riverpod()
class BangSource extends _$BangSource {
@@ -1,6 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'bang_source.dart';
part of 'source.dart';
// **************************************************************************
// RiverpodGenerator