dvorapa / dialog-dart

Modern alert, confirm and prompt dialog implementation
https://pub.dev/packages/dialog
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

Allow use html template inside custom dialog class #17

Open lrlunin opened 8 years ago

lrlunin commented 8 years ago

Make possible use templates instead List

dvorapa commented 2 years ago

I'm thinking what would be the best approach as List of Nodes is quite a different from template String. Not sure yet