abushakir 0.1.4
abushakir: ^0.1.4 copied to clipboard
A Dart/ Flutter Package for Ethiopian calendar system (ባሕረ ሃሳብ). It can help you integrate Ethiopian DateTime, calendar and all the movable fastings with respective holidays.
18
likes
100
/ 110
pub points
57
%
popularity
We analyzed this package on Mar 1, 2021, and awarded it 100 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 74 out of 116 API elements (63.8 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: BahireHasab._year
lib/src/calendar/bahireHasab.dart:49:7
╷
49 │ class BahireHasab extends Equatable {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/calendar/bahireHasab.dart
INFO: DO use curly braces for all flow control structures.
lib/src/calendar/calendar.dart:196:9
╷
196 │ ┌ yield [
197 │ │ _date.year,
198 │ │ _date.month,
199 │ │ i + 1,
200 │ │ weekDayName ? _weekdays[monthBeginning] : monthBeginning
201 │ └ ];
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/calendar/calendar.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
equatable | ^1.1.0 | 1.2.6 | 1.2.6 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection | - | 1.14.13 | 1.15.0 |
meta | - | 1.2.4 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Dart 2.10.5
.