Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Add common .gitignore rules for flutter packages #20

Closed
wants to merge 3 commits into from

Conversation

xqwzts
Copy link

@xqwzts xqwzts commented Mar 23, 2018

Adds a .gitignore based on the flutter package .gitignore template

@nshahan
Copy link
Contributor

nshahan commented Mar 23, 2018

Could we add the to the .gitignore that already exists in the top level of the repo?

@xqwzts
Copy link
Author

xqwzts commented Mar 23, 2018

Will do.

Would it be safe to assume that all folders in the repo will be pub packages and the gitignore rules apply to everything?

@xqwzts
Copy link
Author

xqwzts commented Mar 23, 2018

Done.

@xqwzts xqwzts changed the title Add .gitignore for charts_flutter Add common .gitignore rules for flutter packages Mar 23, 2018
@nshahan
Copy link
Contributor

nshahan commented Mar 23, 2018

No every top level directory won't be published as a package. For example the docs directory isn't.

@nshahan
Copy link
Contributor

nshahan commented Apr 2, 2018

@mit-mit Any other patterns we should add that are common to flutter packages?

@mit-mit
Copy link
Member

mit-mit commented Apr 4, 2018

I would recommend doing what this repo does: https://github.com/flutter/plugins

@mit-mit
Copy link
Member

mit-mit commented Jul 5, 2018

@nshahan what's the status of this PR?

@nshahan
Copy link
Contributor

nshahan commented Jul 6, 2018

cc @lorrainekan

These seem OK to me but I'd prefer someone from the charts team to approve since they will be handling the syncing/merging with the internal repo.

@lorrainekan
Copy link
Contributor

I'll pull this in with our next sync.

lorrainekan added a commit that referenced this pull request Jul 27, 2018
Adds a .gitignore based on the flutter package .gitignore template

Closes #20

PiperOrigin-RevId: 206231014
lorrainekan added a commit that referenced this pull request Jul 27, 2018
Adds a .gitignore based on the flutter package .gitignore template

Closes #20

PiperOrigin-RevId: 206231014
lorrainekan added a commit that referenced this pull request Jul 30, 2018
Adds a .gitignore based on the flutter package .gitignore template

Closes #20

PiperOrigin-RevId: 206231014
lorrainekan added a commit that referenced this pull request Jul 30, 2018
Adds a .gitignore based on the flutter package .gitignore template

Closes #20

PiperOrigin-RevId: 206231014
@Nik99 Nik99 mentioned this pull request Sep 10, 2018
spencerreeves pushed a commit to apt304/charts that referenced this pull request Mar 4, 2020
* Added labels for pie charts.

PiperOrigin-RevId: 196189851

* Added combo chart examples.

PiperOrigin-RevId: 196529129

* Expose LegendContentBuilder for SeriesLegend to allow users to build custom
legends. Expose TickFormatter to allow users to build custom tick formatters.

PiperOrigin-RevId: 196534926

* Temporary workaround for line/time series charts to render null measure
values as zero until null measure rendering is implemented.

PiperOrigin-RevId: 196557827

* Ensure that the renderers default a SymbolRenderer so they work with Legends a little easier.

PiperOrigin-RevId: 196738796

* Internal changes

PiperOrigin-RevId: 197474051

* The domain axis baseline will now be drawn on top of measure axis gridlines, instead of below the one at the bottom of the chart.

PiperOrigin-RevId: 197611881

* Added a symbol annotation renderer, which draws annotation data in a channel between the chart draw area and the axes.

PiperOrigin-RevId: 198417083

* Fixes for tests broken by dart2

PiperOrigin-RevId: 198444865

* Improved selection behaviors when used with SymbolAnnotationRenderer.

PiperOrigin-RevId: 198586550

* SelectNearest was renamed SelectionTrigger

PiperOrigin-RevId: 198919615

* Added a Slider behavior, which draws a draggable line with a handle over the chart. Event callbacks can be registered for drag position changes, and the end of the drag action.

PiperOrigin-RevId: 199214265

* Internal changes

