draftmode_framework 1.0.1 copy "draftmode_framework: ^1.0.1" to clipboard
draftmode_framework: ^1.0.1 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,
  ));
}
0
likes
160
points
160
downloads

Documentation

API reference

Publisher

unverified uploader

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