sunday_core 0.0.5 sunday_core: ^0.0.5 copied to clipboard
A Flutter package for Sunday, required for all sunday packages
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
}