camera_web 0.3.3 copy "camera_web: ^0.3.3" to clipboard
camera_web: ^0.3.3 copied to clipboard

Platformweb

A Flutter plugin for getting information about and controlling the camera on Web.

example/lib/main.dart

// 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 'package:flutter/material.dart';

void main() => runApp(const MyApp());

/// App for testing
class MyApp extends StatelessWidget {
  /// Default Constructor
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const Directionality(
      textDirection: TextDirection.ltr,
      child: Text('Testing... Look at the console output for results!'),
    );
  }
}
67
likes
140
pub points
98%
popularity

Publisher

verified publisherflutter.dev

A Flutter plugin for getting information about and controlling the camera on Web.

Repository (GitHub)
View/report issues
Contributing

Topics

#camera

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

camera_platform_interface, flutter, flutter_web_plugins, stream_transform

More

Packages that depend on camera_web