mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-09-21 07:47:15 +08:00
updated: readme with demo gifs and proper information
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
# using_listview
|
||||
# Using Listview
|
||||
|
||||
Example app showing implementing listview.
|
||||
|
||||
<img src="demo_img.gif" height="600em" />
|
||||
|
||||
A new Flutter project.
|
||||
|
||||
## Getting Started
|
||||
|
||||
For help getting started with Flutter, view our online
|
||||
[documentation](http://flutter.io/).
|
||||
For help getting started with Flutter, view online [documentation](http://flutter.io/).
|
BIN
using_listview/demo_img.gif
Normal file
BIN
using_listview/demo_img.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1004 KiB |
@ -3,6 +3,7 @@ import 'package:using_listview/contact_page.dart';
|
||||
|
||||
void main() {
|
||||
runApp(new MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
home: new Scaffold(
|
||||
appBar: new AppBar(
|
||||
title: new Text("Using Listview"),
|
||||
|
Reference in New Issue
Block a user