Mahdi Pishguy

Results 154 comments of Mahdi Pishguy

@maltemedocs you can set theme like with this sample code: ```dart return MaterialApp( title: 'Flutter Demo', debugShowCheckedModeBanner: false, theme: ThemeData( primarySwatch: Colors.blue, listTileTheme: ListTileThemeData( tileColor: Colors.redAccent, ), ), home: MyHomePage(),...

@Bowman74 thanks, could you take a sample how can i implementing this feature?

@fhidal01 ```dart controller = BottomBarController(vsync: this, dragLength: 450, snap: true); ```

Hi. you must be update listview row when you are try to scroll that. thats is not very simple, try to undrestand this code: ``` private BroadcastReceiver refreshListViewDownloadItems = new...

@aryzhov could you give me by code how can i do that? thanks

@aryzhov how can i close sheet programically?

@monowar1993 i think no, i have same problem on android 6.0.1

@401885064 hi, could you resolve this problem? author dont answer to issues :-1: