Skip to content

Commit fa797cc

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

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
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.

test/widget_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
10-
11-
import 'package:datagrid_simple_sample/main.dart';
10+
import 'package:how_to_draw_custom_thumb_in_range_slider/main.dart';
1211

1312
void main() {
1413
testWidgets('Counter increments smoke test', (WidgetTester tester) async {

0 commit comments

Comments
 (0)