Alireza Easazade
Alireza Easazade
adding the rest of the DataProviders needed to add multi-lingual support for the faker library Connected to #30 TODO: - docs needs to be updated - add guide in documents...
it will be great to add support for other languages as well. though I understand that there are alot of languages and comming up with a solution to this problem...
Please add **_Icon Preview_** support for the following icon packages : [feather_icons_flutter](https://pub.dev/packages/feather_icons_flutter) [line_icons](https://pub.dev/packages/line_icons)
the error and the stack trace ``` 'package:flutter/src/services/text_input.dart': Failed assertion: line 742 pos 12: 'attached': is not true. ``` >The following assertion was thrown building TxtBuildEditable(state: _TxtBuildEditableState#e1377): 'package:flutter/src/services/text_input.dart': Failed assertion:...
The purpose is to ignore some elements we define in our @Envify annotated class from being read by `envify_generator` like computed fields ```dart @Envify(path: '.env') class Env { // site...
I get the following error when i run `fontify` ```shell [I] Using config fontify.yaml [E] NoSuchMethodError: The method 'split' was called on null. Receiver: null Tried calling: split(RegExp: pattern=[\s|,] flags=)...
**Describe the bug** app fails to build for iOS Simulator when this package is simply added as a dependency. it builds successfully on iOS devices. this is causing our CI...
This PR updates the report command to also generate a markdown report and a github badge based on the given thresholds. markdown report is a one page compact report with...