| # Copyright 2021 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| load( | |
| "@rules_fuchsia//fuchsia:defs.bzl", | |
| "fuchsia_package_repository", | |
| ) | |
| fuchsia_package_repository( | |
| name = "examples_repository", | |
| repo_name = "flutter-embedder-examples.com", | |
| deps = [ | |
| "//src/examples/animation_example:animation_example_pkg", | |
| "//src/examples/hello_dart:hello_dart_pkg", | |
| "//src/examples/hello_flutter:hello_flutter_pkg", | |
| ], | |
| ) |