simple_dart_web_views 0.0.4 copy "simple_dart_web_views: ^0.0.4" to clipboard
simple_dart_web_views: ^0.0.4 copied to clipboard

Platformweb

Library for creating a single page application on dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_dart_web_views

With Flutter:

 $ flutter pub add simple_dart_web_views

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  simple_dart_web_views: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_dart_web_views/main_window.dart';
import 'package:simple_dart_web_views/main_window_with_nav_path.dart';
import 'package:simple_dart_web_views/main_window_with_nav_path_theme.dart';
import 'package:simple_dart_web_views/simple_nav_bar.dart';
import 'package:simple_dart_web_views/simple_path_panel.dart';
import 'package:simple_dart_web_views/view.dart';
import 'package:simple_dart_web_views/view_url_info.dart';
0
likes
120
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Library for creating a single page application on dart.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

simple_dart_web_widgets

More

Packages that depend on simple_dart_web_views