Skip to content

Instantly share code, notes, and snippets.

@sahoosunilkumar
Created March 24, 2019 03:19
Show Gist options
  • Save sahoosunilkumar/38a444104cf9a80da1e12b65dae4b89e to your computer and use it in GitHub Desktop.
Save sahoosunilkumar/38a444104cf9a80da1e12b65dae4b89e to your computer and use it in GitHub Desktop.
import 'package:flutter_hello_world/resource/strings/name.dart';
final values = {
AppTitle: 'Flutter - Hello World',
Login: 'Log In',
Hint_Email: 'Email',
Hint_Password: 'Password',
Home_Message:
'This is a guide to creating your first Flutter app.\nFollow me -\n\nMedium :\nhttps://medium.com/@sahoosunilkumar \n\nGithub :\nhttps://github.com/sahoosunilkumar \n\nStackoverflow:\nhttps://stackoverflow.com/users/111988/sunil-kumar-sahoo',
Home_Title: 'Welcome Developers'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment