flutter_core 1.0.2 copy "flutter_core: ^1.0.2" to clipboard
flutter_core: ^1.0.2 copied to clipboard

flutter_core is a package for flutter to create the core module. Core module is a part of Clean Architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_core

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

dependencies:
  flutter_core: ^1.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:flutter_core/flutter_core.dart';
0
likes
20
pub points
80%
popularity

Publisher

unverified uploader

flutter_core is a package for flutter to create the core module. Core module is a part of Clean Architecture.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dartz, data_connection_checker, dio, firebase_core, firebase_messaging, flutter, flutter_local_notifications, get_it, json_annotation, json_serializable, logger, path

More

Packages that depend on flutter_core