flutter_custom_tabs_web 1.1.0 copy "flutter_custom_tabs_web: ^1.1.0" to clipboard
flutter_custom_tabs_web: ^1.1.0 copied to clipboard

Platformweb
unlisted

Web platform implementation of flutter_custom_tabs.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(TestApp());

class TestApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Directionality(
      textDirection: TextDirection.ltr,
      child: Text('Now testing...'),
    );
  }
}
0
likes
140
points
177k
downloads

Publisher

unverified uploader

Weekly Downloads

Web platform implementation of flutter_custom_tabs.

Documentation

API reference

License

Apache-2.0, BSD-3-Clause (license)

Dependencies

flutter, flutter_custom_tabs_platform_interface, flutter_web_plugins, meta, url_launcher_platform_interface, url_launcher_web

More

Packages that depend on flutter_custom_tabs_web