All Projects → iampawan → Pkskeleton

iampawan / Pkskeleton

Licence: other
A Facebook & Twitter Like Card Loading Shimmer Skeleton Library.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Pkskeleton

Gitpkg
Publish packages as git tags
Stars: ✭ 208 (-16.47%)
Mutual labels:  package
Setup Miniconda
Set up your GitHub Actions workflow with conda via miniconda
Stars: ✭ 222 (-10.84%)
Mutual labels:  package
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (-6.02%)
Mutual labels:  package
Elm Package
Command line tool to share Elm libraries
Stars: ✭ 214 (-14.06%)
Mutual labels:  package
Please Upgrade Node
💁 Show a message to your users to upgrade Node instead of a stacktrace
Stars: ✭ 219 (-12.05%)
Mutual labels:  package
Permissionsswiftui
A SwiftUI package to beautifully display and handle permissions.
Stars: ✭ 220 (-11.65%)
Mutual labels:  package
Progressr
三 R package: An Inclusive, Unifying API for Progress Updates
Stars: ✭ 198 (-20.48%)
Mutual labels:  package
Vuepack
Publish .vue files in NPM packages
Stars: ✭ 242 (-2.81%)
Mutual labels:  package
Pkg Ok
👌 Checks paths and scripts defined in package.json before you publish
Stars: ✭ 219 (-12.05%)
Mutual labels:  package
Photofilters
photofilters library for flutter
Stars: ✭ 229 (-8.03%)
Mutual labels:  package
Laravel Multisite
Multiple sites on one codebase
Stars: ✭ 214 (-14.06%)
Mutual labels:  package
Laravel Package Tools
Tools for creating Laravel packages
Stars: ✭ 216 (-13.25%)
Mutual labels:  package
Reactr
React for R
Stars: ✭ 227 (-8.84%)
Mutual labels:  package
Laravel Custom Casts
Make your own custom cast type for Laravel model attributes
Stars: ✭ 213 (-14.46%)
Mutual labels:  package
Swaglyrics For Spotify
📃 Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. Very fast.
Stars: ✭ 235 (-5.62%)
Mutual labels:  package
Teletype
Share your workspace with team members and collaborate on code in real time in Atom
Stars: ✭ 2,345 (+841.77%)
Mutual labels:  package
Ecto mnesia
Ecto adapter for Mnesia Erlang term database.
Stars: ✭ 223 (-10.44%)
Mutual labels:  package
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+978.71%)
Mutual labels:  package
Laravel Multilingual Routes
A package to handle multilingual routes in your Laravel application.
Stars: ✭ 241 (-3.21%)
Mutual labels:  package
Laravelmetatags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
Stars: ✭ 226 (-9.24%)
Mutual labels:  package

PKSkeleton

Say Thanks! Twitter

A Facebook & Twitter Like Card Loading Shimmer Skeleton Library.

The source code is 100% Dart, and everything resides in the /lib folder.

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

Open Source Love

YouTube Channel

MTechViral

Facebook Group

Let's Flutter With Dart

💻 Installation

In the dependencies: section of your pubspec.yaml, add the following line:

pk_skeleton: <latest_version>

❔ Usage

Light Theme

PKCardSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKCardSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
)

PKCardListSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKCardListSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
  length: 10,
)

PKCardProfileSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKCardProfileSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
)

PKCardPageSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKCardPageSkeleton(
  totalLines: 5,
)

Dark Theme

To use dark theme in your app. Simply provide brightness to dark in your Material App Widget or use Theme Widget.

Enable Dark Theme

 ThemeData(
  brightness: Brightness.dark,  
),

PKDarkCardSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKDarkCardSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
)

PKDarkCardListSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKDarkCardListSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
  length: 10,
)

PKDarkCardProfileSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKDarkCardProfileSkeleton(
  isCircularImage: true,
  isBottomLinesActive: true,
)

PKDarkCardPageSkeleton

import 'package:pk_skeleton/pk_skeleton.dart';

//Widget
PKDarkCardPageSkeleton(
  totalLines: 5,
)

💰 Donations

This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!

PayPal

  • Donate $5: Thank's for creating this project, here's a tea (or some juice) for you!
  • Donate $10: Wow, I am stunned. Let me take you to the movies!
  • Donate $15: I really appreciate your work, let's grab some lunch!
  • Donate $25: That's some awesome stuff you did right there, dinner is on me!
  • Donate $50: I really really want to support this project, great job!
  • Donate $100: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Donate $2799: Go buddy, buy Macbook Pro for yourself!

Of course, you can also choose what you want to donate, all donations are awesome!

👨 Developed By

Pawan Kumar

GDE (Google Developer Expert) for Flutter. Passionate #Flutter, #Android Developer. #Entrepreneur #YouTuber

👍 How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

📃 License

Copyright (c) 2019 Pawan Kumar

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.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].