sparrow_image_picker_for_web 0.0.2 copy "sparrow_image_picker_for_web: ^0.0.2" to clipboard
sparrow_image_picker_for_web: ^0.0.2 copied to clipboard

Platformweb
outdated

Web platform implementation of sparrow_image_picker

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(MyApp());
}

/// App for testing
class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return Directionality(
      textDirection: TextDirection.ltr,
      child: Text('Testing... Look at the console output for results!'),
    );
  }
}
0
likes
145
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Web platform implementation of sparrow_image_picker

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, meta, sparrow_image_picker_platform_interface

More

Packages that depend on sparrow_image_picker_for_web

Packages that implement sparrow_image_picker_for_web