I hereby claim:
- I am chimon2000 on github.
- I am chimon (https://keybase.io/chimon) on keybase.
- I have a public key ASBC8JzAWtEGVqem8e2M5UfYTFCO2XaY42p0bce6fCtpdgo
To claim this, I am signing this object:
| import 'dart:async'; | |
| import 'package:state_notifier/state_notifier.dart'; | |
| class ReducerNotifier<State> extends StateNotifier<State> { | |
| final Reducer<State> reducer; | |
| ReducerNotifier(state, this.reducer) : super(state); | |
| FutureOr<void> dispatch(Action action) async { |
| import 'package:flutter/material.dart'; | |
| void main() => runApp( | |
| Center( | |
| child: Text( | |
| 'Hello Charlotte Devs!', | |
| textDirection: TextDirection.ltr, | |
| ), | |
| ), | |
| ); |
| {"lastUpload":"2020-03-05T07:06:07.448Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object: