flutter_input_library/example
Bart Ribbers e6ea668b80 chore(deps): loosen version requirement of intl
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
2024-05-14 13:25:12 +02:00
..
lib feat: Add input field for phonenumber 2024-02-19 14:52:47 +01:00
test Updated README, added GIF, updated example, added Github Actions and Depandabot 2022-12-23 16:09:17 +01:00
.gitignore initial commit 2022-11-29 13:16:44 +01:00
.metadata feat: add ci and linter 2024-02-02 16:38:13 +01:00
analysis_options.yaml initial commit 2022-11-29 13:16:44 +01:00
pubspec.lock chore(deps): loosen version requirement of intl 2024-05-14 13:25:12 +02:00
pubspec.yaml Updated README, added GIF, updated example, added Github Actions and Depandabot 2022-12-23 16:09:17 +01:00
README.md Updated README, added GIF, updated example, added Github Actions and Depandabot 2022-12-23 16:09:17 +01:00

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.