Skip to content

Commit

Permalink
customizable loaders added
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Morgan committed Apr 9, 2020
1 parent a871740 commit ed4f201
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 38 deletions.
22 changes: 21 additions & 1 deletion LICENSE
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) [2020] [Michael Adeyemo]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 0 additions & 4 deletions example/lib/main.dart
@@ -1,9 +1,5 @@
import 'package:flutter/material.dart';
import 'package:loadinglistview/loadinglistview.dart';
import 'package:loadinglistview/widgets/value.dart';

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

void main() => runApp(MyApp());
Expand Down
36 changes: 3 additions & 33 deletions pubspec.yaml
@@ -1,8 +1,9 @@
name: loadinglistview
description: Flutter ListView and GridView that shows Loading Widgets before the real data is loaded.
version: 0.0.1
author: Morgan <michaeladesola1410@gmail.com>
homepage:
authors:
- Morgan <michaeladesola1410@gmail.com>
homepage: https://github.com/De-Morgan/Loading-ListView

environment:
sdk: ">=2.6.0 <3.0.0"
Expand All @@ -20,34 +21,3 @@ dev_dependencies:

# The following section is specific to Flutter.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

0 comments on commit ed4f201

Please sign in to comment.