First, we need to setup a basic Flutter app to start with. ... home: Scaffold( appBar: AppBar( title: Text("Simple Note ListView"), ) ...
確定! 回上一頁