londonappbrewery / bmi-calculator-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
192 stars 835 forks source link

Marked as Objective-C #16

Open netlinx2 opened 3 years ago

netlinx2 commented 3 years ago

this repo is marked as objective-c, but it's dart instead!

vendz commented 3 years ago

it is not an issue as whichever language has the highest percentage will be shown as project language by github

simplydt commented 1 year ago

You need to make a file called .gitattributes and add code to it to ignore the C files -- there are a lot of C files that make flutter work which is why Github, etc, are doing this.

Here: https://github.com/simplydt/bmi_calculator_flutter_2023/blob/master/.gitattributes

Mohamed-khaled0 commented 5 months ago

it is not an issue