mirror of
https://github.com/Iconica-Development/flutter_input_library.git
synced 2025-05-19 01:13:45 +02:00
The latest Flutter requires intl 0.19.0 and now every app/package depending on us fails to build with the latest Flutter because we were explicitly requiring 0.18.0 Minor upgrades should be safe anyway, we only care for major versions upgrade, so loosen the requirements a bit to support anything from 0.18.0 up to (but not including) 1.0.0 |
||
---|---|---|
.. | ||
lib | ||
test | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
example
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.