flutter_tk 2.0.0
flutter_tk: ^2.0.0 copied to clipboard
flutter_tk
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_tkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_tk: ^2.0.0Alternatively, 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_tk/tk.dart';
import 'package:flutter_tk/tk_box.dart';
import 'package:flutter_tk/tk_flex.dart';
import 'package:flutter_tk/tk_helper.dart';
import 'package:flutter_tk/tk_image.dart';
import 'package:flutter_tk/tk_log.dart';
import 'package:flutter_tk/tk_text.dart';