0 purchases
welth
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: #
Open your pubspec.yaml file and add the following dependency:
dependencies:
welth: ^0.0.4
copied to clipboard
Open your terminal and run:
flutter pub get
copied to clipboard
Initialization #
Importing the necessary libraries: #
import 'package:welth/welth.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.