codeofwidget 1.3.5 codeofwidget: ^1.3.5 copied to clipboard
Tüm projelerimde ortak kullanabileceğim kodları barındırması amacı ile yazılmış bir pakettir. Paketi Readme.md dosyasını okuyarak aktif kullanabilirsiniz.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add codeofwidget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
codeofwidget: ^1.3.5
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:codeofwidget/codeofwidget.dart';