Easy Material White Theme for flutter
Read Time:20 Second

Easy Material White Theme for flutter

0 0

flutter_fast_ui_white

Easy Material White Theme for flutter

Easy Material White Theme

Getting Started

in pubspec.yaml

dependencies:
  flutter_fast_ui_white:
    git:
      url: https://github.com/organic-nailer/flutter_fast_ui_white
void main() {
  runApp(FastTheme(
    accentColor: Colors.pink,
    child: MyApp(),
  ));
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: FastTheme.of(context).theme,
      home: SampleListPage(),
    );
  }
}

Specific Widget

  • FastAppBar
  • showFastTimePicker
  • showFastDatePicker
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Redesign Unsplash Mobile Application with flutter tools
Entrada siguiente A chat app for IRL streamers with flutter