retcore 0.0.2 copy "retcore: ^0.0.2" to clipboard
retcore: ^0.0.2 copied to clipboard

RetCore is a Flutter package that provides essential components designed to simplify coding for beginners.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add retcore

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

dependencies:
  retcore: ^0.0.2

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:retcore/retcore.dart';
3
likes
110
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

RetCore is a Flutter package that provides essential components designed to simplify coding for beginners.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

device_info_plus, flutter, flutter_svg, http, intl, lottie, path_provider, permission_handler, retcorelogger, shared_preferences

More

Packages that depend on retcore