Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 402 Bytes

Thaana

Thaana utilities for Flutter

Installation

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  thaana: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:thaana/thaana.dart';

Example

ThaanaTextField(
    controller: myTextEditingController,
    style: TextStyle(...),
);