A package to provide user with some basic important helper widgets.

Features

Getting started

  1. Add latest version to pubspec.yaml
dependecies:
  flutter_starter_pack: ^0.0.1
  1. Import the package and use it in your app
import 'package:flutter_starter_pack/flutter_starter_pack.dart';

Usage

const like = 'sample';

Additional information