Add this to your pubspec.yaml:
pubspec.yaml
dependencies: normie: ^2.0.0
Run this command:
flutter pub get
Import in your code:
import 'package:normie/normie.dart';
And you're ready to go! π
Last updated 1 year ago