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

To be able to show ABW features like DHA

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Web Views',
      theme: ThemeData(
          primarySwatch: Colors.blue,
          fontFamily: "Arial",
          textTheme: TextTheme(
              button: TextStyle(color: Colors.white, fontSize: 18.0),
              subtitle1: TextStyle(color: Colors.red))),
      home: Home(),
    );
  }
}
1
likes
60
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

To be able to show ABW features like DHA

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, permission_handler

More

Packages that depend on abw_sample_packagev1