Skip to content

Commit

Permalink
Add Resources Section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed Dec 4, 2023
1 parent 3706f4b commit ffd9f2a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,13 @@ WorkmanagerPlugin.setPluginRegistrantCallback { registry in
GeneratedPluginRegistrant.register(with: registry)
}
```
to [AppDelegate.swift](example/ios/Runner/AppDelegate.swift)
to [AppDelegate.swift](example/ios/Runner/AppDelegate.swift)


---

## Resources, Articles, Talks
Please add to this list if you have interesting and helpful resources
- [Google Codelab](https://codelabs.developers.google.com/flutter-home-screen-widgets#0)
- [Interactive HomeScreen Widgets with Flutter using home_widget](https://medium.com/p/83cb0706a417)
- [iOS Lockscreen Widgets with Flutter and home_widget](https://medium.com/p/0dfecc18cfa0)

0 comments on commit ffd9f2a

Please sign in to comment.