随笔分类 - Flutter
只有注册用户登录后才能阅读该文。
摘要:const kOtherBubblePointer = BorderRadius.only( topRight: Radius.circular(30), bottomLeft: Radius.circular(30), bottomRight: Radius.circular(30), ); co
阅读全文
摘要:Let's say you set widget height to 200, but to different screen, there might not be enough space for the widget to display, in this case, you can use
阅读全文
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
摘要:Anroid Firebase Project setup: 1. In firebase console, cerate a Android app setup you can find in code: Find "applicationId", undef "defaultConfig", p
阅读全文
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
只有注册用户登录后才能阅读该文。
摘要:Basic navigation by using 'Navigator.push' & 'Navigator.pop()', for example, we have two screen, screen1 and screen2, we want to navigate between two
阅读全文
摘要:For example, we want to have to button, looks similar to FloatingActionButton: But in the doc, it says to it is recommend to have only one floatingAct
阅读全文
摘要:Docs
阅读全文
只有注册用户登录后才能阅读该文。
摘要:https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e
阅读全文
只有注册用户登录后才能阅读该文。
摘要:Normally if you place three the same size icons in a stack, they will stands on top of each other, then we can use 'Align' and 'Position' to positioni
阅读全文