This package is only useful for other sunday packages.
Features
- GetStorage
Getting started
To start using this package, ensure you have Dart and Flutter installed on your system. You can install them from the official Dart and Flutter websites. Once installed, add this package to your pubspec.yaml
file and run flutter pub get
to install the dependencies.
Usage
Here is a short example of how to use this package:
import 'package:sunday_core/sunday_core.dart';
void main() {
sundayPrint('Hello World');
// Add more usage examples here
}
Libraries
- Print/print
- sunday_core
- The main library for the Sunday Core package.