simply 6.0.0 copy "simply: ^6.0.0" to clipboard
simply: ^6.0.0 copied to clipboard

Flutter made simple, Simply is a light-weight package for creating production-ready applications easily and quickly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simply

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simply: ^6.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simply/simply.dart';
1
likes
140
pub points
2%
popularity

Publisher

verified publisherwisebay.tech

Flutter made simple, Simply is a light-weight package for creating production-ready applications easily and quickly.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on simply