Skip to content

Commit

Permalink
Solve injectable parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbmoro committed Mar 8, 2024
1 parent e6e3746 commit 5935692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocket_note/lib/data/local_data_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:pocket_note/domain/models/power_bill.dart';
import 'package:sqflite/sqflite.dart';
import 'package:sqflite_common_ffi_web/sqflite_ffi_web.dart';

@singleton
@lazySingleton
class LocalDataSource {
static const databaseName = "pocket_note_database.db";

Expand Down

0 comments on commit 5935692

Please sign in to comment.