PiperOrigin-RevId: 199219039

* Add ability to set dash pattern or turn off dash pattern for line point highlighter.

PiperOrigin-RevId: 199560195

* Clip canvas in line renderer when painting line or area so that line or area does not draw beyond the draw area. Removed the previous incorrect solution that only adds points within the draw area, which was incorrect because the first and last points within the draw area of the chart wouldn't draw a line toward the point outside of the chart.

PiperOrigin-RevId: 199655657

* Update gallery images.

PiperOrigin-RevId: 199675681

* Added optional weight patterns to the bar renderer, which control the ratio of the width of bars in a group.

PiperOrigin-RevId: 199691121

* When behavior, axis, or renderer configuration changes, set flag that
will cause a chart draw when Flutter chart renderer object is reconfigured.

PiperOrigin-RevId: 200116626

* Fix bug where selection model is not cleared when series list changes.

PiperOrigin-RevId: 200244224

* Added a PercentInjector behavior, which can can inject series or domain percentages into each datum. The measure values of each datum will be replaced by the percent of the total measure value that each represents. The "raw" measure accessor function on [MutableSeries] can still be used to get the original values. Moved "interactions" examples to "behaviors" folder to make it a generic catch-all.

PiperOrigin-RevId: 200246799

* Fix panning bug where panning does not work if it is the first gesture
unless tapping down and holding before panning.

PiperOrigin-RevId: 200619006

* Add option for series legends to show measure values and to format the
measure values.

PiperOrigin-RevId: 200627569

* Fix bug where measure viewport is sometimes incorrectly set to 0-1
after panning.

PiperOrigin-RevId: 200798229

* Internal change

PiperOrigin-RevId: 200996391

* Added a bar lane renderer, which draws gray lanes "underneath" the bars. Added a "middle" position for BarLabelDecorator.

PiperOrigin-RevId: 201195358

* NumericTickFormatter and the corresponding spec now takes in a callback for formatting measures. NumericFormat can still be used by using named constructor withNumericFormat

PiperOrigin-RevId: 201208158

* Documentation cleanup.

PiperOrigin-RevId: 201212224

* Numeric tick provider will now provide valid ticks if the data range includes both negative and positive values.

PiperOrigin-RevId: 201228053

* Fix panning fling slowness.

PiperOrigin-RevId: 201252560

* Added pan/zoom completed listener.

PiperOrigin-RevId: 201408474

* Fix missing equality and hashcode overrides for axis specs.

PiperOrigin-RevId: 201599542

* Add behavior to center the viewport on selected domain.

PiperOrigin-RevId: 201609466

* Internal changes

PiperOrigin-RevId: 201733500

* Line renderer will now render changes in style between data points in a line as separate line and area segments.

PiperOrigin-RevId: 202195465

* The PercentAxisSpec will now generate more than just two ticks by default.

PiperOrigin-RevId: 202493267

* Added a bucketing numeric axis which will group all values below a certain threshold into a "gutter" at the bottom of the draw area.

PiperOrigin-RevId: 202720680

* Add initial hint behavior for cartesian charts. This is most commonly used with pan/zoom behavior to hint to the user that pan/zoom is available.

PiperOrigin-RevId: 202726564

* Bar target line renderer will now be clipped inside the chart draw area.

PiperOrigin-RevId: 203031035

* Line renderer will now handle null measure values by rendering a break in the series. Isolated data points that exist between null values will be rendered as single points.

PiperOrigin-RevId: 203842337

* Internal changes.

PiperOrigin-RevId: 203851782

* Internal changes

PiperOrigin-RevId: 204336830

* BarRendererConfig modified to accept type other than string, so that bar renderer could be used in a non ordinal axis.

PiperOrigin-RevId: 204375318

* Streamlined charts_flutter exports by exporting files transitively from common.dart.

PiperOrigin-RevId: 204765206

* Internal changes

PiperOrigin-RevId: 204792909

* Internal changes.

PiperOrigin-RevId: 204835151

* Internal changes

PiperOrigin-RevId: 205120860

* Internal changes

