Lint rules for Dart and Flutter used internally at NetGlade.

Overview

NetGlade Analysis

NetGlade

Developed with 💙 by NetGlade

ci pub package License: MIT


This package provides lint rules for Dart and Flutter which are used at NetGlade.

Usage

To use the lints, add as a dev dependency in your pubspec.yaml:

dev_dependencies:
  netglade_analysis: ^1.0.0

Then, add an include in analysis_options.yaml:

include: package:netglade_analysis/lints.yaml

analyzer:
  plugins:
    - dart_code_metrics

dart_code_metrics:
  extends:
    - package:netglade_analysis/code_metrics.yaml
You might also like...

Flutter Youtube Redesign. this gave me so much Experience For Flutter . I used Video_player and Spring animation packages in this project

youtube 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

Dec 13, 2021

An easy to use side menu in flutter and can used for navigations

An easy to use side menu in flutter and can used for navigations

Easy Sidemenu Easy sidemenu is An easy to use side menu (bar) for flutter that you can use for navigations in your application. Sidemenu is a menu tha

Dec 29, 2022

This app I used for my daily practice flutter widget and code from afgprogrammer.

This app I used for my daily practice flutter widget and code from afgprogrammer.

food_delivery A new Food Delivery App Flutter project. design view Code by afgprogrammer. Getting Started This project is a starting point for a Flutt

Oct 10, 2021

Home app - A dynamic flutter app which can be used to generate alerts, set alarms and send sms or call someone

Home app - A dynamic flutter app which can be used to generate alerts, set alarms and send sms or call someone

first_app A dynamic flutter app which can be used to generate alerts, set alarms

Apr 9, 2022

Z time ago - A simple Flutter z time ago package used to change date to time ago for english, arabic and kurdish languages

This package is used to get time duration from now and given time for kurdish, a

May 19, 2022

This application displays the characters of the series Breaking Bad, has been used Cubit state and API .

breaking_bad A new Flutter project using bloc. Getting Started This project is a starting point for bloc state_management. A few resources to get you

Dec 24, 2021

This mobile application is used to record sales and purchases for a business

This mobile application is used to record sales and purchases for a business, show which sales were paid and which ones are not hence provision of ease track of debtors. The app simplifies the overall business calculations for easy management, monitoring and control.

Aug 22, 2022

A Funtioning basic Clock UI APP with extra functionalities such as displaying thecurrent time location being used and checking time for other timezones simultaneosly.

clock_UI 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

Dec 28, 2021
Releases(1.0.0)
  • 1.0.0(Nov 15, 2022)

    What's Changed

    • Add lints and code_metrics by @tenhobi in https://github.com/netglade/netglade_analysis/pull/1

    New Contributors

    • @tenhobi made their first contribution in https://github.com/netglade/netglade_analysis/pull/1

    Full Changelog: https://github.com/netglade/netglade_analysis/commits/1.0.0

    Source code(tar.gz)
    Source code(zip)
Owner
NetGlade
Tvoříme aplikace, které pohánějí Váš byznys
NetGlade
An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter

Lint for Dart/Flutter lint is a hand-picked, open-source, community-driven collection of lint rules for Dart and Flutter projects. The set of rules fo

Pascal Welsch 257 Jan 3, 2023
Rules - Powerful and feature-rich validation library for both Dart and Flutter.

Introduction Rules - Powerful and feature-rich validation library for both Dart and Flutter. Rules is a simple yet powerful and feature-rich validatio

Ganesh Rathinavel 24 Dec 12, 2022
Linter rules corresponding to the guidelines in Effective Dart

effective_dart This package is deprecated. Before it was deprecated, it was the way to provide analysis options corresponding to the guidelines in Eff

Honza Bittner 127 Dec 9, 2022
This is a dart package that converts words to numbers. It can be used in Flutter and normal Dart programs

Wordstonumbers.dart Wordstonumbers.dart is a simple dart package that converts a string of simple worded numbers into digits (e.g one hundred -> 100).

Michael Essiet 3 Oct 17, 2022
Youtube API in Dart app. Used for downloading media and search request.

Youtube API Youtube API made by using Dart and Flutter in a cross-platform app. Used for downloading media and search request. For an idea of how the

Avian Silviu-Gabriel 0 Nov 4, 2021
An animated FAB menu with 2 FAB descendants written in Dart to be used with Flutter.

2itemAnimatedFabMenu | In Progress. An easy implementation of animated FAB menu with 2 FAB descendants using AnimatedAlign widget. Usage Case 1: Scree

Heshanka 5 Oct 28, 2022
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes

Awesome Flutter Snippets Awesome Flutter Snippets is a collection of commonly used Flutter classes and methods. It increases your speed of development

Neevash Ramdial (Nash) 139 Dec 9, 2022