Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes, delegates #117

Merged
merged 19 commits into from
Sep 8, 2023
Prev Previous commit
Next Next commit
Update
  • Loading branch information
tenhobi committed Sep 4, 2023
commit 0fcd4b72711ff2fdd469394a5a4e8741838019aa
2 changes: 1 addition & 1 deletion examples/drift/lib/mappr.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:auto_mappr_annotation/auto_mappr_annotation.dart';
import 'package:examples_drift/db.dart';

import 'mappr.auto_mappr.dart';
import 'package:examples_drift/mappr.auto_mappr.dart';

class TodoItem {
final int id;