Last updated:
0 purchases
flutter starter pack
A package to provide user with some basic important helper widgets.
Features #
Getting started #
Add latest version to pubspec.yaml
dependecies:
flutter_starter_pack: ^0.0.1
copied to clipboard
Import the package and use it in your app
import 'package:flutter_starter_pack/flutter_starter_pack.dart' as sp;
copied to clipboard
Usage #
const data = 'Some useful Text';
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.