google / dart-glfw

Dart bindings for GLFW, a multiplatform library for creating windows with OpenGL contexts.
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

Eliminate uses of deprecated CONSTANTS #15

Open leafpetersen opened 6 years ago

leafpetersen commented 6 years ago

This package still uses deprecated Dart 1 SCREAMING CAPS CONSTANTS. These will be removed shortly in Dart 2. This rewriting tool can be used to automatically migrate code in most cases: https://github.com/dart-lang/dart2_fix .

munificent commented 6 years ago

I'll take a look at this.

leafpetersen commented 6 years ago

This one is done and rolled.

leafpetersen commented 6 years ago

Oops. Wrong repo, sorry! Not fixed yet.