PiperOrigin-RevId: 205299755

* Global third_party/ CL renaming Dart 1 ALL CAPS CONSTANTS to Dart 2 camel case versions.  Dart 1 constant names were deprecated and will be removed shortly.

Tested:
    TAP for global presubmit queue
    http://test/OCL:205264325:BASE:205264506:1532022160495:cc054c1
PiperOrigin-RevId: 205309731

* Handle null point locations when getting line point highlighter's current points. This occurs when there is null data.

PiperOrigin-RevId: 205403298

* Proxy gesture listener should not try to call null callbacks.

PiperOrigin-RevId: 205834608

* Do not keep formatted tick caches if tick formatter changes.

PiperOrigin-RevId: 206163931

* Fixed equality checks in NumericAxisSpec. This could cause problems if the chart's NumericAxisSpec changes.

PiperOrigin-RevId: 206180918

* Add common .gitignore rules for flutter packages

Adds a .gitignore based on the flutter package .gitignore template

Closes google#20

PiperOrigin-RevId: 206231014

* Internal clean up.

PiperOrigin-RevId: 206237783

* Fix configuration change warning.

PiperOrigin-RevId: 206309245

* Internal changes to fix NPE

PiperOrigin-RevId: 206438428
JackMoseley2001 pushed a commit to JackMoseley2001/charts that referenced this pull request Nov 1, 2021
* Added labels for pie charts.

PiperOrigin-RevId: 196189851

* Added combo chart examples.

PiperOrigin-RevId: 196529129

* Expose LegendContentBuilder for SeriesLegend to allow users to build custom
legends. Expose TickFormatter to allow users to build custom tick formatters.

PiperOrigin-RevId: 196534926

* Temporary workaround for line/time series charts to render null measure
values as zero until null measure rendering is implemented.

PiperOrigin-RevId: 196557827

* Ensure that the renderers default a SymbolRenderer so they work with Legends a little easier.

PiperOrigin-RevId: 196738796

* Internal changes

PiperOrigin-RevId: 197474051

* The domain axis baseline will now be drawn on top of measure axis gridlines, instead of below the one at the bottom of the chart.

PiperOrigin-RevId: 197611881

* Added a symbol annotation renderer, which draws annotation data in a channel between the chart draw area and the axes.

PiperOrigin-RevId: 198417083

* Fixes for tests broken by dart2

PiperOrigin-RevId: 198444865

* Improved selection behaviors when used with SymbolAnnotationRenderer.

PiperOrigin-RevId: 198586550

* SelectNearest was renamed SelectionTrigger

PiperOrigin-RevId: 198919615

* Added a Slider behavior, which draws a draggable line with a handle over the chart. Event callbacks can be registered for drag position changes, and the end of the drag action.

PiperOrigin-RevId: 199214265

* Internal changes

PiperOrigin-RevId: 199219039

* Add ability to set dash pattern or turn off dash pattern for line point highlighter.

PiperOrigin-RevId: 199560195

* Clip canvas in line renderer when painting line or area so that line or area does not draw beyond the draw area. Removed the previous incorrect solution that only adds points within the draw area, which was incorrect because the first and last points within the draw area of the chart wouldn't draw a line toward the point outside of the chart.

PiperOrigin-RevId: 199655657

* Update gallery images.

PiperOrigin-RevId: 199675681

* Added optional weight patterns to the bar renderer, which control the ratio of the width of bars in a group.

PiperOrigin-RevId: 199691121

* When behavior, axis, or renderer configuration changes, set flag that
will cause a chart draw when Flutter chart renderer object is reconfigured.

PiperOrigin-RevId: 200116626

* Fix bug where selection model is not cleared when series list changes.

PiperOrigin-RevId: 200244224

* Added a PercentInjector behavior, which can can inject series or domain percentages into each datum. The measure values of each datum will be replaced by the percent of the total measure value that each represents. The "raw" measure accessor function on [MutableSeries] can still be used to get the original values. Moved "interactions" examples to "behaviors" folder to make it a generic catch-all.

PiperOrigin-RevId: 200246799

