Skip to content

Instantly share code, notes, and snippets.

@benoitverstraete
benoitverstraete / main.dart
Created March 19, 2019 14:29
Form doesn't work properly after a Navigator.push
import 'package:flutter/material.dart';
import 'package:flutter_form_builder/flutter_form_builder.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(