dotsot 0.0.6 copy "dotsot: ^0.0.6" to clipboard
dotsot: ^0.0.6 copied to clipboard

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

dotsot #

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

Installation #

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

dependencies:
  dotsot: ^0.0.6

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

Basic #

import 'package:dotsot/dotsot.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

Aarif Husain #

1
likes
150
points
43
downloads

Documentation

API reference

Publisher

verified publisheraarifhusain.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dotsot