Andy Wolff
|
56bf76f2f0
|
Add copyright to source files in simple_shader and simple_sdf (#2837)
@gaaclarke noticed the copyright was missing from the top of these
files, so this PR adds them.
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
[changelog]: ../CHANGELOG.md
|
2 weeks ago |
Eric Windmill
|
719fd72c38
|
Flutter 3.29 beta (#2571)
|
1 year ago |
Sasank Tumpati
|
0e1355841d
|
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214) (#2217)
|
2 years ago |
Brett Morgan
|
5917d3515c
|
`simple_shader`: Utilise `flutter_shaders` (#1673)
|
3 years ago |
Brett Morgan
|
139c9efce9
|
`simple_shader`: Add a README (#1669)
|
3 years ago |
Brett Morgan
|
0b8be3e43f
|
Add `simple_shader` (#1668)
* Add `simple_shader`
* Add NL at EOF
* Adopt `analysis_defaults`
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Apply `clang-format` to `shaders/simple.frag`
---------
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
|
3 years ago |