pea_cremation 1.0.4+21022401 copy "pea_cremation: ^1.0.4+21022401" to clipboard
pea_cremation: ^1.0.4+21022401 copied to clipboard

A new Flutter project.

PEA Cremation Package #

How to use #

To use this package, they're only 2 step.

  1. Add routing paths to app by calling methode
PEACremation.getRoutes();

// Example 

MaterialApp(
      ...
      routes: PEACremation.getRoutes()
)
  1. Open Menu Page by calling methode
openCremationMenuPage(BuildContext, "[MemberCode]", "[ProvidedClientID]", "[Secret]");

Remind that clientId and secret must keep in the secure source.