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
pub points
38%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on loadinglistview