Bloc: How to use bloc with grid view

Created on 18 Sep 2019  路  1Comment  路  Source: felangel/bloc

I have problem with my bloc in page: "gonowbus/lib/Page/scheme_seat"

  • I have a bloc for updating price in bottomNavigatorBar
  • I have an other bloc for each element in grid view
    My problem: With grid view I want to get price in each element, then update for price totally in bottomNavigatorBar
    There are 2 bloc builder so I don't know how to get data from grid view for data in bottomNavigatorBar
    Please help me <3

My project link in github
https://github.com/vungocnamhust/Flutter/tree/master/Flutter%20Project/gonowbus

Most helpful comment

I have done by using BlocProvider.value

>All comments

I have done by using BlocProvider.value

Was this page helpful?
0 / 5 - 0 ratings