draftmode_framework 1.1.3 copy "draftmode_framework: ^1.1.3" to clipboard
draftmode_framework: ^1.1.3 copied to clipboard

Reusable Flutter package for iOS-first native-feeling app foundations.

example/lib/main.dart

import 'package:draftmode_framework/context.dart';
import 'package:draftmode_framework_example/app/app.dart';
import 'package:flutter/widgets.dart';

final GlobalKey<NavigatorState> _navigatorKey = GlobalKey<NavigatorState>();

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  DraftModeUIContext.init(navigatorKey: _navigatorKey);
  runApp(App(
    navigatorKey: _navigatorKey,
  ));
}
1
likes
160
points
270
downloads

Documentation

API reference

Publisher

verified publisherdraftmode.io

Weekly Downloads

Reusable Flutter package for iOS-first native-feeling app foundations.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_localizations, flutter_secure_storage, http, intl, shared_preferences

More

Packages that depend on draftmode_framework