Skip to content

Commit bafd42b

Browse files
Merge pull request #2 from Yuvaraj-Gajaraj/master
Source updated.
2 parents fb7bc19 + 588fcdd commit bafd42b

File tree

34 files changed

+274
-231
lines changed

34 files changed

+274
-231
lines changed

packages/syncfusion_flutter_barcodes/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [18.3.35-beta] - 10/01/2020
1+
## [18.3.35] - 10/01/2020
22

33
No changes.
44

packages/syncfusion_flutter_barcodes/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncfusion_flutter_barcodes
22
description: Syncfusion Flutter barcodes widget is used to generate and display data in the machine-readable, industry-standard 1D and 2D barcodes.
33
version: 18.3.35
4-
homepage: https://github.com/syncfusion/flutter-examples
4+
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_barcodes
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
include: lib/analysis_options.yaml
1+
include: package:syncfusion_flutter_core/analysis_options.yaml
22

3+
analyzer:
4+
errors:
5+
include_file_not_found: ignore

packages/syncfusion_flutter_calendar/lib/analysis_options.yaml

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

packages/syncfusion_flutter_calendar/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncfusion_flutter_calendar
22
description: The Syncfusion Flutter Calendar widget has built-in configurable views that provide basic functionalities for scheduling and representing appointments/events efficiently.
33
version: 18.3.35
4-
homepage: https://github.com/syncfusion/flutter-examples
4+
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_calendar
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"

packages/syncfusion_flutter_charts/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncfusion_flutter_charts
22
description: Syncfusion Flutter Charts is a data visualization library written natively in Dart for creating beautiful and high-performance cartesian and circular charts.
33
version: 18.3.35
4-
homepage: https://github.com/syncfusion/flutter-examples
4+
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_charts
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"

packages/syncfusion_flutter_core/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
flutter:
1010
sdk: flutter
1111
syncfusion_flutter_charts:
12-
path: ../syncfusion_flutter_charts
12+
path: ../../syncfusion_flutter_charts
1313

1414
cupertino_icons: ^0.1.3
1515

packages/syncfusion_flutter_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncfusion_flutter_core
22
description: Syncfusion Flutter Core is a dependent package for all the Syncfusion Flutter widgets.
33
version: 18.3.35
4-
homepage: https://github.com/syncfusion/flutter-examples
4+
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_core
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"

packages/syncfusion_flutter_datagrid/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncfusion_flutter_datagrid
22
description: The Syncfusion Flutter DataGrid is used to display and manipulate data in a tabular view. Its rich feature set includes different types of columns, selections, column sizing, etc.
33
version: 18.3.35-beta
4-
homepage: https://github.com/syncfusion/flutter-examples
4+
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_datagrid
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
include: lib/analysis_options.yaml
1+
include: package:syncfusion_flutter_core/analysis_options.yaml
2+
3+
analyzer:
4+
errors:
5+
include_file_not_found: ignore

0 commit comments

Comments
 (0)