Skip to content

Commit

Permalink
streaming_serviceを外部化, build.yamlでexampleをルートでビルドしないように
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Oct 8, 2024
1 parent 293569c commit fd5512f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ targets:
json_serializable:
options:
explicit_to_json: true
sources:
exclude:
- example/**
5 changes: 4 additions & 1 deletion example/misskey_dart_flutter_app_example/lib/main.g.dart

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

1 change: 1 addition & 0 deletions lib/misskey_dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ export 'src/misskey_users.dart';
export 'src/misskey_bubble_game.dart';
export 'src/misskey_reversi.dart';
export 'src/misskey_flash.dart';
export 'src/services/streaming_service.dart';

0 comments on commit fd5512f

Please sign in to comment.