Skip to content

Commit c1913e0

Browse files
committed
FLUT-948126-[others]: Updated the read me file
1 parent 5378e09 commit c1913e0

File tree

3 files changed

+6
-29
lines changed

3 files changed

+6
-29
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# How to draw custom thumb in Flutter Range Slider?
2-
This repository contains a sample to Create a customized thumb on a [Syncfusion Range Slider](https://help.syncfusion.com/flutter/range-slider/getting-started) widget.
2+
This repository contains a sample to Create a customized thumb on a [Syncfusion® Range Slider](https://help.syncfusion.com/flutter/range-slider/getting-started) widget.
33

44
Please refer the KB through this link.
55

6-
## Syncfusion controls:
6+
## Syncfusion® controls:
77

8-
This project used the following Syncfusion widget(s):
8+
This project used the following Syncfusion® widget(s):
99
* [SfRangeSlider](https://help.syncfusion.com/flutter/range-slider/getting-started)
1010

1111
## Supported platforms
@@ -26,4 +26,4 @@ Refer to the following link to know about system requirements - [System Requirem
2626

2727
## License
2828

29-
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.
29+
Syncfusion® has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion® liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s® samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s® samples.

analysis_options.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
1-
# This file configures the analyzer, which statically analyzes Dart code to
2-
# check for errors, warnings, and lints.
3-
#
4-
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5-
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6-
# invoked from the command line by running `flutter analyze`.
7-
8-
# The following line activates a set of recommended lints for Flutter apps,
9-
# packages, and plugins designed to encourage good coding practices.
101
analyzer:
112
errors:
123
depend_on_referenced_packages: ignore
134
include: package:flutter_lints/flutter.yaml
145

156
linter:
16-
# The lint rules applied to this project can be customized in the
17-
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
18-
# included above or to enable additional rules. A list of all available lints
19-
# and their documentation is published at https://dart.dev/lints.
20-
#
21-
# Instead of disabling a lint rule for the entire project in the
22-
# section below, it can also be suppressed for a single line of code
23-
# or a specific dart file by using the `// ignore: name_of_lint` and
24-
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
25-
# producing the lint.
26-
rules:
27-
# avoid_print: false # Uncomment to disable the `avoid_print` rule
28-
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
297

30-
# Additional information about this file can be found at
31-
# https://dart.dev/guides/language/analysis-options
8+
rules:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: datagrid_simple_sample
1+
name: how_to_draw_custom_thumb_in_range_slider
22
description: "A new Flutter project."
33

44
version: 1.0.0+1

0 commit comments

Comments
 (0)