Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated hardcoded strings to strings.dart #61

Merged
merged 3 commits into from
Oct 28, 2021

Conversation

Samveg12
Copy link
Contributor

#35

@Samveg12
Copy link
Contributor Author

@ashwinkey04 is it proper?

@ashwinkey04
Copy link
Member

@ashwinkey04 is it proper?

Yes it looks good. I will give it one last sanity check by building it locally and then will merge the PR. Thanks for contributing :)

@Samveg12
Copy link
Contributor Author

Okay @ashwinkey04 !

@ashwinkey04
Copy link
Member

There are some duplicate imports of the file strings.dart. Can you correct those?

image

@Samveg12
Copy link
Contributor Author

sure @ashwinkey04

@Samveg12
Copy link
Contributor Author

Done @ashwinkey04

@ashwinkey04
Copy link
Member

The changes to strings.dart seems to have been lost. Could you re-check the commit?

@Samveg12
Copy link
Contributor Author

@ashwinkey04 apologies for that please check now made a new commit

Copy link
Member

@ashwinkey04 ashwinkey04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing these would be good enough to go

@@ -1,8 +1,8 @@
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:raag/model/strings.dart';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a duplicate import

@@ -233,7 +232,7 @@ class _DownloadMusicState extends State<DownloadMusic> {
leading: IconButton(
icon: Icon(Icons.arrow_back_ios_outlined),
onPressed: () => Navigator.pop(context)),
title: Text("Download music",
title: Text(downlaodMusic,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also fix this typo

@Samveg12
Copy link
Contributor Author

done @ashwinkey04

@ashwinkey04
Copy link
Member

done @ashwinkey04

Awesome, merging it!

@ashwinkey04 ashwinkey04 merged commit 366a7d6 into raag-music:master Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants