simple_dart_web_views 0.0.3
simple_dart_web_views: ^0.0.3 copied to clipboard
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_viewsThis 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.3Alternatively, your editor might support dart 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';