A repo of dart packages that I've built along the way.

Overview

Pub-Dev

build deploy

This project is a mono-repo (of sorts) for the packages I've created along the way. Most of them were born for my own needs, some may be just amusing ideas I had once.

If you find them useful, enjoy!

:)

Packages

  • Geography

    • Β―\(ツ)/Β― Because I'm too cheap to pay for a geo-coding service, and I only needed City-level resolution.
  • Cobertura

    • Easy way to quickly view LCOV results in the console (with or without colorization), and convert LCOV to Cobertura for GitHub and Azure.
  • dfat

    • The dfat CLI, facilitating the dfat solution template system for rapidly adding cloud backends to flutter apps.
You might also like...

An application built using Flutter that holds a static personal/professional informations related to me in the form of card.(Digital Visiting Card)

mi_card_flutter A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

Feb 3, 2022

BMI Calculator is a Mobile Application for Android and iOS built by Flutter

BMI Calculator is a Mobile Application for Android and iOS built by Flutter

BMI Calculator πŸ’ͺ Our Goal The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interfa

Jan 10, 2022

AOP for Flutter(Dart)

AOP for Flutter(Dart)

AspectD Salute to AspectJ. AspectD is an AOP(aspect oriented programming) framework for dart. Like other traditional aop framework, AspectD provides c

Jan 7, 2023

Environment specific config generator for Dart and Flutter applications during CI/CD builds

Environment Config Generator Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simpl

Dec 2, 2022

A Very Good Command Line Interface for Dart created by Very Good Ventures πŸ¦„

A Very Good Command Line Interface for Dart created by Very Good Ventures πŸ¦„

Very Good CLI Developed with πŸ’™ by Very Good Ventures πŸ¦„ A Very Good Command Line Interface for Dart. Installing $ dart pub global activate very_good_

Jan 8, 2023

πŸš€The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

πŸš€The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time.

Flutter Gen Zeplin Extension πŸš€ The Flutter dart code generator from zeplin. ex) Container, Text, Color, TextStyle, ... - Save your time. ⬇ 1.1k Getti

Oct 12, 2022

Dart language version of Persian-Tools

Dart language version of Persian-Tools

Persian tools Persian Tools dart package which you can use in all platforms Features Adding ordinal suffixes Converting Persian words to number Conver

Dec 29, 2022

A Dart package to web scraping data from websites easily and faster using less code lines.

Chaleno A flutter package to webscraping data from websites This package contains a set of high-level functions that make it easy to webscrap websites

Dec 29, 2022

A pure dart package to apply useful rate limiting strategies on regular functions.

A pure dart package to apply useful rate limiting strategies on regular functions.

Rate limiting is a strategy for limiting an action. It puts a cap on how often someone can repeat an action within a certain timeframe. Using rate_limiter we made it easier than ever to apply these strategies on regular dart functions.

Dec 14, 2022
Comments
  • Dependency conflict with flutter_localizations

    Dependency conflict with flutter_localizations

    Because geography >=1.1.4 depends on collection ^1.16.0 and every version of flutter_localizations from sdk depends on collection 1.15.0, geography >=1.1.4 is incompatible with flutter_localizations from sdk.

    compatibility 
    opened by mhw-tillty 3
Releases(v0.0.1-dynamo_json)
  • v0.0.1-dynamo_json(Oct 28, 2022)

    What's Changed

    • feat(dynamo_json): adds dynamo_json by @GioCirque in https://github.com/GioCirque/pub-dev/pull/2
    • feat(dynamo_json): complete rewrite by @GioCirque in https://github.com/GioCirque/pub-dev/pull/4

    New Contributors

    • @GioCirque made their first contribution in https://github.com/GioCirque/pub-dev/pull/2

    Full Changelog: https://github.com/GioCirque/pub-dev/compare/v1.1.5-geography...v0.0.1-dynamo_json

    Source code(tar.gz)
    Source code(zip)
  • v1.1.5-geography(Apr 27, 2022)

  • v1.0.3-cobertura(Jan 17, 2022)

A simple way to cache values that result from rather expensive operations.

cached_value A simple way to cache values that result from rather expensive operations. It is useful to cache values that: Are computed from other val

Renan 27 Nov 11, 2022
A better/safer way to handle environment variables in Flutter.

Envify A better and probably safer way to handle environment variables in Flutter. To read why this is better/safer in details, skip to the motivation

Frenco 96 Nov 5, 2022
You can use this package for transition between screens with interesting way with amazing animation

You can use this package for transition between screens with interesting way with amazing animation

Sajad Rahimi 5 Jul 10, 2022
An android application built using Flutter that computes the Body Mass Index of person and suggestion to carry ,by taking Inputs (Weight, Height, and Age), Built using Flutter

BMI Calculator ?? Our Goal The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interfa

dev_allauddin 7 Nov 2, 2022
A Dart build script that downloads the Protobuf compiler and Dart plugin to streamline .proto to .dart compilation.

A Dart build script that downloads the Protobuf compiler and Dart plugin to streamline .proto to .dart compilation.

Julien Scholz 10 Oct 26, 2022
Log snapshot management solution (iOS/Android/Web/Server) built with Flutter/Dart using Bloc pattern and Firebase Firestore backend.

Log snapshot management solution (iOS/Android/Web/Server) built with Flutter/Dart using Bloc pattern and Firebase Firestore backend.

Alexey Perov 5 Nov 9, 2022
Dart wrapper via dart:ffi for https://github.com/libusb/libusb

libusb Dart wrapper via dart:ffi for https://github.com/libusb/libusb Environment Windows(10) macOS Linux(Ubuntu 18.04 LTS) Usage Checkout example Fea

Woodemi Co., Ltd 28 Dec 20, 2022
Extensible Dart interpreter for Dart with full interop

dart_eval is an extensible interpreter for the Dart language, written in Dart. It's powered under the hood by the Dart analyzer, so it achieves 100% c

Ethan 169 Dec 28, 2022
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Google 905 Jan 2, 2023
An application built using flutter that works as destiny checker, whether our mind wish is as we desire or not with 8 different option.

magic_8_ball_utter A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you s

dev_allauddin 3 Feb 3, 2022