add package

This commit is contained in:
2020-06-02 16:19:10 +06:30
parent 4864977588
commit d41d48b405
5 changed files with 191 additions and 91 deletions

View File

@@ -306,8 +306,8 @@ class _HomePageState extends State<HomePage> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
_buildSmallButton(
"Policies", FontAwesomeIcons.fileContract),
// _buildSmallButton(
// "Policies", FontAwesomeIcons.fileContract),
_buildSmallButton("Support", SimpleLineIcons.support),
],
)