Skip to content

Commit

Permalink
Merge pull request #43 from K-shir0/fix/#41
Browse files Browse the repository at this point in the history
Fix コンテンツを追加
  • Loading branch information
K-shir0 authored Jul 29, 2021
2 parents f305af3 + 272e3a2 commit 31aa360
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/domain/idea.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ abstract class Idea with _$Idea {
const factory Idea({
required String id,
@Default('') String title,
@Default('') String content,
@Default(-1) int position
}) = _Idea;

Expand Down
47 changes: 40 additions & 7 deletions lib/domain/idea.freezed.dart

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

2 changes: 2 additions & 0 deletions lib/domain/idea.g.dart

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

0 comments on commit 31aa360

Please sign in to comment.