super_scaffold 0.0.1 copy "super_scaffold: ^0.0.1" to clipboard
super_scaffold: ^0.0.1 copied to clipboard

outdated

An extension of Flutter Scaffold that pinns the Drawer on the left of screen if has enough space and fixes the Hero transitions between AppBars.

example/lib/main.dart

import 'package:example/pages/main_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(Example());
}

class Example extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: MainPage(),
    );
  }
}
15
likes
0
pub points
50%
popularity

Publisher

verified publisherchurchstudio.org

An extension of Flutter Scaffold that pinns the Drawer on the left of screen if has enough space and fixes the Hero transitions between AppBars.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_modular

More

Packages that depend on super_scaffold