Showing
1 changed file
with
3 additions
and
3 deletions
@@ -61,11 +61,11 @@ | @@ -61,11 +61,11 @@ | ||
61 | - [2.0 থেকে পরিবর্তন](#breaking-changes-from-20) | 61 | - [2.0 থেকে পরিবর্তন](#breaking-changes-from-20) |
62 | - [কেন Getx ব্যবহার করবেন?](#why-getx) | 62 | - [কেন Getx ব্যবহার করবেন?](#why-getx) |
63 | 63 | ||
64 | -# About Get | 64 | +# Get সম্পর্কে |
65 | 65 | ||
66 | -- GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically. | 66 | +- GetX হল ফ্লটারের জন্য একটি লাইটওয়েট এবং শক্তিশালী সমাধান। এটি দ্রুত এবং ব্যবহারিকভাবে উচ্চ-পারফরম্যান্স স্টেট ব্যবস্থাপনা, বুদ্ধিমান ডিপেনডেন্সি ইনজেকশন এবং রুট ব্যবস্থাপনাকে একত্রিত করে। |
67 | 67 | ||
68 | -- GetX has 3 basic principles. This means that these are the priority for all resources in the library: **PRODUCTIVITY, PERFORMANCE AND ORGANIZATION.** | 68 | +- GetX এর ৩টি মৌলিক নীতি রয়েছে: **উৎপাদনশীলতা, কর্মক্ষমতা এবং সংগঠন**। এর মানে হল যে এইগুলি লাইব্রেরির সমস্ত রিসোর্স এর জন্য অগ্রাধিকার। |
69 | 69 | ||
70 | - **PERFORMANCE:** GetX is focused on performance and minimum consumption of resources. GetX does not use Streams or ChangeNotifier. | 70 | - **PERFORMANCE:** GetX is focused on performance and minimum consumption of resources. GetX does not use Streams or ChangeNotifier. |
71 | 71 |
-
Please register or login to post a comment