A social media application which lets user socialise!
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
SocialMe requires code generation. Make sure to run the following command before compiling the application.
dart run build_runner buildTo pull changes from the remote repository, run the following command.
git pull socialme mainThis project generates localized messages based on arb files found in
the lib/src/localization directory.
To support additional languages, please visit the tutorial on Internationalizing Flutter apps