Sheets is an experimental project aimed at replicating the design and functionalities of Google Sheets using Flutter. This project is intended purely for educational purposes and as a demonstration of Flutter's capabilities in building advanced applications. Due to its similarity to Google Sheets, it is not suitable for commercial use.
- Advanced spreadsheet-like functionalities inspired by Google Sheets
- Designed to handle large datasets efficiently
- Supports:
- Cell selection and editing
- Automatic cell filling
- Extendable architecture to add new types of data and formatting options
DOCS IN PROGRESS
- Clone the repository:
git clone [email protected]:dpajak99/sheets.git
- Navigate to the project folder:
cd sheets
- Install dependencies:
flutter pub get
- Run the application:
flutter run
A live example of the project is available here.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature or fix"
- Push the branch:
git push origin feature/your-feature-name
- Create a pull request.
This project is a non-commercial experiment and is not affiliated with or endorsed by Google.