I hereby claim:
- I am ewaldhorn on github.
- I am ewaldhorn (https://keybase.io/ewaldhorn) on keybase.
- I have a public key ASA0oIQ77a0sOdSSKYmiXfaPzXsl8rOQovhXy3eEfdmhUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| void main() { | |
| runApp(MyApp()); | |
| } | |
| class MyApp extends StatefulWidget { | |
| @override | |
| State<StatefulWidget> createState() => MyAppState(); | |
| } | |
| class MyAppState extends State<MyApp> { |