flutter dart Map

Map<String, dynamic> all = <String, dynamic>{ ’n1’: {’name’: ‘大豆’, ‘img’: ‘c11_list_img’}, ’n2’: {’name’: ‘纖維’, ‘img’: ‘c12_list_img.jpg’}, ’n3’: {’name’: ‘天然蔬果’, ‘img’: ‘c13_list_img.jpg’}, };

2018-12-10 · 1 min · 22 words · Me

Gallium os ubuntu OpenFortiGUI OpenFortiGUI-runner

Install two part: OpenFortiGUI OpenFortiGUI-runner Port set maybe: 443 8443 10443

2018-12-10 · 1 min · 11 words · Me

ubuntu path golang

.bashrc last line: export PATH="/usr/local/go/bin:$PATH"

2018-12-10 · 1 min · 5 words · Me

flutter SearchDelegate have bug

showSearch(context: context, delegate: DataSearch()); When you click item to other page, this is mean use listView & listTitle onTap: () { Navigator.push( context, new MaterialPageRoute( builder: (BuildContext context) => new PcPage(item), ) ); }, Then back to SearchDelegate Search bar can input ! Demo No problem because only change buildResults. So show on same page is OK. But usually show to other details page.

2018-12-08 · 1 min · 64 words · Me

OpenFortiGUI

https://hadler.me/linux/openfortigui/

2018-12-08 · 1 min · word · Me