Skip to content

aarifhusaincom/faster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faster

Now write code in faster way just like this object.functionName.

Installation

To get started, add the following dependency to your pubspec.yaml:

dependencies:
  faster: ^0.0.1

Run dart pub get faster or flutter pub get faster to install the package.

Basic

import 'package:faster/faster.dart';

void main() {
  final name = 'aarif husain';
  name.capitalize; // Aarif Husain
  name.repeat(2); // aarif husainaarif husain
}

License

This package is licensed under the MIT License.

Maintainers

@aarifhusaincom

About

This package is used for faster development using multiple extensions and custom methods. For accessing just type dot (.) with any object and get premade features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors