diff --git a/lib/annotations.dart b/lib/annotations.dart index 0e79cd1..f7581e2 100644 --- a/lib/annotations.dart +++ b/lib/annotations.dart @@ -1,5 +1,5 @@ /// ## Karee Annotation -/// This library help you to know all annotations used by Karee. +/// This library helps you to know all the annotations used by Karee. /// Each of them are useful and works with code generation. /// ## Annotations exposed /// - [Autowired] diff --git a/lib/core.dart b/lib/core.dart index f08504c..c17cd1c 100644 --- a/lib/core.dart +++ b/lib/core.dart @@ -1,15 +1,15 @@ /// -/// Karee lib is a Dart library +/// Karee lib is a Dart library. /// -/// To take full advantage of Karee, you should know what it offers to you +/// To take full advantage of Karee, you should know what it offers to you. /// -/// Karee library a dart lib very useful to -/// - Organize your project's files and folders -/// - Manage your files and classes names -/// - Manage your application's navigation with custom constants -/// - Manage all your stateless and stateful screens with names -/// - Manage all your controllers -/// - Organize your application routes with various structure +/// Karee library is a dart lib very useful to +/// - Organize your project's files and folders. +/// - Manage your files and classes names. +/// - Manage your application navigation with custom constants. +/// - Manage all your stateless and stateful screens with names. +/// - Manage all your controllers. +/// - Organize your application routes with various structures. /// library karee.core; diff --git a/lib/internationalization.dart b/lib/internationalization.dart index 76993e5..afb132b 100644 --- a/lib/internationalization.dart +++ b/lib/internationalization.dart @@ -1,17 +1,17 @@ /// -/// Karee internationalization. +/// Karee Internationalization. /// /// Karee provides this library as a simplest way to work with -/// internationalization, this lib gives you translation support trough the +/// internationalization. This lib gives you translation support trough the /// string extension defined and named [StringTranslator] by adding two methods /// [StringTranslator.translate] and [StringTranslator.translateWithParams]. /// /// To define you translation dictionary, get open file in /// {@PROJECT_DIR@/resources/i18n/locale.json}. /// -/// Karee Internationalization also provides a simplest way to change lang in -/// your application, you need to call [KareeInternationalization.changeLanguage] -/// with Locale that matches with you dictionary files. +/// Karee Internationalization also provides a simplest way to change language in +/// your application. You need to call [KareeInternationalization.changeLanguage] +/// with Locale that matches with your dictionary files. /// /// eg: /// ```dart @@ -56,7 +56,7 @@ extension StringTranslator on String { /// /// Method that considers a string as a key from i18n and replace all the /// translation parameters [params] with their values and return the - /// translated string + /// translated string. /// String translateWithParams(Map params) { String self = KareeInternationalization diff --git a/lib/navigation.dart b/lib/navigation.dart index d38a7d7..837a3f8 100644 --- a/lib/navigation.dart +++ b/lib/navigation.dart @@ -1,7 +1,7 @@ /// ## Karee Navigation /// /// This library contains the set of tools used to manage navigation -/// in Karee Application +/// in Karee Applications. /// ## Modules /// - KareeRouter /// - Route diff --git a/lib/src/karee.core.dart b/lib/src/karee.core.dart index 5a8aa36..3232bd3 100644 --- a/lib/src/karee.core.dart +++ b/lib/src/karee.core.dart @@ -1,4 +1,4 @@ -/// `Karee Core` Base library for Karee +/// `Karee Core` Base library for Karee. library karee.core; export 'constances/library.dart'; diff --git a/lib/widgets.dart b/lib/widgets.dart index 5d299bb..a42f4dd 100644 --- a/lib/widgets.dart +++ b/lib/widgets.dart @@ -1,5 +1,5 @@ /// ## Karee Widget -/// `Karee Core Widget` Library for all important widgets +/// `Karee Core Widget` Library for all important widgets. /// ## Widgets exposed /// - [Bucket] /// - [BucketActionButton]