| OLD | NEW |
| 1 name: func | 1 name: func |
| 2 version: 0.1.1 | 2 version: 1.0.0 |
| 3 description: > | 3 description: > |
| 4 Typedefs defining commonly used function types to make it simpler to | 4 Typedefs defining commonly used function types to make it simpler to |
| 5 define members that return specific function types. | 5 define members that return specific function types. |
| 6 author: Dart Dev Compiler team <dev-compiler@dartlang.org> | 6 author: Dart Dev Compiler team <dev-compiler@dartlang.org> |
| 7 homepage: https://github.com/dart-lang/func | 7 homepage: https://github.com/dart-lang/func |
| 8 environment: | 8 environment: |
| 9 sdk: ">=1.9.0 <2.0.0" | 9 sdk: ">=1.9.0 <2.0.0" |
| OLD | NEW |