flutter_custom_license_page 0.0.3 copy "flutter_custom_license_page: ^0.0.3" to clipboard
flutter_custom_license_page: ^0.0.3 copied to clipboard

Customize your app's license page! flutter_custom_license_page gives you the license data, and the freedom to build your app's license page in your own style!

example/lib/main.dart

import 'package:example/sliver_example_1.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      color: Colors.red,
      title: 'Flutter Custom License Page Demo',
      home: sliverExample1,
    );
  }
}
6
likes
110
pub points
76%
popularity

Publisher

unverified uploader

Customize your app's license page! flutter_custom_license_page gives you the license data, and the freedom to build your app's license page in your own style!

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, lint

More

Packages that depend on flutter_custom_license_page