Skip to content

A Flutter(🖤) package for placeholder texts.

License

Notifications You must be signed in to change notification settings

m-zaink/super_hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super_hero

SuperHeroBanner

  • A Flutter package to generate random super-hero names to be used as placeholder text.
  • Rather than plain old random-word pairs, you can instead fill in with a super-hero name.

Usage :

Importing the package

import 'package:super_hero/super_hero.dart';

Retrieving a random super-hero name

SuperHero.random(); // returns a random super-hero name

pubspec set-Up

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^0.1.2
  super_hero: ^1.0.2  # Include this line under the dependencies.

About

A Flutter(🖤) package for placeholder texts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages