A personal collection of useful scripts for everyday development, written in Dart.

Related tags

Templates suitcase
Overview

Suitcase 💼

coverage style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

A collection of useful personal scripts and tools.


TODO: Improve this README

Getting Started 🚀

If the CLI application is available on pub, activate globally via:

dart pub global activate suitcase

Or locally via:

dart pub global activate --source=path <path to this package>

Usage

# Sample command
$ suitcase sample

# Sample command optioon
$ suitcase sample --cyan

# Show CLI version
$ suitcase --version

# Show usage help
$ suitcase --help

Running Tests with coverage 🧪

To run all unit tests use the following command:

$ dart pub global activate coverage 1.2.0
$ dart test --coverage=coverage
$ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

To view the generated coverage report you can use lcov .

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

You might also like...

Useful Flutter UI Templates

Useful Flutter UI Templates

Flutter UI Templates Useful Flutter UI Templates App Main Page Sign In Sign Up Splash Screen Template Type Status Sign In OK Sign Up OK Splash Screen

Nov 13, 2022

Super Useful Flutter Layouts - Right in Your Pocket. 😉

Super Useful Flutter Layouts - Right in Your Pocket. 😉

Super Useful Flutter Layouts - Right in Your Pocket. 😉 Update: Flutter web app preview here: https://flutter-layouts-demo.web.app/ YouTube video walk

Jan 8, 2023

A beautiful design and useful project for Building a flutter knowledge architecture

Flutter Dojo Change log Flutter Dojo Change Log 我的网站 https://xuyisheng.top/ Wiki Flutter Dojo Wiki 体验APK Github Actions APK download 认识Flutter是在18年,移动

Dec 21, 2022

Widget to count the amount of nested widget tree, useful in the dynamic construction of the interface when it is important to know the depth of widget.

Widget to count the amount of nested widget tree, useful in the dynamic construction of the interface when it is important to know the depth of widget.

widget_tree_depth_counter Widget Tree Depth Counter WidgetTreeDepthCounter is a simple widget to count the amount of nested widget tree, useful in the

Aug 1, 2022

Flutter library that provides useful functions for working with colors

Colors Stuff A library that provides useful functions for working with colors. T

Dec 27, 2021

Kc - A Simple App Solution for Calculation Fraction (Kali) size of a Lehenga. this is very useful for Fashion designers and tailors. Simple UI with best User Experience.

kc A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is yo

Jan 8, 2022

SeizeYourSpace - An App to capture details about folks interested in joining Publicis Sapient. Especially useful at events!

SeizeYourSpace - An App to capture details about folks interested in joining Publicis Sapient. Especially useful at events!

photo_job A simple app to take in candidate applications at a Conference Booth. This simplifies the work for a recruiter and eliminates the paper work

Jul 11, 2022

A set of useful sliver tools that are missing from the flutter framework

A set of useful sliver tools that are missing from the flutter framework

sliver_tools A set of useful sliver tools that are missing from the flutter framework. Here is a taste what you can make using this package The struct

Jan 4, 2023

The easiest way to use navigation, context less and useful methods.

The easiest way to use navigation, context less and useful methods.

Starlight Utils The easiest way to use navigation, context less and useful methods. Features Name Status Context Less Navigation Service ✅ Context Les

Jul 10, 2022
Comments
Owner
Jeroen Meijer (Jay)
Call me Jay. Software Developer, passionate about TypeScript and Flutter, like to help out other people. Admin and maintainer for @fluttercommunity
Jeroen Meijer (Jay)
Encode App-Dev is a open source project which contains different projects of Application development, Android development, IOS development, Flutter, Kotlin, Dart, Java, Swift etc.

HACKTOBERFEST 2022 Encode App-Dev is an open source project which contains different projects of Application development, Android development, IOS dev

null 4 Dec 4, 2022
An application that helps you to quit smoking by showing your everyday performance and boosting your confidence.

This Project is developed in HACKTOBERFEST 2022 By I Can And I Will An application that helps you to quit smoking by showing your everyday performance

Kalash Saini 10 Oct 27, 2022
A collection of useful algorithms in Dart with keeping performance and flexibility on mind.

algorithmic A collection of useful algorithms in Dart with keeping performance and flexibility on mind. Usage The following import will give you acces

Sudipto Chandra 7 Jan 1, 2023
Superpowers for Dart. Collection of useful static extension methods.

If you miss an extension, please open an issue or pull request Resources: Documentation Pub Package GitHub Repository On this page you can find some o

Simon Leier 955 Jan 8, 2023
⚒️ A monorepo containing a collection of packages that provide useful functionality for building CLI applications in Dart.

⚒️ Dart CLI Utilities A monorepo containing a collection of packages that provide useful functionality for building CLI applications in Dart. Document

Invertase 14 Oct 17, 2022
Personal-Expense - Personal expense application in Flutter

expenseapp Personal expense application in Flutter / Application de dépense en F

Tommy 1 Feb 10, 2022
A collection of Flutter apps with some useful tricks

Flutter Apps Collection A simple collection of flutter applications with some common use cases & useful little tricks. The apps have been tested in iO

Anis Benna 5 May 12, 2022
A collection of useful packages maintained by the Flutter team

Flutter Packages This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., package

Flutter 2.3k Dec 30, 2022
Personal collection of Flutter apps.

Flutter Examples Compilation work in progress. You can find other public samples at https://github.com/joshuadeguzman/flutter-examples-archive. Collec

Joshua de Guzman 612 Dec 24, 2022
Flutter-Apps-Collection: a collection of apps made in flutter for learning purpose

Flutter-Apps-Collection This is a repository of a collection of apps made in flutter for learning purpose Some Screenshots . . . Apps build in Flutter

Himanshu Singh 96 May 27, 2022