loadinglistview 0.0.2 copy "loadinglistview: ^0.0.2" to clipboard
loadinglistview: ^0.0.2 copied to clipboard

Flutter ListView and GridView that shows Loading Widgets before the real data is loaded.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'profile_example.dart';
import 'restaurant_example.dart';
import 'youtube_example.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      // home: ColleagueExample(),
      home: RestaurantExample(),
      // home: YouTubeExample(),
      //home: FriendRequestExample(),
    );
  }
}
7
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter ListView and GridView that shows Loading Widgets before the real data is loaded.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on loadinglistview