| name: remote | |
| description: Example of fetching remote widgets for RFW | |
| publish_to: 'none' # Remove this line if you wish to publish to pub.dev | |
| version: 1.0.0+1 | |
| environment: | |
| sdk: ">=3.0.0 <4.0.0" | |
| flutter: ">=3.10.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| path: ^1.8.0 | |
| path_provider: ^2.0.2 | |
| rfw: | |
| path: ../../ | |
| flutter: | |
| uses-material-design: true |