kevlatus / flutter_fortune_wheel

Visualize random selections with Flutter widgets like the wheel of fortune.
https://kevlatus.github.io/flutter_fortune_wheel
MIT License
102 stars 81 forks source link

Target of URI doesn't exist: 'package:flutter_fortune_wheel/flutter_fortune_wheel.dart' #95

Closed Mrugesha811 closed 1 year ago

Mrugesha811 commented 1 year ago

:::::: pubspec.yaml ::::::

name: game_truth_dare description: A new Flutter project.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1

environment: sdk: '>=2.18.6 <3.0.0'

dependencies: flutter: sdk: flutter get: ^4.6.5 flutter_screenutil: ^5.6.0 get_storage: ^2.0.3 fluttertoast: ^8.1.2 flutter_fortune_wheel: ^1.2.0

cupertino_icons: ^1.0.2

dev_dependencies: flutter_test: sdk: flutter

flutter_lints: ^2.0.0

flutter:

uses-material-design: true

assets:

:::Screen Shot :::

https://drive.google.com/file/d/1tmaubBrL20jivI-T4e2nYptZr3-iDIDS/view?usp=share_link

Mrugesha811 commented 1 year ago

I have find out Solution for this issue.

  1. Delete your Flutter from your system path and then reinstall and put into same path .
  2. Run Command in Commond Prompt as below :
    1. vi ~/.zshrc
    2. cat ~/.zshrc
    3. source ~/.zshrc
    4. flutter