Gapkalov Dmitry

Results 2 issues of Gapkalov Dmitry

gcc pack more than six sequent empty line into one line with using of # directive like this one: ``` before: \r \r \r \r \r \r void foo(){} after:...

Issue: Build failed due to missing namespace in the :flutter_credit_card module's build.gradle file. Solution: Added the required namespace property to build.gradle as specified in [Android's documentation](https://d.android.com/r/tools/upgrade-assistant/set-namespace). Outcome: The build now...