Skip to content

Commit

Permalink
Merge pull request #117 from netglade/feat/modules2
Browse files Browse the repository at this point in the history
Includes, delegates
  • Loading branch information
tenhobi authored Sep 8, 2023
2 parents 8842b76 + 13da012 commit 1c955cf
Show file tree
Hide file tree
Showing 126 changed files with 2,416 additions and 1,630 deletions.
1 change: 1 addition & 0 deletions examples/drift/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pubspec.lock

# Example
!*.g.dart
!*.auto_mappr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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';

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

class TodoItem {
final int id;
Expand Down
2 changes: 1 addition & 1 deletion examples/drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dev_dependencies:
auto_mappr: ^1.6.0
build_runner: ^2.0.0
drift_dev: ^2.7.0
netglade_analysis: ^4.0.0
netglade_analysis: ^4.2.0
test: ^1.16.0
1 change: 1 addition & 0 deletions examples/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pubspec.lock

# Example
!*.g.dart
!*.auto_mappr.dart
Loading

0 comments on commit 1c955cf

Please sign in to comment.