MBMessages
to the array of plugins of MBurger
.MBMessagesBuilder
like this:MBMessages
uses the showDialog
function that needs a BuildContext
. Embedding your main Scaffold
in a MBMessagesBuilder
let the SDK know always what context to use to show in app messages.MBMessages
plugin:true
, all the message returned by the server will be displayed, if this is set to false
a message will appear only once for app installation. This is false
by default