-
Notifications
You must be signed in to change notification settings - Fork 181
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
Update README bd_BN #213
Open
MehediHasannOvi
wants to merge
73
commits into
add_lints
Choose a base branch
from
master
base: add_lints
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README bd_BN #213
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update README-zh_CN.md
Update README-zh_CN.md
fixed issue #184
Fixed menus not working on windows
Version update
fix-typo: update `tranlations` to `translations`
Null safety in Dart is mandatory for new projects and when updating other dependencies
Update README-zh_CN.md
[Urgent] fix generate model optional double type
🔥[Urgent] Fix dcli issue when `get create project`
Update dcli
add french translations
Update locales.g.dart
Update project.dart
… to a super parameter.dart (use_super_parameters)
Fix Chinese translation problems
update to 1.9.0
UPDATE: Update impl/get_view.dart to adhere Flutter's - use_super_parameters
Remove empty space in Structure page directory path
Update README-zh_CN.md
MehediHasannOvi
commented
Aug 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..
fix yaml parser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
// স্থাপন করা:
pub global activate get_cli
// (এটি ব্যবহার করতে সিস্টেম PATH-এ নিম্নলিখিত যোগ করুন: [FlutterSDKInstallDir]\bin\cache\dart-sdk\bin
flutter pub global activate get_cli
// বর্তমান ডিরেক্টরিতে একটি ফ্লটার প্রকল্প তৈরি করতে:
// নোট: ডিফল্টরূপে এটি ফোল্ডারের নামটিকে প্রকল্পের নাম হিসাবে গ্রহণ করবে
// আপনি 'get create project:my_project' দিয়ে প্রজেক্টের নাম দিতে পারেন
// নামের স্পেস থাকলে
get create project:"my cool project"
ব্যবহার করুনget create project
// একটি বিদ্যমান প্রকল্পে নির্বাচিত কাঠামো তৈরি করতে:
get init
// একটি পৃষ্ঠা তৈরি করতে:
// (পৃষ্ঠাগুলিতে কন্ট্রোলার, ভিউ এবং বাইন্ডিং আছে)
// দ্রষ্টব্য: আপনি যেকোনো নাম ব্যবহার করতে পারেন, যেমন:
get create page:login
// নোট: যদি নির্বাচিত কাঠামো Getx_pattern হয় তবে এই বিকল্পটি ব্যবহার করুন
get create page:home
// একটি পর্দা তৈরি করতে
// (স্ক্রীনে কন্ট্রোলার, ভিউ এবং বাইন্ডিং আছে)
// দ্রষ্টব্য: আপনি যেকোনো নাম ব্যবহার করতে পারেন, যেমন:
get screen page:login
// নোটা: এই বিকল্পটি ব্যবহার করুন যদি নির্বাচিত কাঠামোটি ক্লিন হয় (by Arktekko)
get create screen:home
// একটি নির্দিষ্ট ফোল্ডারে একটি নতুন নিয়ামক তৈরি করতে:
// দ্রষ্টব্য: আপনাকে ফোল্ডারটি উল্লেখ করার দরকার নেই,
// Getx হোম ফোল্ডারের জন্য স্বয়ংক্রিয়ভাবে অনুসন্ধান করবে
// এবং সেখানে আপনার নিয়ামক যোগ করুন।
get create controller:dialogcontroller on home
// একটি নির্দিষ্ট ফোল্ডারে একটি নতুন ভিউ তৈরি করতে:
// দ্রষ্টব্য: আপনাকে ফোল্ডারটি উল্লেখ করার দরকার নেই,
// Getx স্বয়ংক্রিয়ভাবে হোম ফোল্ডারের জন্য অনুসন্ধান করবে
// এবং সেখানে আপনার ভিউ সন্নিবেশ করুন।
get create view:dialogview on home
// একটি নির্দিষ্ট ফোল্ডারে একটি নতুন প্রদানকারী তৈরি করতে:
get create provider:user on home
// একটি স্থানীয়করণ ফাইল তৈরি করতে:
// দ্রষ্টব্য: json বিন্যাসে আপনার অনুবাদ ফাইল সহ 'assets/locales' ডিরেক্টরি
get generate locales assets/locales
// একটি ক্লাস মডেল তৈরি করতে:
// দ্রষ্টব্য: json ফরম্যাটে আপনার টেমপ্লেট ফাইলের 'assets/models/user.json' পাথ
// নোট: অন == ফোল্ডার আউটপুট ফাইল
// Getx স্বয়ংক্রিয়ভাবে হোম ফোল্ডারের জন্য অনুসন্ধান করবে
// এবং সেখানে আপনার ক্লাস মডেল সন্নিবেশ করান।
get generate model on home with assets/models/user.json
// প্রদানকারী ছাড়া মডেল তৈরি করতে
get generate model on home with assets/models/user.json --skipProvider
//দ্রষ্টব্য: URL অবশ্যই একটি json বিন্যাস প্রদান করবে
get generate model on home from "https://api.github.com/users/CpdnCristiano"
// আপনার প্রকল্পে একটি প্যাকেজ ইনস্টল করতে (নির্ভরতা):
get install camera
// আপনার প্রকল্প থেকে বেশ কয়েকটি প্যাকেজ ইনস্টল করতে:
get install http path camera
// নির্দিষ্ট সংস্করণ সহ একটি প্যাকেজ ইনস্টল করতে:
get install path:1.6.4
// আপনি সংস্করণ নম্বর সহ বেশ কয়েকটি প্যাকেজও নির্দিষ্ট করতে পারেন
// আপনার প্রকল্পে একটি dev প্যাকেজ ইনস্টল করতে (dependencies_dev):
get install flutter_launcher_icons --dev
// আপনার প্রকল্প থেকে একটি প্যাকেজ সরাতে:
get remove http
// আপনার প্রকল্প থেকে একটি প্যাকেজ সরাতে:
get remove http path
// CLI আপডেট করতে:
get update
// or
get upgrade
// বর্তমান CLI সংস্করণ দেখায়:
get -v
// or
get -version
// সাহায্যের জন্য
get help