SYMBOL INDEX (408 symbols across 55 files) FILE: android/app/src/main/java/com/ngu/wanandroidngu/MainActivity.java class MainActivity (line 7) | public class MainActivity extends FlutterActivity { method onCreate (line 8) | @Override FILE: lib/app.dart class App (line 11) | class App extends StatefulWidget { method createState (line 15) | AppState createState() class AppState (line 19) | class AppState extends State { method build (line 34) | Widget build(BuildContext context) method _onItemTapped (line 75) | void _onItemTapped(int index) method _onWillPop (line 86) | Future _onWillPop() FILE: lib/base/_base_widget.dart class BaseWidget (line 5) | abstract class BaseWidget extends StatefulWidget { method createState (line 10) | BaseWidgetState createState() method getState (line 15) | BaseWidgetState getState() class BaseWidgetState (line 18) | abstract class BaseWidgetState extends State { method initState (line 34) | void initState() method build (line 39) | Widget build(BuildContext context) method dispose (line 56) | void dispose() method getContentWidget (line 60) | Widget getContentWidget(BuildContext context) method getErrorWidget (line 63) | Widget getErrorWidget() method getLoadingWidget (line 103) | Widget getLoadingWidget() method getEmptyWidget (line 110) | Widget getEmptyWidget() method _getBaseAppBar (line 143) | PreferredSizeWidget _getBaseAppBar() method getAppBar (line 153) | AppBar getAppBar() method _getBaseErrorWidget (line 155) | Widget _getBaseErrorWidget() method _getBassLoadingWidget (line 162) | Widget _getBassLoadingWidget() method _getBaseEmptyWidget (line 169) | Widget _getBaseEmptyWidget() method onClickErrorWidget (line 177) | void onClickErrorWidget() method setErrorContent (line 180) | void setErrorContent(String content) method setAppBarVisible (line 189) | void setAppBarVisible(bool isVisible) method showContent (line 195) | void showContent() method showloading (line 203) | void showloading() method showEmpty (line 211) | void showEmpty() method showError (line 219) | void showError() method setEmptyWidgetContent (line 228) | void setEmptyWidgetContent(String content) method setErrorImage (line 237) | void setErrorImage(String imagePath) method setEmptyImage (line 246) | void setEmptyImage(String imagePath) FILE: lib/common/application.dart class Application (line 3) | class Application{ FILE: lib/common/user.dart class User (line 5) | class User { method saveUserInfo (line 18) | void saveUserInfo(UserModel _userModel,Response response) method getUserInfo (line 25) | Future getUserInfo() method clearUserInfor (line 44) | void clearUserInfor() FILE: lib/db/db_helper.dart class DatabaseHelper (line 8) | class DatabaseHelper { method _onCreate (line 42) | void _onCreate(Database db, int version) method saveItem (line 49) | Future saveItem(DataListBean item) method getTotalList (line 57) | Future getTotalList() method getCount (line 64) | Future getCount() method getItem (line 72) | Future getItem(int id) method clear (line 81) | Future clear() method deleteItem (line 88) | Future deleteItem(int id) method updateItem (line 95) | Future updateItem(DataListBean item) method close (line 105) | Future close() FILE: lib/event/change_theme_event.dart class ChangeThemeEvent (line 3) | class ChangeThemeEvent { FILE: lib/event/login_event.dart class LoginEvent (line 1) | class LoginEvent{ FILE: lib/http/api.dart class Api (line 2) | class Api{ FILE: lib/http/api_service.dart class ApiService (line 25) | class ApiService { method getBanner (line 26) | void getBanner(Function callback) method getArticleList (line 34) | void getArticleList(Function callback, Function errorback, int _page) method getSystemTree (line 46) | void getSystemTree(Function callback, Function errorback) method getSystemTreeContent (line 57) | void getSystemTreeContent(Function callback, Function errorback,int _p... method getWxList (line 69) | void getWxList(Function callback, Function errorback) method getWxArticleList (line 80) | void getWxArticleList(Function callback, int _id, int _page) method getNaviList (line 89) | void getNaviList(Function callback, Function errorback) method getProjectTree (line 100) | void getProjectTree(Function callback,Function errorback) method getProjectList (line 111) | void getProjectList(Function callback, int _page, int _id) method getSearchHotWord (line 120) | void getSearchHotWord(Function callback) method getSearchResult (line 129) | void getSearchResult(Function callback, Function errorback, int _page,... method login (line 144) | void login(Function callback, String _username, String _password) method register (line 155) | void register(Function callback, String _username, String _password) method getCollectionList (line 170) | void getCollectionList( method cancelCollection (line 182) | void cancelCollection( method getCommonWebsite (line 199) | void getCommonWebsite(Function callback, Function errorback) method getPrettyGirl (line 209) | void getPrettyGirl(Function callback, int _page) method cancelWebsiteCollectionList (line 218) | void cancelWebsiteCollectionList(Function callback, int _id) method _getOptions (line 231) | Options _getOptions() FILE: lib/http/dio_manager.dart class DioManager (line 5) | class DioManager { FILE: lib/loading.dart class LoadingPage (line 8) | class LoadingPage extends StatefulWidget { method createState (line 10) | _LoadingState createState() class _LoadingState (line 13) | class _LoadingState extends State { method initState (line 16) | void initState() method _getHasSkip (line 24) | void _getHasSkip () method build (line 38) | Widget build(BuildContext context) FILE: lib/main.dart function main (line 13) | void main() function getLoginInfo (line 24) | Future getLoginInfo() class MyApp (line 28) | class MyApp extends StatefulWidget { method createState (line 30) | State createState() class MyAppState (line 35) | class MyAppState extends State { method initState (line 39) | void initState() method build (line 58) | Widget build(BuildContext context) FILE: lib/model/article_model.dart class ArticleModel (line 3) | class ArticleModel { method toString (line 20) | String toString() class Data (line 25) | class Data { method toString (line 52) | String toString() class Article (line 57) | class Article { method toString (line 116) | String toString() class Tag (line 121) | class Tag { method toString (line 134) | String toString() FILE: lib/model/banner_model.dart class BannerModel (line 3) | class BannerModel { method toString (line 24) | String toString() class BannerData (line 29) | class BannerData { method toString (line 54) | String toString() FILE: lib/model/base_model.dart class BaseModel (line 3) | class BaseModel { method toString (line 18) | String toString() FILE: lib/model/collection_model.dart class CollectionModel (line 3) | class CollectionModel { method toString (line 20) | String toString() class CollectionData (line 25) | class CollectionData { method toString (line 52) | String toString() class Collection (line 57) | class Collection { method toString (line 98) | String toString() FILE: lib/model/common_websit_model.dart class CommonWebsitModel (line 1) | class CommonWebsitModel { method fromMap (line 7) | CommonWebsitModel fromMap(Map map) method fromMapList (line 15) | List fromMapList(dynamic mapList) class DataListBean (line 25) | class DataListBean { method fromMap (line 34) | DataListBean fromMap(Map map) method fromMapList (line 45) | List fromMapList(dynamic mapList) method toMap (line 53) | Map toMap() FILE: lib/model/common_website_model.dart class CommonWebsiteModel (line 3) | class CommonWebsiteModel { method toString (line 24) | String toString() class CommonWebsiteData (line 29) | class CommonWebsiteData { method toString (line 50) | String toString() FILE: lib/model/hotword_model.dart class HotwordModel (line 1) | class HotwordModel { method fromMap (line 7) | HotwordModel fromMap(Map map) method fromMapList (line 15) | List fromMapList(dynamic mapList) class DataListBean (line 25) | class DataListBean { method fromMap (line 33) | DataListBean fromMap(Map map) method fromMapList (line 43) | List fromMapList(dynamic mapList) FILE: lib/model/hotword_result_model.dart class HotwordResultModel (line 1) | class HotwordResultModel { method fromMap (line 7) | HotwordResultModel fromMap(Map map) method fromMapList (line 15) | List fromMapList(dynamic mapList) class DataBean (line 25) | class DataBean { method fromMap (line 34) | DataBean fromMap(Map map) method fromMapList (line 46) | List fromMapList(dynamic mapList) class DatasListBean (line 55) | class DatasListBean { method fromMap (line 81) | DatasListBean fromMap(Map map) method fromMapList (line 109) | List fromMapList(dynamic mapList) class TagsListBean (line 118) | class TagsListBean { method fromMap (line 122) | TagsListBean fromMap(Map map) method fromMapList (line 129) | List fromMapList(dynamic mapList) FILE: lib/model/navi_model.dart class NaviModel (line 3) | class NaviModel { method toString (line 24) | String toString() class NaviData (line 29) | class NaviData { method toString (line 48) | String toString() class NaviArticle (line 53) | class NaviArticle { method toString (line 112) | String toString() FILE: lib/model/pretty_model.dart class PrettyModel (line 1) | class PrettyModel { method fromMap (line 7) | PrettyModel fromMap(Map map) method fromMapList (line 14) | List fromMapList(dynamic mapList) class ResultsListBean (line 24) | class ResultsListBean { method fromMap (line 36) | ResultsListBean fromMap(Map map) method fromMapList (line 50) | List fromMapList(dynamic mapList) FILE: lib/model/project_tree_model.dart class ProjectTreeModel (line 3) | class ProjectTreeModel { method toString (line 24) | String toString() class ProjectTreeData (line 29) | class ProjectTreeData { method toString (line 58) | String toString() FILE: lib/model/projectlist_model.dart class ProjectTreeListModel (line 3) | class ProjectTreeListModel { method toString (line 20) | String toString() class ProjectTreeListData (line 25) | class ProjectTreeListData { method toString (line 52) | String toString() class ProjectTreeListDatas (line 57) | class ProjectTreeListDatas { method toString (line 116) | String toString() class ProjectTreeListTag (line 121) | class ProjectTreeListTag { method toString (line 134) | String toString() FILE: lib/model/system_tree_content_model.dart class SystemTreeContentModel (line 3) | class SystemTreeContentModel { method toString (line 20) | String toString() class SystemTreeContentData (line 25) | class SystemTreeContentData { method toString (line 52) | String toString() class SystemTreeContentChild (line 57) | class SystemTreeContentChild { method toString (line 116) | String toString() FILE: lib/model/system_tree_model.dart class SystemTreeModel (line 3) | class SystemTreeModel { method toString (line 24) | String toString() class SystemTreeData (line 29) | class SystemTreeData { method toString (line 58) | String toString() class SystemTreeChild (line 63) | class SystemTreeChild { method toString (line 92) | String toString() FILE: lib/model/todo_item.dart class TodoItem (line 3) | class TodoItem extends StatelessWidget { method toMap (line 20) | Map toMap() method build (line 39) | Widget build(BuildContext context) FILE: lib/model/todolist_model.dart class TodoListModel (line 3) | class TodoListModel { method toString (line 20) | String toString() class TodoListData (line 25) | class TodoListData { method toString (line 49) | String toString() class TodoListDatas (line 54) | class TodoListDatas { method toString (line 71) | String toString() class TodoData (line 76) | class TodoData { method toString (line 113) | String toString() FILE: lib/model/user_model.dart class UserModel (line 3) | class UserModel { method toString (line 20) | String toString() class UserData (line 25) | class UserData { method toString (line 61) | String toString() FILE: lib/model/website_collection_model.dart class WebsiteCollectionModel (line 3) | class WebsiteCollectionModel { method toString (line 24) | String toString() class WebsiteCollectionData (line 29) | class WebsiteCollectionData { method toString (line 54) | String toString() FILE: lib/model/wx_article_content_model.dart class WxArticleContentModel (line 3) | class WxArticleContentModel { method toString (line 20) | String toString() class WxArticleContentData (line 25) | class WxArticleContentData { method toString (line 52) | String toString() class WxArticleContentDatas (line 57) | class WxArticleContentDatas { method toString (line 116) | String toString() class WxArticleContentTags (line 121) | class WxArticleContentTags { method toString (line 134) | String toString() FILE: lib/model/wx_article_title_model.dart class WxArticleTitleModel (line 3) | class WxArticleTitleModel { method toString (line 24) | String toString() class WxArticleTitleData (line 29) | class WxArticleTitleData { method toString (line 58) | String toString() FILE: lib/splash_screen.dart class SplashScreen (line 5) | class SplashScreen extends StatefulWidget { method createState (line 7) | State createState() class SplashScreenState (line 13) | class SplashScreenState extends State { method initState (line 18) | void initState() method onDonePress (line 73) | void onDonePress() method onSkipPress (line 81) | void onSkipPress() method _setHasSkip (line 89) | void _setHasSkip () method build (line 96) | Widget build(BuildContext context) FILE: lib/ui/drawer/about.dart class AboutMePage (line 4) | class AboutMePage extends StatefulWidget { method createState (line 6) | State createState() class AboutMePageState (line 11) | class AboutMePageState extends State { method build (line 17) | Widget build(BuildContext context) FILE: lib/ui/drawer/collctions.dart class CollectionsPage (line 13) | class CollectionsPage extends BaseWidget { method getState (line 15) | BaseWidgetState getState() class CollectionsPageState (line 20) | class CollectionsPageState extends BaseWidgetState { method getData (line 27) | Future getData() method _getMore (line 53) | Future _getMore() method initState (line 79) | void initState() method getContentWidget (line 104) | Widget getContentWidget(BuildContext context) method _cancelCollection (line 135) | Future _cancelCollection(int _position, int _id, int _originId) method _renderRow (line 152) | Widget _renderRow(BuildContext context, int index) method _itemView (line 159) | Widget _itemView(BuildContext context, int index) method _slideRow (line 171) | Widget _slideRow(int index, Collection item) method _newsRow (line 189) | Widget _newsRow(Collection item) method dispose (line 245) | void dispose() method onClickErrorWidget (line 251) | void onClickErrorWidget() method getAppBar (line 257) | AppBar getAppBar() FILE: lib/ui/drawer/common_website.dart class CommonWebsitePage (line 10) | class CommonWebsitePage extends BaseWidget { method getState (line 12) | BaseWidgetState getState() class CommonWebsitePageState (line 17) | class CommonWebsitePageState extends BaseWidgetState { method _getData (line 24) | Future _getData() method initState (line 70) | void initState() method _getBodyWidget (line 91) | Widget _getBodyWidget(List datas) method _getColor (line 109) | Color _getColor(int index) method _renderItem (line 130) | Widget _renderItem(BuildContext context, int index) method getAppBar (line 151) | AppBar getAppBar() method getContentWidget (line 159) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 175) | void onClickErrorWidget() method dispose (line 181) | void dispose() FILE: lib/ui/drawer/drawer.dart class DrawerPage (line 16) | class DrawerPage extends StatefulWidget { method createState (line 18) | State createState() class DrawerPageState (line 23) | class DrawerPageState extends State { method initState (line 28) | void initState() method registerLoginEvent (line 37) | void registerLoginEvent() method build (line 51) | Widget build(BuildContext context) method logoutWidget (line 186) | Widget logoutWidget() method onCollectionClick (line 209) | void onCollectionClick() method onLoginClick (line 215) | void onLoginClick() FILE: lib/ui/drawer/pretty.dart class PrettyPage (line 6) | class PrettyPage extends StatefulWidget { method createState (line 8) | State createState() class PrettyPageState (line 13) | class PrettyPageState extends State { method _getData (line 23) | Future _getData() method initState (line 38) | void initState() method build (line 44) | Widget build(BuildContext context) FILE: lib/ui/home/banner.dart class BannerWidget (line 7) | class BannerWidget extends StatefulWidget { method createState (line 9) | State createState() class BannerWidgetState (line 14) | class BannerWidgetState extends State { method initState (line 19) | void initState() method _getBanner (line 24) | Future _getBanner() method buildItemImageWidget (line 35) | Widget buildItemImageWidget(BuildContext context, int index) method build (line 52) | Widget build(BuildContext context) FILE: lib/ui/home/home_page.dart class HomePage (line 10) | class HomePage extends BaseWidget { method getState (line 12) | BaseWidgetState getState() class HomePageState (line 17) | class HomePageState extends BaseWidgetState { method initState (line 26) | void initState() method getData (line 52) | Future getData() method _getMore (line 81) | Future _getMore() method getAppBar (line 109) | AppBar getAppBar() method getContentWidget (line 116) | Widget getContentWidget(BuildContext context) method _renderRow (line 146) | Widget _renderRow(BuildContext context, int index) method dispose (line 229) | void dispose() method onClickErrorWidget (line 238) | void onClickErrorWidget() FILE: lib/ui/knowledge/knowledge.dart class KnowledgePage (line 10) | class KnowledgePage extends BaseWidget { method getState (line 12) | BaseWidgetState getState() class KnowledgePageState (line 17) | class KnowledgePageState extends BaseWidgetState { method initState (line 24) | void initState() method _getData (line 43) | Future _getData() method _renderRow (line 68) | Widget _renderRow(BuildContext context, int index) method buildChildren (line 114) | Widget buildChildren(List children) method dispose (line 138) | void dispose() method getAppBar (line 144) | AppBar getAppBar() method getContentWidget (line 151) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 183) | void onClickErrorWidget() FILE: lib/ui/knowledge/knowledge_content.dart class KnowledgeContentPage (line 10) | class KnowledgeContentPage extends StatefulWidget { method createState (line 18) | State createState() class KnowledgeContentPageState (line 23) | class KnowledgeContentPageState extends State method initState (line 29) | void initState() method dispose (line 35) | void dispose() method build (line 41) | Widget build(BuildContext context) class NewsList (line 73) | class NewsList extends BaseWidget { method getState (line 78) | BaseWidgetState getState() class _NewsListState (line 83) | class _NewsListState extends BaseWidgetState { method initState (line 89) | void initState() method getData (line 101) | Future getData() method _getMore (line 130) | Future _getMore() method _renderRow (line 159) | Widget _renderRow(BuildContext context, int index) method _newsRow (line 177) | Widget _newsRow(SystemTreeContentChild item) method getAppBar (line 237) | AppBar getAppBar() method getContentWidget (line 244) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 263) | void onClickErrorWidget() FILE: lib/ui/login/login_page.dart class LoginPage (line 14) | class LoginPage extends StatefulWidget { method createState (line 18) | _LoginPageState createState() class _LoginPageState (line 21) | class _LoginPageState extends State method build (line 54) | Widget build(BuildContext context) method dispose (line 125) | void dispose() method initState (line 133) | void initState() method showInSnackBar (line 144) | void showInSnackBar(String value) method _buildMenuBar (line 161) | Widget _buildMenuBar(BuildContext context) method _buildSignIn (line 206) | Widget _buildSignIn(BuildContext context) method _login (line 208) | Future _login() method _buildSignUp (line 361) | Widget _buildSignUp(BuildContext context) method _regist (line 362) | Future _regist() method _onSignInButtonPress (line 529) | void _onSignInButtonPress() method _onSignUpButtonPress (line 535) | void _onSignUpButtonPress() method _toggleLogin (line 541) | void _toggleLogin() method _toggleSignup (line 548) | void _toggleSignup() method _toggleSignupConfirm (line 555) | void _toggleSignupConfirm() FILE: lib/ui/navigation/navigation.dart class NavigationPage (line 10) | class NavigationPage extends BaseWidget { method getState (line 12) | BaseWidgetState getState() class NavigationState (line 17) | class NavigationState extends BaseWidgetState { method initState (line 24) | void initState() method _getData (line 45) | Future _getData() method _rightListView (line 73) | Widget _rightListView(BuildContext context) method _renderContent (line 87) | Widget _renderContent(BuildContext context, int index) method buildChildren (line 115) | Widget buildChildren(List children) method getAppBar (line 143) | AppBar getAppBar() method getContentWidget (line 151) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 171) | void onClickErrorWidget() FILE: lib/ui/project/project.dart class ProjectPage (line 13) | class ProjectPage extends BaseWidget { method getState (line 15) | BaseWidgetState getState() class ProjectPageState (line 21) | class ProjectPageState extends BaseWidgetState method _getData (line 28) | Future _getData() method initState (line 55) | void initState() method dispose (line 67) | void dispose() method getAppBar (line 76) | AppBar getAppBar() method getContentWidget (line 83) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 117) | void onClickErrorWidget() class ProjectList (line 123) | class ProjectList extends StatefulWidget { method createState (line 129) | _ProjectListState createState() class _ProjectListState (line 134) | class _ProjectListState extends State { method _getData (line 141) | Future _getData() method _getMore (line 151) | Future _getMore() method initState (line 162) | void initState() method dispose (line 187) | void dispose() method build (line 193) | Widget build(BuildContext context) method _renderRow (line 224) | Widget _renderRow(BuildContext context, int index) FILE: lib/ui/public_ui/webview_page.dart class WebViewPage (line 5) | class WebViewPage extends StatefulWidget { method createState (line 16) | State createState() class WebViewPageState (line 21) | class WebViewPageState extends State { method initState (line 26) | void initState() method build (line 48) | Widget build(BuildContext context) FILE: lib/ui/publicc/publicc.dart class PubliccPage (line 13) | class PubliccPage extends BaseWidget { method getState (line 15) | BaseWidgetState getState() class PubliccPageState (line 20) | class PubliccPageState extends BaseWidgetState method _getData (line 28) | Future _getData() method initState (line 53) | void initState() method dispose (line 66) | void dispose() method getAppBar (line 73) | AppBar getAppBar() method getContentWidget (line 80) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 114) | void onClickErrorWidget() class NewsList (line 120) | class NewsList extends StatefulWidget { method createState (line 125) | _NewsListState createState() class _NewsListState (line 130) | class _NewsListState extends State { method _getData (line 137) | Future _getData() method _getMore (line 148) | Future _getMore() method initState (line 159) | void initState() method dispose (line 184) | void dispose() method build (line 190) | Widget build(BuildContext context) method _renderRow (line 220) | Widget _renderRow(BuildContext context, int index) FILE: lib/ui/search/hot_search_result.dart class HotResultPage (line 9) | class HotResultPage extends BaseWidget { method getState (line 14) | BaseWidgetState getState() class HotResultPageState (line 19) | class HotResultPageState extends BaseWidgetState { method _getData (line 26) | Future _getData() method _getMore (line 54) | Future _getMore() method initState (line 83) | void initState() method dispose (line 110) | void dispose() method _renderRow (line 115) | Widget _renderRow(BuildContext context, int index) method getAppBar (line 196) | AppBar getAppBar() method getContentWidget (line 203) | Widget getContentWidget(BuildContext context) method onClickErrorWidget (line 233) | void onClickErrorWidget() FILE: lib/ui/search/search.dart class SearchPage (line 7) | class SearchPage extends StatefulWidget { method createState (line 9) | State createState() class SearchPageState (line 14) | class SearchPageState extends State { method initState (line 23) | void initState() method _getData (line 60) | Future _getData() method changeContent (line 68) | void changeContent() method build (line 82) | Widget build(BuildContext context) method buildChildren (line 103) | Widget buildChildren(List children) FILE: lib/util/bubble_indication_painter.dart class TabIndicationPainter (line 5) | class TabIndicationPainter extends CustomPainter { method paint (line 25) | void paint(Canvas canvas, Size size) method shouldRepaint (line 49) | bool shouldRepaint(TabIndicationPainter oldDelegate) FILE: lib/util/style_util.dart class StyleUtil (line 4) | class StyleUtil { method getTextStyle (line 12) | TextStyle getTextStyle(Color colors,double fontsizes,bool isFontWeight) method getPadding (line 24) | Widget getPadding(Widget w,double all) method getPaddingfromLTRB (line 36) | Widget getPaddingfromLTRB(Widget w,{double l,double t,double,r,double b}) FILE: lib/util/theme_util.dart class ThemeUtils (line 3) | class ThemeUtils { FILE: lib/util/utils.dart class Utils (line 6) | class Utils { method getImgPath (line 10) | String getImgPath(String name, {String format: 'png'}) method getPinyin (line 14) | String getPinyin(String str) method getChipBgColor (line 18) | Color getChipBgColor(String name) method nameToColor (line 24) | Color nameToColor(String name) method getTimeLine (line 31) | String getTimeLine(BuildContext context, int timeMillis) method getTitleFontSize (line 41) | double getTitleFontSize(String title) method setColorTheme (line 58) | setColorTheme(int colorThemeIndex) method getColorThemeIndex (line 63) | Future getColorThemeIndex() FILE: test/widget_test.dart function main (line 13) | void main()