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

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

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
150
points
836
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pagetitle