Welth Flutter: Starter Kit

A step-by-step installation guide for Flutter users.

If you don't have your app set up yet, follow the Flutter Installation Guide.

Setting up your Flutter project:

  1. Open your pubspec.yaml file and add the following dependency:

    dependencies: 
      welth: ^0.0.4
    
  2. Open your terminal and run:

    flutter pub get
    

Initialization

Importing the necessary libraries:

import 'package:welth/welth.dart';