oauth2 state of mind
This commit is contained in:
19
pubspec.yaml
19
pubspec.yaml
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.4 <4.0.0'
|
||||
sdk: '>=3.4.0 <4.0.0'
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
@@ -31,11 +31,9 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
jwt_decoder: ^2.0.1
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.6
|
||||
desktop_window: ^0.4.0
|
||||
flutter_svg: ^2.0.10+1
|
||||
go_router: ^14.2.0
|
||||
shared_preferences: ^2.2.3
|
||||
@@ -44,33 +42,25 @@ dependencies:
|
||||
latlong2: ^0.9.1
|
||||
dio: ^5.5.0
|
||||
alert_banner: ^1.0.1
|
||||
injectable: ^2.4.2
|
||||
convert: ^3.1.1
|
||||
flutter_flow_chart:
|
||||
path: ./library/flutter_flow_chart
|
||||
star_menu: ^4.0.1
|
||||
path_provider: ^2.1.3
|
||||
super_drag_and_drop: ^0.8.17
|
||||
uuid: ^4.4.0
|
||||
box_transform: ^0.4.4
|
||||
flutter_box_transform: ^0.4.4
|
||||
animated_toggle_switch: ^0.8.2
|
||||
el_tooltip: ^2.0.0
|
||||
dashed_path: ^1.0.1
|
||||
dotted_line: ^3.2.2
|
||||
number_text_input_formatter: ^1.0.0+8
|
||||
flutter_colorpicker: ^1.1.0
|
||||
hover_menu: ^1.1.1
|
||||
datetime_picker_formfield: ^2.0.1
|
||||
intl: ^0.19.0
|
||||
flutter_advanced_switch: ^3.1.0
|
||||
cron: ^0.6.1
|
||||
flutter_event_calendar: ^1.0.0
|
||||
syncfusion_flutter_calendar: ^27.1.55
|
||||
json_string: ^3.0.1
|
||||
flutter_spinkit: ^5.2.1
|
||||
localstorage: ^5.0.0
|
||||
font_awesome_flutter: ^10.8.0
|
||||
flutter_appauth: ^9.0.1
|
||||
flutter_secure_storage: ^10.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -97,6 +87,7 @@ flutter:
|
||||
assets:
|
||||
- assets/images/logo.svg
|
||||
- assets/images/icon.svg
|
||||
- assets/images/workflow_event.svg
|
||||
- assets/config/front.json
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
|
||||
Reference in New Issue
Block a user