Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 399 Bytes

My Flutter Template

This is a Flutter template designed to be a starting point for new Flutter applications.

Features

  • Utility Functions: Prebuilt utility functions for common tasks (found in lib/utils/formatting.dart).
  • Global Styles: Centralized styles and themes (found in lib/styles/global.dart).
  • Modular Structure: Organized folder structure for future development.