pagetitle 0.0.1 copy "pagetitle: ^0.0.1" to clipboard
pagetitle: ^0.0.1 copied to clipboard

Widget used to update application/page title

Features #

The widget used to update application title when it created, disposed, or rebuild

Can be used with multiple/nested PageTitle and the latest one used to update application title

Examples #

PageTitle(
    title: 'Page title',
    child: const Other(),
);
MaterialApp(
    onGenerateTitle: (context) => PageTitle.current(context) ?? 'My App',
    //other config
);
1
likes
0
points
847
downloads

Publisher

unverified uploader

Weekly Downloads

Widget used to update application/page title

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pagetitle