forked from FlutterKaigi/2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: contributorsProvider をcommon_data パッケージへ移動
- Loading branch information
1 parent
02b3b91
commit d7d9919
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export 'src/model/contributor.dart'; | ||
export 'src/repository/contributor_repository.dart' | ||
show ContributorRepository, contributorRepositoryProvider; | ||
export 'src/provider/contributors_provider.dart' show contributorsProvider; |
3 changes: 2 additions & 1 deletion
3
...t/lib/src/data/contributors_provider.dart → ...b/src/provider/contributors_provider.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...lib/src/data/contributors_provider.g.dart → ...src/provider/contributors_provider.g.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.