google / dart-gl

OpenGL ES 2.0 Dart Native Extension
BSD 3-Clause "New" or "Revised" License
90 stars 17 forks source link

Eliminate uses of deprecated CONSTANTS #23

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 this.