Thaana utilities for Flutter
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
thaana: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:thaana/thaana.dart';
ThaanaTextField(
controller: myTextEditingController,
style: TextStyle(...),
);