joeeasy / file_explorer

Your regular mobile file explorer with a touch of some of the challenges I'd experience searching and previewing files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter App MVVM Architecture Starter Pack

My go to framework when starting a new flutter application

About this framework

This framework is setuped with the stack package which makes use of the Provider state management solution and flutter_hooks under the hood.

Major features includes

  • Auto generated routes and dynamic routing(you'll be able to navigate from your view models without the need for context.
  • Reactive support for easier data binding
  • uses flutter_hooks thus boiler plate code from create a stateful widget can be elimated
  • Support partial widget rebuild(you don't have to unneccessarily rebuild your widget tree all the time)

About

Your regular mobile file explorer with a touch of some of the challenges I'd experience searching and previewing files.


Languages

Language:Dart 88.5%Language:Ruby 6.9%Language:Kotlin 3.6%Language:Swift 0.9%Language:Objective-C 0.1%