While building apk for my flutter app I need to avoid from files in building . I have tried by below code in build.yaml but it does not work
targets:
$default:
sources:
exclude:
- lib/widgets/hotel.dart
- lib/widgets/hotel_list_view.dart
- lib/widgets/hotel_list_data.dart
- lib/widgets/smooth_star_rating.dart