Skip to content

Instantly share code, notes, and snippets.

@ShivamGoyal1899
Created July 18, 2019 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShivamGoyal1899/aa9a7376cc73541f048556b5b2430b55 to your computer and use it in GitHub Desktop.
Save ShivamGoyal1899/aa9a7376cc73541f048556b5b2430b55 to your computer and use it in GitHub Desktop.
import 'package:flutter/cupertino.dart';
import 'package:intl/intl.dart'; // NEW
import 'package:scoped_model/scoped_model.dart';
import 'model/app_state_model.dart';
import 'styles.dart'; // NEW
const double _kDateTimePickerHeight = 216; // NEW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment