feat: flow subscribe product

This commit is contained in:
2024-02-19 19:58:29 +07:00
parent 0762a8ab0c
commit 99db140a0c
31 changed files with 1170 additions and 372 deletions

View File

@@ -228,7 +228,7 @@ class _HomeViewState extends State<HomeView> {
children: listPortofolioType.asMap().entries.map((e) {
return GestureDetector(
onTap: () {
routePush(context, page: InvestTypeView(e.value.name));
routePush(context, page: InvestTypeView(title: e.value.name));
},
child: Container(
color: Colors.white,