abw_flutter_sdk_v2 0.5.2 copy "abw_flutter_sdk_v2: ^0.5.2" to clipboard
abw_flutter_sdk_v2: ^0.5.2 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',
      debugShowCheckedModeBanner: false,
        theme: ThemeData(
          primarySwatch: Colors.blue,
          fontFamily: "Arial",
          textTheme: const TextTheme(
            labelLarge: TextStyle(color: Colors.white, fontSize: 18.0), // buttons
            titleMedium: TextStyle(color: Colors.red), // subtitle replacement
          ),
        ),
      home: HomePage(),
    );
  }
}
0
likes
105
points
59
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

To be able to show ABW features like DHA

License

MIT (license)

Dependencies

connectivity_plus, flutter, flutter_downloader, flutter_inappwebview, google_fonts, http, path_provider, permission_handler, url_launcher

More

Packages that depend on abw_flutter_sdk_v2