mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 12:28:11 +00:00
* Update gallery, fix Cupertino fonts Cupertino fonts fixed by using GoogleSans instead * remove BUILD.gn * remove ios and android dirs from web/gallery * remove meta/flutter_gallery.cmx * revert provider_shopper/pubspec.lock * remove gallery's test and tool directories * update web/gallery README
9 lines
190 B
YAML
9 lines
190 B
YAML
# Take our settings from the repo's main analysis_options.yaml file, but add
|
|
# an exclude for the build directory.
|
|
|
|
include: ../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
- build/**
|