Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add copyright
  • Loading branch information
bselwe committed Jul 21, 2021
commit 132dddd4dd0bee91764c196fb6f5631f8f95c758
4 changes: 2 additions & 2 deletions packages/camera/camera/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../

# Temporarily include the web implementation of a camera plugin
# Temporarily include a web implementation of the camera plugin
# as it is not yet integrated into the official package.
# TODO(bselwe): Remove when camera_web is integrated into the camera package.
# TODO(bselwe): Remove when camera_web is integrated into the camera plugin.
camera_web:
path: ../../camera_web/

Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_web/lib/src/camera_settings.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'dart:html' as html;

import 'package:camera_platform_interface/camera_platform_interface.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/// A kind of a media device.
///
/// See: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/kind
Expand Down