flutter_form_wizard/example
Bart Ribbers ae071cef41 chore(deps): loosen dep on 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 14:17:26 +02:00
..
android feat: Add phone field and added some decorations to some fields 2024-02-21 16:02:31 +01:00
assets/images feat: port of form next-shell to appshell 2022-09-20 11:04:00 +02:00
ios Bump flutter_input_library to version 2.0.0, remove unnecessary riverpod dependency 2023-03-28 10:20:12 +02:00
lib refactor: replace shelltranslationservice with validationMessage input 2024-02-29 15:43:10 +01:00
linux feat: Initial Commit 2022-09-19 09:52:00 +02:00
macos feat: Initial Commit 2022-09-19 09:52:00 +02:00
web feat: Initial Commit 2022-09-19 09:52:00 +02:00
windows feat: Initial Commit 2022-09-19 09:52:00 +02:00
.gitignore feat: Initial Commit 2022-09-19 09:52:00 +02:00
.metadata feat: Initial Commit 2022-09-19 09:52:00 +02:00
analysis_options.yaml feat: Initial Commit 2022-09-19 09:52:00 +02:00
pubspec.lock chore(deps): loosen dep on intl 2024-05-14 14:17:26 +02:00
pubspec.yaml chore(deps): loosen dep on intl 2024-05-14 14:17:26 +02:00
README.md feat: Initial Commit 2022-09-19 09:52:00 +02: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.