* Fix panning bug where panning does not work if it is the first gesture
unless tapping down and holding before panning.

PiperOrigin-RevId: 200619006

* Add option for series legends to show measure values and to format the
measure values.

PiperOrigin-RevId: 200627569

* Fix bug where measure viewport is sometimes incorrectly set to 0-1
after panning.

PiperOrigin-RevId: 200798229

* Internal change

PiperOrigin-RevId: 200996391

* Added a bar lane renderer, which draws gray lanes "underneath" the bars. Added a "middle" position for BarLabelDecorator.

PiperOrigin-RevId: 201195358

* NumericTickFormatter and the corresponding spec now takes in a callback for formatting measures. NumericFormat can still be used by using named constructor withNumericFormat

PiperOrigin-RevId: 201208158

* Documentation cleanup.

PiperOrigin-RevId: 201212224

* Numeric tick provider will now provide valid ticks if the data range includes both negative and positive values.

PiperOrigin-RevId: 201228053

* Fix panning fling slowness.

PiperOrigin-RevId: 201252560

* Added pan/zoom completed listener.

PiperOrigin-RevId: 201408474

* Fix missing equality and hashcode overrides for axis specs.

PiperOrigin-RevId: 201599542

* Add behavior to center the viewport on selected domain.

PiperOrigin-RevId: 201609466

* Internal changes

PiperOrigin-RevId: 201733500

* Line renderer will now render changes in style between data points in a line as separate line and area segments.

PiperOrigin-RevId: 202195465

* The PercentAxisSpec will now generate more than just two ticks by default.

PiperOrigin-RevId: 202493267

* Added a bucketing numeric axis which will group all values below a certain threshold into a "gutter" at the bottom of the draw area.

PiperOrigin-RevId: 202720680

* Add initial hint behavior for cartesian charts. This is most commonly used with pan/zoom behavior to hint to the user that pan/zoom is available.

PiperOrigin-RevId: 202726564

* Bar target line renderer will now be clipped inside the chart draw area.

PiperOrigin-RevId: 203031035

* Line renderer will now handle null measure values by rendering a break in the series. Isolated data points that exist between null values will be rendered as single points.

PiperOrigin-RevId: 203842337

* Internal changes.

PiperOrigin-RevId: 203851782

* Internal changes

PiperOrigin-RevId: 204336830

* BarRendererConfig modified to accept type other than string, so that bar renderer could be used in a non ordinal axis.

PiperOrigin-RevId: 204375318

* Streamlined charts_flutter exports by exporting files transitively from common.dart.

PiperOrigin-RevId: 204765206

* Internal changes

PiperOrigin-RevId: 204792909

* Internal changes.

PiperOrigin-RevId: 204835151

* Internal changes

PiperOrigin-RevId: 205120860

* Internal changes

PiperOrigin-RevId: 205299755

* Global third_party/ CL renaming Dart 1 ALL CAPS CONSTANTS to Dart 2 camel case versions.  Dart 1 constant names were deprecated and will be removed shortly.

Tested:
    TAP for global presubmit queue
    http://test/OCL:205264325:BASE:205264506:1532022160495:cc054c1
PiperOrigin-RevId: 205309731

* Handle null point locations when getting line point highlighter's current points. This occurs when there is null data.

PiperOrigin-RevId: 205403298

* Proxy gesture listener should not try to call null callbacks.

PiperOrigin-RevId: 205834608

* Do not keep formatted tick caches if tick formatter changes.

PiperOrigin-RevId: 206163931

* Fixed equality checks in NumericAxisSpec. This could cause problems if the chart's NumericAxisSpec changes.

PiperOrigin-RevId: 206180918

* Add common .gitignore rules for flutter packages

Adds a .gitignore based on the flutter package .gitignore template

Closes google#20

PiperOrigin-RevId: 206231014

* Internal clean up.

PiperOrigin-RevId: 206237783

* Fix configuration change warning.

PiperOrigin-RevId: 206309245

* Internal changes to fix NPE

PiperOrigin-RevId: 206438428
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants