extension_pro 0.0.1
extension_pro: ^0.0.1 copied to clipboard
Extension Pro simplifies your development process, making it faster and more efficient.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add extension_proThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
extension_pro: ^0.0.1Alternatively, 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:extension_pro/extensions_pro_base.dart';
import 'package:extension_pro/extentions_pro.dart';
import 'package:extension_pro/navigation_extensions_pro.dart';
import 'package:extension_pro/widgets_extension_pro.dart';