sanika391 / SpoonShare

SpoonShare: An app connecting users to share free food, donate, and access local ngo, supporting the UN's Zero Hunger goal.
https://spoonshare-meal.web.app
MIT License
43 stars 59 forks source link

Update-header size reduced for all screens #29

Closed Rags-Mishra closed 1 month ago

Rags-Mishra commented 1 month ago

It fixes issue #15

Screenshot

WhatsApp Image 2024-05-17 at 12 19 35 PM

sanika391 commented 1 month ago

This issue has been solved earlier by another contributor is their anything else on which you want to work?? you can take time and think on different aspects of it and work ahead in the project. If you need any help do contact. Would be happy to help you with it.

Rags-Mishra commented 1 month ago

Alright! Is there any issue I can work on? I will be happy to contribute. There are many issues which are already being handled by other contributors simultaneously so it is hard to pin point a separate issue. If there's any feature or issue that you have in mind, do tell.

sanika391 commented 1 month ago

You can definitely work on making the text multi-lingual. Their is static block present if possible try to remove it. It's Level3 task so I hope you will do it. If u need any help I can definitely provide u with it.

Rags-Mishra commented 1 month ago

Sure, I will try my best to resolve the issue. Kindly provide any document or resource as a guide and assign the issue to me.

On Sun, 19 May 2024 at 01:20, Sanika @.***> wrote:

You can definitely work on making the text multi-lingual. Their is static block present if possible try to remove it. It's Level3 task so I hope you will do it. If u need any help I can definitely provide u with it.

— Reply to this email directly, view it on GitHub https://github.com/sanika391/SpoonShare/pull/29#issuecomment-2118988158, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATZJQKYOY7UR3NBCEWZXYKLZC6WGRAVCNFSM6AAAAABH3RVDKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYHE4DQMJVHA . You are receiving this because you authored the thread.Message ID: @.***>

sanika391 commented 1 month ago

What kind of resources you want??

Rags-Mishra commented 1 month ago

How do I make text multilingual? Is there any specific package in flutter for such purpose?

On Sun, 19 May 2024 at 19:48, Sanika @.***> wrote:

What kind of resources you want??

— Reply to this email directly, view it on GitHub https://github.com/sanika391/SpoonShare/pull/29#issuecomment-2119254329, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATZJQK2YMALHQXENIXIGJD3ZDCYE5AVCNFSM6AAAAABH3RVDKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZGI2TIMZSHE . You are receiving this because you authored the thread.Message ID: @.***>

sanika391 commented 1 month ago

To make your Flutter app multilingual, you can use the intl package, which provides internationalization and localization support. Here's a step-by-step guide to setting it up:

  1. Add the intl package to your pubspec.yaml file First, add the intl package and the flutter_localizations package (for Flutter's localization support) to pubspec.yaml.
  2. Create Localization Files Create ARB (Application Resource Bundle) files for each language you want to support. These files are JSON files that contain key-value pairs for your localized strings.
  3. Generate the Localization Classes Use the intl_translation tool to generate localization classes. You need to install the intl_translation package.
  4. Configure Your App for Localization Modify your main.dart to include localization support

By following these steps, you can make your Flutter app multilingual using the intl package and localization files. The intl_translation tool helps generate the necessary localization classes, making it easier to manage and use localized strings in your app. If still their is any confusion then do let me know I will help you with it.

On Mon, May 20, 2024 at 10:11 AM Ragini Mishra @.***> wrote:

How do I make text multilingual? Is there any specific package in flutter for such purpose?

On Sun, 19 May 2024 at 19:48, Sanika @.***> wrote:

What kind of resources you want??

— Reply to this email directly, view it on GitHub https://github.com/sanika391/SpoonShare/pull/29#issuecomment-2119254329,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/ATZJQK2YMALHQXENIXIGJD3ZDCYE5AVCNFSM6AAAAABH3RVDKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZGI2TIMZSHE>

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/sanika391/SpoonShare/pull/29#issuecomment-2119654729, or unsubscribe https://github.com/notifications/unsubscribe-auth/A34TW2ZHT2PWVC7EMHAP6DDZDF5I7AVCNFSM6AAAAABH3RVDKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZGY2TINZSHE . You are receiving this because you commented.Message ID: @.***>

sanika391 commented 1 month ago

Screenshot 2024-05-22 214819

github-actions[bot] commented 1 month ago

This PR has been automatically closed due to inactivity from the owner for 15 days.