Skip to content

Commit a7388ab

Browse files
Kaviyarasansf4298Kaviyarasansf4298
authored andcommitted
FLUT-897866-[others][feature]: positive and negative slider
1 parent 759987a commit a7388ab

File tree

4 files changed

+34
-147
lines changed

4 files changed

+34
-147
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# flutter_SfSlider_draw_positive_negative
2-
flutter_SfSlider_draw_positive_negative
1+
# Range selection from zero always while having both negative and positive values in SfSlider
2+
3+
This repository contains a sample to create visualize sector by employment using Flutter slider [Syncfusion Flutter Slider](https://help.syncfusion.com/flutter/slider/getting-started) widget.
4+
5+
Refer KB through this link [KB](https://support.syncfusion.com/agent/kb/17121)
6+
7+
## Syncfusion controls:
8+
9+
This project used the following Syncfusion widget(s):
10+
* [SfSlider](https://help.syncfusion.com/flutter/slider/getting-started)
11+
12+
## Supported platforms
13+
14+
Refer to the following link to know about the supported platform - [Platforms](https://help.syncfusion.com/flutter/system-requirements#supported-platforms)
15+
16+
## Requirements to run the sample
17+
18+
Refer to the following link to know about system requirements - [System Requirements](https://help.syncfusion.com/flutter/system-requirements)
19+
20+
## How to run the sample
21+
22+
1. Clone the sample and open it in preferred IDE.
23+
24+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
25+
26+
2. Run the application.
27+
28+
## License
29+
30+
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
10+
analyzer:
11+
errors:
12+
unused_element: ignore
1013
include: package:flutter_lints/flutter.yaml
1114

1215
linter:

lib/postive_negative_slider.dart

Lines changed: 0 additions & 144 deletions
This file was deleted.

test/widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010

11-
import 'package:kb_horizontal/postive_negative_slider.dart';
11+
import 'package:kb_horizontal/main.dart';
1212

1313
void main() {
1414
testWidgets('Counter increments smoke test', (WidgetTester tester) async {

0 commit comments

Comments
 (0)